[Flashcoders] Height and Width of a loaded SWF before it visually renders?

2009-01-10 Thread Andrew Murphy
Hi all. I'm loading several .swf files into another .swf, to produce a horizontal bar of clickable icons. The loaded .swf files animate, changing their size, when they are clicked on. I've written a script in the loading .swf that positions the loaded .swfs in the scrollbar, but by the

Re: [Flashcoders] Height and Width of a loaded SWF before it visually renders?

2009-01-10 Thread Manish Jethani
On Sat, Jan 10, 2009 at 10:33 PM, Andrew Murphy amur...@delvinia.com wrote: What I'd like to do is access the height and width of the loaded swf files before they visually render so that I can get them into the correct positions before the visual render occours. Turn it into a one step

Re: [Flashcoders] Height and Width of a loaded SWF before it visually renders?

2009-01-10 Thread Matt Muller
http://www.senocular.com/flash/actionscript.php?file=ActionScript_3.0/com/senocular/utils/SWFReader.as On Sat, Jan 10, 2009 at 5:03 PM, Andrew Murphy amur...@delvinia.com wrote: Hi all. I'm loading several .swf files into another .swf, to produce a horizontal bar of clickable icons. The