Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 9 of 9
  1. #1
    Join Date
    Aug 2005
    Posts
    11

    How can I do it?

    Hi:
    I new in the forum. Please sorry my grammar. I make a flash movie, a menu movie. I use static text in all the menu options, and I use the URL link properties to make a jump to one web site (by example). I understand that in a flash botom I can use fscommand("name_of_the_page"); and I set the flash objet to recibe it. Ok, but, how can I this with a simple text, not a buttom?

    I wonder that I make clear. Again, sorry my grammar.

    Thanks a lot!

  2. #2
    Join Date
    Jun 2002
    Location
    Israel
    Posts
    1,843
    Hi,
    I hope I understood you correctly.
    The FSCommand is available to you in flash as an actionscript that you can use with buttons or movieclip alike. So if you have a text in flash, just make it a movieclip and attach a FSCommand to it.
    AMS will be able to use the same way as for buttons.

    Hope that helped.

    Yossi

  3. #3
    Join Date
    Aug 2005
    Posts
    11
    Thanks a lot my friend. But I'm a begginer. Please, tell me....
    I inlcude the fscommand in my flash movie. First I convert the text in a movieclip. What command that I need to include?. I mean, fscommand("what_name");..... by example I put this:

    fscommand("catalogo");

    The same thing in AMS. By example, I understand that this is one way:

    if e_FSCommand == "catalogo" then
    Page.Jump("Menu Principal");
    end

    I need that any opcion of my flash menu make a jump to an specific page in my AMS presentation.

    I wonder if I explain right. Thanks a lot again!!!!!!!!

  4. #4
    Join Date
    Aug 2003
    Posts
    2,427
    When your flash object sends an fsCommand you can just use that to jump to a page.

    The attached example might help. Look at the "ON FSCommand" action for the flash objects on each page. If you send the page name as an FSCommand from your swf then -

    Code:
    Page.Jump(e_FSCommand);
    is all you need.

  5. #5
    Join Date
    Aug 2005
    Posts
    11
    Thanks a lot...... but..... snif!
    I use Macromedia Flash MX. I convert the text to a button objetc and put this command:

    on (release) {
    fscommand("Productos");
    }

    or

    on (press) {
    fscommand("Productos");
    }


    I put your code in my AMS presentation. But when I access the page with the flash menu, it jumps automatic to the name I put in the fscommand. I do not understand so much flash, sorry....... would you be good enough to send me the fla files of your example?........

    Thanks again a lot!!!!!!!!!!

  6. #6
    Join Date
    Jun 2002
    Location
    Southeast USA
    Posts
    1,804
    Where did you put the code in AMS, Maria? Make sure it goes onto the Flash Object's On FSCommand event handler.
    Eric Darling
    eThree Media
    http://www.ethreemedia.com

  7. #7
    Join Date
    Aug 2005
    Posts
    11
    My friend....... finally I make it work!!!!!!...... thanks a lot for your help!!!!!

  8. #8
    Join Date
    Jun 2002
    Location
    Southeast USA
    Posts
    1,804
    My pleasure.

    Best of luck with the rest of the project.
    Eric Darling
    eThree Media
    http://www.ethreemedia.com

  9. #9
    Corey is offline Indigo Rose Staff Alumni
    Join Date
    Aug 2002
    Posts
    9,746
    Nice one longedge!

Posting Permissions

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