How I can change frame of dynamically created swfloader in Flash Builder 4.5? Thanks.
Asked
Active
Viewed 255 times
0
-
Can you share some code? Are you really trying to access a SWFLoader? Or do you want to make changes to a SWF loaded by a SWFLoader? – JeffryHouser Dec 31 '11 at 20:21
1 Answers
0
use swfloader.content
as a MovieClip
object.
(swfloader.content as MovieClip).gotoAndStop(frame_number);

Babak Vandad
- 196
- 1
- 4