PDA

View Full Version : A way to dynamically generate graphics ?


aisudhiasudhias92564
06-21-2007, 04:18 PM
Is there any way to dynamically generate graphics ?
I've saw a long time ago a post with an example to generate graphics using a web object and flash, but I can't found it now =/

Someone knows where it is or other way to do it ?

thanks and sorry for my english :)

clueless
06-21-2007, 09:33 PM
Thats rather a broad question.Maybe this will help.

Each Flash object in AutoPlay has an On FS Command event. This event is fired each time an FS Command is fired in the Flash movie.

You can use the FlashObject.GetProperty() action to retrieve the Last FSCommand and the Last FSCommand Args.

FS Commands are fired in Flash in the following manner:

fscommand("Command", "Arguments")