Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Old 08-09-2005, 11:36 AM 100% High, 100% wide
Junior Talker

Posts: 2
Trades: 0
How do I make a flash movie fill the whole browser window?

I've tried making it 100% high and 100% wide in the embed tag like (see the code below), but it doesn't work in IE - only in FireFox...

Any help's appreciated. Thanks

HTML Code:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled-1</title>
</head>
<body bgcolor="#000000">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="750" height="500" id="Untitled-1" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="Untitled-1.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#000000" />
<embed src="Untitled-1.swf" quality="high" bgcolor="#000000" width="100%" height="100%" name="Untitled-1" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</body>
</html>
Furnace is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-09-2005, 02:43 PM
NuWeb.co.uk's Avatar
NuWeb.co.uk is OFFLINE

Posts: 361
Trades: 0
Its inpossible.. you have to set the size.. although if i am mistaken, then id love to know.
NuWeb.co.uk is offline
Reply With Quote
View Public Profile Visit NuWeb.co.uk's homepage!
 
Old 08-09-2005, 03:02 PM
Skorch1's Avatar
Super Talker

Posts: 115
Location: California
Trades: 0
What if you used a language like php. Then you can get the user's screen dimensions(how exactly? I don't know but I've seen it done) then set the retrieved values using variables $userW=800px $userH=600px. then put the variable <?php $userW ?> in the embed width tag and <?php$userH ?> in the embed height tag. That's just an idea I don't know if it'll work and my coding abilities are advanced enough to write working scripts...so HAVE FUN!
__________________
Check out my
Please login or register to view this content. Registration is FREE
website!
Skorch1 is offline
Reply With Quote
View Public Profile Visit Skorch1's homepage!
 
Old 08-09-2005, 03:55 PM
Junior Talker

Posts: 2
Trades: 0
Check out this website, www.Razzetti.com, it has a full screen flash. Does anyone have any idea how they've managed that? Thanks alot :-)
Furnace is offline
Reply With Quote
View Public Profile
 
Old 08-09-2005, 07:45 PM
Guerrilla's Avatar
Ultra Talker

Posts: 424
Trades: -1
you could use JavaScript to catch the users screen res and then re-direct them to a page that had the flash the right size.

Or you could just link directly to the .swf file and it will load full screen and re-size if you change the browser window size. This isnt ideal if you have an animation heavy graphic as it wont run well on slow computers.
Guerrilla is offline
Reply With Quote
View Public Profile
 
Old 08-10-2005, 12:53 PM
spiralfive's Avatar
Skilled Talker

Posts: 63
Trades: 0
Try This:

<p><object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100%" height="100%">
<param name="movie" value="LOCATION OF YOUR FLASH FILE">
<param name="play" value="true">
<param name="loop" value="true">
<param name="quality" value="high">
<embed width="100%" height="100%" src="LOCATION OF YOUR FLASH FILE" play="true" loop="true" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed></object></p>
spiralfive is offline
Reply With Quote
View Public Profile
 
Old 08-11-2005, 04:37 PM
spiralfive's Avatar
Skilled Talker

Posts: 63
Trades: 0
Did it work?
__________________

Please login or register to view this content. Registration is FREE
spiralfive is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to 100% High, 100% wide
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.24996 seconds with 12 queries