Re: [Flashcoders] Resize stage at runtime

2010-04-27 Thread Ruy Adorno
Take a look at this library: http://swffit.millermedeiros.com/ ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Resize stage at runtime

2010-04-27 Thread Glen Pike
Hi, You could make a call to JavaScript via external interface to do this, then have a stage resize handler like normal. I have done this before now - to fixed sizes, but I am guessing you can pass parameters to JavaScript easily enough. HTH Glen Cor wrote: Hi List,

[Flashcoders] Resize stage at runtime

2010-04-27 Thread Cor
Hi List, I would like to resize the stage after I load a video, through xml (url, width and height) and when loaded I would like to resize de swf to the dimensions from the xml. Is this possible?? Regards Cor ___ Flashcoders mailing list Flashcoders@ch

RE: [Flashcoders] Infinitely Looping Image

2010-04-27 Thread Mendelsohn, Michael
Hi list... I thought I'd share code that generates a sprite displaying neverending cloud movement with bitmap data, using perlin noise. - Michael M. package { import flash.display.Sprite; import flash.display.Bitmap; import flash.display.BitmapData; import flash.