A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: controling the other swf from the other swf...

  1. #1
    I'm still learning...
    Join Date
    Nov 2004
    Location
    Malaysia
    Posts
    284

    controling the other swf from the other swf...

    hi, how to control the other sef by a click of a button from other swf???
    i wanna create a website with multiple swfs inside a main big swf. and i wanna like, click a button at swf C that moves something at swf G...

    do i use the _root. comand??? and i saw a _global. comand... what does it do?

    hope u guys know what i mean... thanks


    thanks alot.

  2. #2
    Member
    Join Date
    Aug 2005
    Posts
    49

    swf to swf

    I totally understand what you want, i've posted the same question, but there has yet to have a reply....i'll be watching this post to see if anyone replys to yours...cuz i need the same answer to your question.

  3. #3
    I'm still learning...
    Join Date
    Nov 2004
    Location
    Malaysia
    Posts
    284
    darn... well, i'll wait for some1 to help...

  4. #4
    Member
    Join Date
    Apr 2009
    Posts
    62
    lets say the main swf is "A" another swf loaded into "A" is named "B". if you wanted a button in "B" to goto frame 2 in "A", you would use:
    PHP Code:
    on (release) {
        
    _root.gotoAndStop(2);

    dunno about the other way round.

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