Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 6 of 6
  1. #1
    Join Date
    Apr 2004
    Posts
    4

    SWF Buttons / Actions

    Hi together,

    i am currently evaluating AMS 5.0 and i just have one problem. I`ve a swf movie i want to integrate in a project. This movie only contains buttons. What actions should i apply to the buttons to have a Jump.Page action in AMS? I know it should be done with FS Comman. But is it maybe possible that someone posts a project containing a flash movie with buttons that have these action? What should the FS Command in the swf file should look like, so that i don`t have to script anything in AMS? Is this possible?

    Thanks for your answers!
    Florian

  2. #2
    Join Date
    Nov 2003
    Location
    Salzburg / Austria
    Posts
    312
    take a look at

    Flash Menu launching videos



    Stefan

  3. #3
    Join Date
    Jul 2003
    Posts
    712
    Hi,

    You'll definitely have to at least script a Page.Jump action into AutoPlay. The easiest way I can think of for you to do this is as follows:

    1. In your flash movie, make each button send an FS command identical to the page name you wish to jump to (i.e. the button jumping the page named "Page3" should return an FSCommand "Page3").

    2. In your autoplay application, insert the following script into the On FSCommand event of your flash object:
    Page.Jump(e_FSCommand);

    With a little luck, that'll do what you want. Play around with it though, have some fun!

  4. #4
    Corey is offline Indigo Rose Staff Alumni
    Join Date
    Aug 2002
    Posts
    9,746
    Yep, Desmond's right, that's the easiest way.

    Corey Milner
    Creative Director, Indigo Rose Software

  5. #5
    Join Date
    Apr 2004
    Posts
    4

    It works...

    Thank you everyone for the reply! I`ve successfully integrated my flash buttons - and they work...


    Florian

  6. #6
    Corey is offline Indigo Rose Staff Alumni
    Join Date
    Aug 2002
    Posts
    9,746
    Excellent!

    Corey Milner
    Creative Director, Indigo Rose Software

Similar Threads

  1. Actions on buttons
    By praveen_v in forum Setup Factory 6.0
    Replies: 1
    Last Post: 12-11-2002, 04:00 PM
  2. feedback on existing actions
    By yosik in forum AutoPlay Media Studio 4.0
    Replies: 2
    Last Post: 11-08-2002, 05:24 AM
  3. INFO: Tips for Debugging Action Lists in AutoPlay Media Studio 4.0
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-03-2002, 08:38 AM
  4. HOWTO: Uninstall a Shortcut Created with Actions
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 09-25-2002, 09:50 AM
  5. Actions Book
    By Derek in forum AutoPlay Media Studio 4.0
    Replies: 0
    Last Post: 08-23-2002, 09:42 AM

Posting Permissions

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