A Flash Developer Resource Site

Results 1 to 9 of 9

Thread: How to control main timeline from a MovieCLip??

  1. #1
    Member
    Join Date
    Dec 2003
    Posts
    51

    How to control main timeline from a MovieCLip??

    I have a button within a MC. I want that button ONRELEASE to tell the main timeline to go back to FRAME LABEL "main" and stop.

    I know this has got to be easy....what's the code for it??

  2. #2
    Senior Member the_one_18's Avatar
    Join Date
    Mar 2002
    Posts
    217
    _root.gotoAndPlay("main");

    its the way if didn't work use this
    _parent.gotoAndPlay("main");

    actucally i dont trust flash
    MeHdI

  3. #3
    Member
    Join Date
    Dec 2003
    Posts
    51
    Kool man thanks!

    Listen, whould you happen to know what the code is to click on a link and make it open the users mail program?

    For instance, in HTML it's mailto:http://www.dadada.com

    What is it for FLASH?

  4. #4
    Senior Member the_one_18's Avatar
    Join Date
    Mar 2002
    Posts
    217
    exactly like java script!
    mailto:you@me.com
    MeHdI

  5. #5
    Senior Member the_one_18's Avatar
    Join Date
    Mar 2002
    Posts
    217
    whats the meaning of cross-linked?
    MeHdI

  6. #6
    Member
    Join Date
    Dec 2003
    Posts
    51
    cross-linked???

    BTW, do I use getURL for that???
    Last edited by txvibe; 02-03-2004 at 02:11 PM.

  7. #7
    Senior Member the_one_18's Avatar
    Join Date
    Mar 2002
    Posts
    217
    yes
    someone wants me to design a cross-linked interface
    i will do if i know the meaning!!!
    MeHdI

  8. #8
    Senior Member the_one_18's Avatar
    Join Date
    Mar 2002
    Posts
    217
    yes
    use the geturl command and put the link as usual
    MeHdI

  9. #9
    Member
    Join Date
    Dec 2003
    Posts
    51
    That's what I thought, I had tried that before and couln't get it to work. Hmmm, I'll give it another shot.

    Thanks again.

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