fletchsod
Programmer
- Dec 16, 2002
- 181
I haven't been able to get this flash applet to be displayed in the Firefox/Seamonkey web browser. It works great in Internet Explorer. So, what's wrong with the code below...
Thanks...
Code:
<object type='application/x-shockwave-flash' width='400' height='100'>
<param name='movie' value='flash/testi_page7.swf' />
<param name='quality' value='high' />
<div style='padding:3px 0px 0px 7px;'>
You do not have a flash-plugin installed
<a href='[URL unfurl="true"]http://www.macromedia.com/go/getflashplayer'>Click[/URL] here to download the flash-plugin</a>
</div>
</object>
Thanks...