Hey all, I've been trying to use swfmill to generate a movie in which I can access the specific frames (eg: gotoAndStop(2) for frame 2) in AS3. But, I haven't been successful yet. Is this possible? For example, I want to create a movie with 10 frames, and on each frame there's an image, text, etc.
I've been reading through the archives of the list and tried taking an existing swf that I know I can access frames for, running swf2xml on it and then converting the output xml back to a swf. When I do this, I can import the newly generated swf in to Flash CS3 and have no problems, but trying to access it through actionscript (eg. using flex 2's native mxmlc compiler... or any other compiler for that matter), I don't see anything. I can't access any frames and I can't even play the movie. When I'm reading it in, I cast the swf to a MovieClip. Is this correct? Any other suggestions? The other thing I'm doing, is I'm reading it in over a network (non-local file). This is pretty standard though, using a Loader with a callback function. Could this be an issue? For some reason swfmill has some network security settings? Thanks! -- Joel
_______________________________________________ swfmill mailing list swfmill@osflash.org http://osflash.org/mailman/listinfo/swfmill_osflash.org