A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Flash To tell Director whats Up?????

  1. #1
    Junior Member
    Join Date
    Dec 2000
    Posts
    11
    I need help from all of you macromedia addicts out there. I tryed to get flash to tell director what frame to go to using a frame script in flash after the animation is finished

    FScommand Lingo: go to frame 5

    But it doesn't work. Any Idea on what to do?

    THanks
    Johnny

  2. #2
    the way I know how to do it is in Flash use the get URL command on a button...

    On (Release)
    Get URL ("NameOfMarker")
    End On

    in Director put a marker where you want flash to send you. Then in Director, import the .swf file and put this script on the cast member...

    on getURL me, FlashString
    go to frame FlashString
    end

    hope this helps

  3. #3
    FK Slacker
    Join Date
    Jun 2000
    Location
    vancouver
    Posts
    3,208
    Hi...

    Try this:

    getURL("lingo:go to frame 5");

    You can pass any lingo commands to Director this way...

    Hope this helps,

    K.

  4. #4
    Junior Member
    Join Date
    Dec 2000
    Posts
    11
    Thanks for you help,

    The getUrl works great.

    Thanks again
    Johnny

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center