Play selected movie SWF frame
hi all,
to play swf movie in flex using swfloader. like:
<mx:swfloader id="load" source="@embed(source='local.swf')" height="100" width="350"/>
i have try added button "play", "pause" , "stop" below using "load.play", "load.pause" , "load.stop". not working in way, can show me how it?
also if want play selected frame, "movie.swf" has 12 frames. after use flex loaded in play frame 3 frame 9. there command "gotoandplay(3)" or "gotoandstop(9)".
to play swf movie in flex using swfloader. like:
<mx:swfloader id="load" source="@embed(source='local.swf')" height="100" width="350"/>
i have try added button "play", "pause" , "stop" below using "load.play", "load.pause" , "load.stop". not working in way, can show me how it?
also if want play selected frame, "movie.swf" has 12 frames. after use flex loaded in play frame 3 frame 9. there command "gotoandplay(3)" or "gotoandstop(9)".
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment