A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: help with loading external SWF

  1. #1
    Mindseeker
    Join Date
    Aug 2000
    Posts
    47

    help with loading external SWF

    here are the files
    the following file works fine by itself
    click on the images they play the movieClip.
    http://www.djniaz.com/profile.swf[/URL]
    but it doesnt work when loaded into the following movie.
    http://www.djniaz.com/home.swf[/URL]
    when the home.swf loads click on the button labled "P" at the bottom
    left corner of the turntable and then try click on the images/buttons
    to see if it loads (it doesnt work)

    the following are the flash files:

    www.djniaz.com/home.fla

    www.djniaz.com/profile.fla

    someone please look at the code and let me know what am i doing
    wrong.
    Please HELP
    Thanks in Advance
    Najib[URL=http://www.djniaz.com/home.html]
    Last edited by najib3000; 01-02-2003 at 01:04 AM.
    Najib3000

  2. #2
    Young Senior Member mayhem_sci's Avatar
    Join Date
    Jun 2002
    Location
    Singapore
    Posts
    282
    in the button events of the thumbnails, instead of using "_root", use "this._parent" instead. eg:

    Code:
    on (release){
    	this._parent.pro.gotoAndStop("rox");
    }

  3. #3
    Mindseeker
    Join Date
    Aug 2000
    Posts
    47
    thank you mayhem
    Najib3000

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