Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

scalable ( 100% ) flash in Firefox / Netscape problem

Status
Not open for further replies.
Jun 13, 2005
1
0
0
CA
Hello all, I'm having a problem with scalable ( width100% x height100% ) flash file in Dreamweaver. This is the embed code I have:

<body>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" width="100%" height="100%">
<param name="movie" value="mainmovie.swf">
<param name="quality" value="high">
<embed src="mainmovie.swf" quality="high" pluginspage=" type="application/x-shockwave-flash" width="100%" height="100%"></embed>
</object>
</body>

The problem is, the flash file displays at 100% Width and height perfectly in Internet Explorer ( and is scalable ) but the flash file shrinks in Firefox and Netscape!!! There is probably a simple answer, but for some reason, I'm not getting it! [ponder]

Any Ideas?....Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top