all groups > flash actionscript > february 2007 >
You're in the

flash actionscript

group:

fullscreen flash with dynamic object movement ???


fullscreen flash with dynamic object movement ??? Kaneon
2/2/2007 11:32:43 PM
flash actionscript:
Hi all,

http://www.mono-1.com/monoface/main.html

I have found this site which combines fullscreen flash with dynamic object
repositioning.
The flash content repositions itself until there is no more space. Does
anybody have any ideas how to do this or
URL s for tutorials ???

On kirupa I have found this tutorial but it only shows how to publish content.
http://www.kirupa.com/developer/mx2004/fullscreen.htm
only repositioning the whole .swf file not the content itself

thanks.
Re: fullscreen flash with dynamic object movement ??? Marghoob Sulemaan
2/3/2007 3:23:47 PM
Hi Kaneon...

Fortunatley.. there is a listener...

see the code..



var onScreenResize:Object = new Object()
onScreenResize.onResize = function() {
//reposition your content
trace("reposition your content")
}

Stage.addListener(onScreenResize)
AddThis Social Bookmark Button