-
Fullscreen question
Hi all,
I have searched all websites looking for a detailed explanation of how to do a fullscreen website.
I just wanna know, how to keep some mc or symbols stuck to certain positions?
let me say if I want the menu to stay stuck on the left side and the loading bar to stay right in the middle?
Thank you
-
no answer?
I guess this is not possible?
I would like to know if someone has the solution... I'm using flash 8 and would like to open my .swf in fullscreen.
thanks
-
actually is possible, but I don't know how to do it. I mean, in theory you have to check the coordinates by dividing the users screen until you get the in the middle. and them you have to tell flash to keep a symbol next to the browsers side even it gets resized.
But that is the thing that I dont know how to do it.
-
autostretch
Perhaps you should use tables and nest your swf's within the layout and autostretch your table.
That or use x, y coordinates to position your stuff, however IE & FF have had issues displaying them correctly.
That has been my experience at least.
-
what about the background? I found out how to do the fullscreen with a few tutorials I found here:
http://www.adobe.com/devnet/flashpla...reen_mode.html
http://www.actionscript.org/forums/s...d.php3?t=70297
http://www.actionscript.org/forums/s...d.php3?t=59531
Now my question is, how big the background image has to be? I mean, you have to use a big resolution or you can separate certain parts to keep it aligned?