Hi .
I've a problem embedding SWF to HTML, i've used this code:
It's a football game, that i like to embed to my site, the game starts good but it stops, see:
Is something wrong in the code? If so what must i edit to make it work?
Would appreciate if someone could help
Thanks
Fadili
I've a problem embedding SWF to HTML, i've used this code:
Code:
<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0' width=100% height=90> <param name='movie' value='main.swf'> <param name='quality' value='high'> <param name='wmode' value='transparent'> <param name='scale' value='exactfit'> <embed src='http://www.manutd.com/flash/fanzone/penaltygame/main.swf' width=100% height=491 scale='exactfit' quality='high' pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' wmode='transparent'> </embed> </object>
Code:
http://www.manutdlover.info/lojera/
Would appreciate if someone could help
Thanks
Fadili
Comment