Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2006
    Posts
    16

    Grin A way to dynamically generate graphics ?

    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

  2. #2
    Join Date
    Jun 2006
    Location
    UK SouthWest
    Posts
    420
    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:
    Code:
    fscommand("Command", "Arguments")

Similar Threads

  1. Generate a predetermined number.
    By MaaQ in forum AutoPlay Media Studio 6.0
    Replies: 4
    Last Post: 02-16-2007, 06:27 AM
  2. Generate a script
    By markstaylor in forum AutoPlay Media Studio 6.0
    Replies: 6
    Last Post: 03-02-2006, 11:11 AM
  3. Dynamically Resizing...
    By S1V in forum AutoPlay Media Studio 6.0
    Replies: 2
    Last Post: 02-13-2006, 05:30 PM
  4. Cut and Paste graphics
    By Denison in forum AutoPlay Media Studio 4.0
    Replies: 3
    Last Post: 05-13-2003, 03:37 PM
  5. INFO: Dynamically Resizing an Application at Runtime
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-21-2002, 02:23 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts