|
|
|||||||
|
Hi, According to the tutorial I created a outlined rectangle shape and convert it into a symbole. Then I placed a button on the stage along with the rectangle symbole. In the tutorial they insert an action by selecting the button and right clicking on it. Then Seleted Actions from the popup menu. Then the action window fro the button appeared. Then from "Action -> Browser/Network" selected "loadmovie". Then I filled the parameter as follows: URL = address where my current swf is LOCATION = Target - Name of the Rectangle movie instance But when i run it nothing is happening. Plz tell me what should I do. |
||||||||
|
|
|||||||
|
Hmm, what I would suggest is running throught he reference built into Flash for the loadMovie action. I will do that here: In reply to: So first, make sure your loadMovie action complies with one of those methods. You may also want to make sure your button action is set to onRelease or onPress or sometrhing similar so it is actually being called. A good way to do that is to put a trace action before the loadmovie action so you know the playhead actually arrives to that point correctly. Let me know if you need more help! |