Discussion:
Help! GetURL Problem
(too old to reply)
fredvig
2009-01-08 01:07:52 UTC
Permalink
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
Willem Wollebrants
2009-01-13 09:59:00 UTC
Permalink
Seems to me like you're using Actionscript 2, but your movie is targetting
actionscript 3.

You can change this in the Publish settings.

Hope that helps
willem
Post by fredvig
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
fredvig
2009-01-14 18:29:06 UTC
Permalink
Thanks
Post by Willem Wollebrants
Seems to me like you're using Actionscript 2, but your movie is targetting
actionscript 3.
You can change this in the Publish settings.
Hope that helps
willem
Post by fredvig
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
Continue reading on narkive:
Loading...