
July 1st, 2008, 05:06 AM
|
 |
Contributing User
|
|
Join Date: Jun 2008
Location: Hottest spot caused by Global Warming
Posts: 65
Time spent in forums: 19 h 5 m 32 sec
Reputation Power: 1
|
|
|
HTML - Error inserting swf
Hi, I'm about to insert the swf file but it's not working. Is it because the flash version I made or what I still don't get it.
I've also put the .flv at the same folder as .swf
The code is :
Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" name="chainwax" width="402" height="360" id="chainwax">
<param name="movie" value="images/chainwax.swf">
<param name="quality" value="high">
<embed src="images/chainwax.swf" width="402" height="360" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="chainwax"></embed>
</object>
And the result is :
Anyone can help? 
|