Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > Supporting Technologies > HTML and JavaScript

Reply
 
Thread Tools Rate Thread Display Modes
Old 08-10-2004, 01:37 PM   #1
aeon
Visit aendirect.com
 
aeon's Avatar
 
Join Date: May 2003
Location: Singapore
Posts: 104
Send a message via MSN to aeon Send a message via Skype™ to aeon
Default Filling the Browswer with Flash in Firefox

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>
It works in IE but in Firefox it the movie scales to fit the whole screen.
aeon is offline   Reply With Quote
Old 08-13-2004, 12:08 AM   #2
Ruben
Me
 
Ruben's Avatar
 
Join Date: Jul 2002
Location: Netherlands, Europe
Posts: 3,510
Send a message via MSN to Ruben Send a message via Skype™ to Ruben
Default

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."
Ruben is offline   Reply With Quote
Old 08-13-2004, 08:06 AM   #3
aeon
Visit aendirect.com
 
aeon's Avatar
 
Join Date: May 2003
Location: Singapore
Posts: 104
Send a message via MSN to aeon Send a message via Skype™ to aeon
Default

Now I know what was wrong with my code.

I mispelled "noscale" as "nocale"!

Haha..
aeon is offline   Reply With Quote
Old 08-13-2004, 10:27 AM   #4
Ruben
Me
 
Ruben's Avatar
 
Join Date: Jul 2002
Location: Netherlands, Europe
Posts: 3,510
Send a message via MSN to Ruben Send a message via Skype™ to Ruben
Default

Quote:
Originally Posted by aeon
I mispelled "noscale" as "nocale"!
Browsers suck for not being creative with words, don't they...

- 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."
Ruben is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:20 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.