| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Visit aendirect.com
|
Anyone knows how to correctly fill an entire html page with flash, without any scaling?
My current code: HTML Code:
<style type="text/css"> <!-- body, html { background-color: #F1F1F1; margin: 0px; } --> </style> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" name="base" width="100%" height="100%" id="base"> <param name="movie" value="base.swf" /> <param name="quality" value="high" /> <param name="menu" value="false" /> <param name="scale" value="noscale" /> <param name="salign" value="lt" /> <embed src="base.swf" width="100%" height="100%" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" menu="false" scale="nocale" salign="lt" name="base"></embed> </object> |
|
|
|
|
|
#2 |
|
Me
|
Compare you're code to mine:
http://www.actionscript.org/forums/s...d.php3?t=50711 With my code everything works fine both in Firefox and IE - Ruben
__________________
. Originally Posted by MichaelxxOA "He sounded like he knew which words he was going to use before he knew what he was going to say. I hate that shit." |
|
|
|
|
|
|
|
|
#3 |
|
Visit aendirect.com
|
Now I know what was wrong with my code.
I mispelled "noscale" as "nocale"! Haha.. |
|
|
|
|
|
#4 | |
|
Me
|
Quote:
- Ruben
__________________
. Originally Posted by MichaelxxOA "He sounded like he knew which words he was going to use before he knew what he was going to say. I hate that shit." |
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|