hi,
there is a component called "SWFLoader" in flex........  u can load a swf to
play using this component.
play bit with it and u will get u r results..




Xs][mage wrote:
> 
> I saw some posts on this topic and didn't see any solution to this yet.
> 
> Is there a way to use Actionscript 3.0 in Flex/AIR to generate .SWF at
> runtime?  I guess I can't call the mxml/as compiler directly.
> 
> The problem I am having now is that I want to load an image sequence as a
> movie programmatically.  At first, I got it working by loading each image
> with URLLoader whenever I want to play the movie, but the initial load
> time was just too much.  Then, I tried appending all the images into one
> big bitmap and calling URLLoader once, but the 2880 bitmap pixel limit
> screwed me up.  So now, I am trying to put each picture as a frame of the
> movieclip.  My objective is to have a dead simple process for creating
> movie clips from image sequence, and a fast playback of the movie.
> 
> I appreciate any suggestions or directions, thanks!
> 

-- 
View this message in context: 
http://www.nabble.com/Loading-Image-Sequence-into-Movie-%3E%3E-Programmatically-Dynamically-Generate-SWF-tp15261040p15262250.html
Sent from the FlexCoders mailing list archive at Nabble.com.

Reply via email to