PDA

View Full Version : FULL SCREEN IMAGE



clueless
May 11th, 2005, 11:35 AM
I saw this fantastic site: http://www.mandarinaduck.com/chooselanguage.html (http://www.mandarinaduck.com/chooselanguage.html)

1)How did they get the whole image to take up my moniter size?
1a) Is it Flash on top of Javascript?
2) How did they get the content on top of the HUGE image?

Please teach me how to do that.

Thanks.

roytorres@msn.com

charlie_su1986
May 11th, 2005, 02:43 PM
First take a look at this tutorial:
http://www.kirupa.com/developer/mx2004/fullscreen.htm

Next you may need to use these(search for them in the Actionscript dictionary)
1.Stage.width
2.Stage.height
3.Stage.onResize
to get the effect you want.

Cheers,

:)