Flash full browser
- Started
- Last post
- 8 Responses
- tomkat
i think this has been asked shortly ago, but i just can't find it..
i want my flash movie to appear fully in the browser. For example my Flash is 900px wide -aligned left - and the browser is at 1000px - the last 100 px shall not be the HTML bg but also flash.
..BUT i don't want the movie to scale, i want the rest of the Flash movie to appear, that is not on the stage...
clear...?
thanks,
- sauerbraten0
yeah, it's pretty simple using MX;
first frame of movie:
Stage.scaleMode = "noScale";
Stage.align = "tl";
in your embed code HTML:
WIDTH="100%" HEIGHT="100%"
that's pretty much it. you can also create listeners to do fun things with the browser size.
- tomkat0
thanku.
=)
- tomkat0
what does "tl" actually stand for?
t???? left..?
is this a stupid question..?
- sauerbraten0
yeah, just about to send you the link to more info on that:
- unformatted0
is this a stupid question..?
yes. ;)
if you guessed "L" is left
you should've gotten "T" is top.
:P
- tomkat0
f*ck yeah .. i could've guessed that..
but it's 00.30 over here.. so...
i guess i have an excuse..=)
- tomkat0
*bump* with a vengeance
WHY does it not work in mozilla?
anyone?
- tomkat0
forget it. fixed.