OK...
Attempting to stream a Flash movie on my myspace page.
I've inserted neko's code:
& my own...as created in Dreamweaver for another of my sites:
...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,
mark4man
Attempting to stream a Flash movie on my myspace page.
I've inserted neko's code:
Code:
<embed src="somefilename.swf" width="420" height="315">
</embed>
Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=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>
...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,
mark4man
Last edited:







