Search  

HOW TO ADD FLASH CONTENT TO THE TOP OF YOUR MYSPACE PAGE

HomeForumsFlash DiscussionHow to add flash content to the top of your myspace page
20089 2face
9 posts
Bought between 1 and 9 items

Hi flashden, I had posted this question before on this forum, and did not really get an answer. I know how to create the flash content, and I know that I need to embed the .swf, the only I don’t know is, in what section do I add the code so the flash content appears on the top of the myspace page? This is what I am going for: http://www.myspace.com/rza Can some help me out? Thanks in advance 2face

Posted 2 months ago
29459 dxc381
278 posts
Exclusive author Author was featured Referred at least one person Protecting flashden against copyright violations Sold between 10 000 and 50 000 dollars Bought between 1 and 9 items
I have done this before. I uploaded the swf to my site and just called it from the myspace page. You can’t use javascript so use code like this. I think this has some stuff you don’t need, but you get the idea.
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="613" height="600" id="FlashVarsEx01" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="http://designxcore.com/clients/yourswf/yourswf.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<param name="FlashVars" value="message1=Hello World&name=Daniel Lance Snider" />
<embed flashvars = "message1=Hello World&name=Daniel Lance Snider" src="http://designxcore.com/clients/yourswf/yourswf.swf" quality="high" bgcolor="#ffffff" width="613" height="600" name="FlashVarsEx01" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
Posted 2 months ago
20089 2face
9 posts
Bought between 1 and 9 items

Thanks dxc381! In what section should I paste the code? And will this put the content on top of the myspace page? 2face

Posted 2 months ago