str3ber
08-21-2007, 09:28 AM
Hi!
I have read a lot about the MMExecute command and as I understand it you can't just create a new .fla and in frame 1 try to execute a jsfl-file. That makes sense since jsfl is doing its magic within the IDE. I have seen examples where MMExecute is used with WindowSWF and it makes sense. But as I am developing a component and try to figure out how to list all the current embedded fonts in the library, the windowSWF-feature is not really helping.
My thought was to try to use the MMExecute in the draw-method for my component since it is executed in the IDE. But that does not seem to work..
So exactly where and when can you use the MMExecute command?
I have read a lot about the MMExecute command and as I understand it you can't just create a new .fla and in frame 1 try to execute a jsfl-file. That makes sense since jsfl is doing its magic within the IDE. I have seen examples where MMExecute is used with WindowSWF and it makes sense. But as I am developing a component and try to figure out how to list all the current embedded fonts in the library, the windowSWF-feature is not really helping.
My thought was to try to use the MMExecute in the draw-method for my component since it is executed in the IDE. But that does not seem to work..
So exactly where and when can you use the MMExecute command?