View Single Post
  #1 (permalink)  
Old Feb 6th, 2007, 11:03
worldheadja worldheadja is offline
New Member
Join Date: Feb 2007
Location: caribbean
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Unhappy loading external swf

Hi i'm a noobie and i'm stuck and dont know what to do next.
i'm trying to create my own site but i know very little about action scripting and the script that i found(which is one of the simpliest scripts i have seen so far - better for me) isnt working once i'm inside another movie.
To make things a little easier to explain i created a very simple version on what i want to do.
http://www.aventdesigns.com/sample/sample-2.swf

the script i have is:
on (release) {
_root.load_mov.loadMovie("SM_LD_2.swf");
}
this works as it should on button 1-3 (which are on the main stage) but when i use the same script for button 4-6 (which is inside a movie on the stage) it does not work.
Am i going about this the wrong way, or can you suggest a better way i can do this?
Reply With Quote