all groups > macromedia flash sitedesign > april 2006 >
You're in the

macromedia flash sitedesign

group:

getURL problems


getURL problems mrmusaeus
4/6/2006 3:03:31 PM
macromedia flash sitedesign: Hi!

I have a problem regarding a super simple getURL script:

on (release) {
getURL("../movis/05friefugl/05friefugl.html", "_self");
getURL("../movis/movisListe.html", "lister");
getURL("javascript: vis()");
}

It works perfectly on my computer, but when i upload it online, it seems that
i rejects to load itself in the same iframe form which I run the script.

Any solutions!?

Thnx in advance :D


Re: getURL problems Stan Vassilev
4/9/2006 1:30:06 AM
running multiple getURL simultaneously has always been problematic. I'd
suggest you run one per frame (use a frame loop), or "delegate" this
functionality to a javascript function to do (for example change
document.location.href in your vis() function or make another one).

Also the use of "_self" is redundant, try just not listing any target and it
defaults to "_self" (in the past some browsers had problem with flash and
"_self", it may still be the case).

Regards, Stan Vassilev
www.flashbeyond.com -->

[quoted text, click to view]

AddThis Social Bookmark Button