View Single Post
  #1 (permalink)  
Old 11-05-2007, 01:52 PM
MoonMix MoonMix is offline
WebProWorld New Member
 
Join Date: Nov 2007
Posts: 3
MoonMix RepRank 0
Default Flash Movie Embed Code Not Working...[MySpace]

OK...

[Hello...new to the forum.]

Attempting to stream a Flash movie on my myspace page. I've inserted myspace's (Neko's) code:

Code:
<embed src="http://www.myserver.com/somefilename.swf" width="420" height="315"> 
</embed>
& my own...as created in Dreamweaver for another of my sites:

Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/s...rsion=6,0,29,0" width="420" height="315"> 
<param name="movie" value=http://www.myserver.com/somefilename.swf"> 
<param name="quality" value="high"> 
<embed src="http://www.myserver.com/somefilename.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="420" height="315"></embed> 
</object>
...which is very similar to what myspace creates for the user when Neko's code is inserted & submitted...
...but so far...not only do they not work...ALL of my regular tables disappear...they're gone.
Any ideas as to why this is happening?

Thanks,

MoonMix

Last edited by MoonMix; 11-05-2007 at 02:22 PM.
Reply With Quote