Flash FullScreen
- Started
- Last post
- 19 Responses
- tactikal2
OK... so hopefully this will make sense.
I have a flash file that is 740 x 750. In that flash file I have a bg image that is about 1600 pixels wide.
In the index.html page where I'm embedding the flash file I have set the width to 100% with all of the scale options set to "noscale" I also have an fs command on the first frame of the flash file (allowscale = false)
all is pretty much working as I had planned except it seems to be putting white space in the flash file to the left of the content. There is no such white space in the actual FLA... so I'm really not sure what the frig is going on.
Let me know if that made sense and if you might have a solution to my problem.
- ********0
beware, there is alot of full screen haters around here..
not me thou.. and sorry, but i dunno how to solve it
- tactikal20
The window isn't actually going to be full screen I just need to make the width 100% so the background image will fill up the users browswer.
- tactikal20
bump
- mg330
As long as it doesn't take over the toolbar, I'm fine with them full screen like that.
But take away the toolbar and be truly full screen and I'm likely to pull a switchblade and gut you.
- stewart0
left & topmargins set to zero in the html file?
- ********0
like this maybe
- ********0
*bump
- tactikal20
yeah.. everything is set to 0... in fact when I right click on the white area I'm still getting Flashs' contextual menu... so the white space is being created right within the flash file.
- Blueman0
can you send a link?
- stewart0
yeah link
or email the fla and html
- tactikal20
http://www.tactikal.net/client/f…
just uploaded it... I'll zip an FLA and post that up if needed.
Thanks for the help guys.
- stewart0
ONE point NiNE MEGABITES
geez
- ozhanlion0
well I don't have no white scape other than margins
- tactikal20
yeah... I can see why that's happening... lets just try and figure out why it won't hug up agains the left edge of the browser.
- ozhanlion0
Stage.align = “LT";
Stage.scaleMode = “noScale";
- tactikal20
You are a genious.
Your insight is like staring into the face of god and having him smile back saying "you are my most wonderous creation".
by that I mean thanks! It works like a charm.
- stewart0
indeed.
