fredvig
2009-01-08 01:07:52 UTC
I'm pretty much a newbie and due to my limited skills I've hit a
roadblock.
Having problems with the "get url" function in the flash movie I've
created. After the
movie has run through, I want it to go to a new "url" and I'm using
the "get
url" action. However the movie just loops.
Here's the Action Script Window
//Movieclip GotoAndStop Behavior
this.gotoAndStop("150");
getURL("http://www.freddyvmusic.com/live");
//End Behavior
I'm getting this error message
1180: Call to a possibly undefined method getURL.
Thanks,
FV
roadblock.
Having problems with the "get url" function in the flash movie I've
created. After the
movie has run through, I want it to go to a new "url" and I'm using
the "get
url" action. However the movie just loops.
Here's the Action Script Window
//Movieclip GotoAndStop Behavior
this.gotoAndStop("150");
getURL("http://www.freddyvmusic.com/live");
//End Behavior
I'm getting this error message
1180: Call to a possibly undefined method getURL.
Thanks,
FV