Skip to main content
Known Participant
June 30, 2011
Question

Pulished intro to website continues to loop eventhough Loop="false"

  • June 30, 2011
  • 1 reply
  • 308 views

I have published my intro to my website I checked "Loop" and unchecked "Loop" under the Flash section of publishing no matter which I it continues to loop and not go to my website.  This is the action I am using:

stop ();
getURL("http://www.wepackitonline.com", "_top");

Thanks

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
June 30, 2011
use:

stop();  // no space between stop and ()
getURL("http://www.wepackitonline.com", "_top");