This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Flash Site Design > April 2006 > getURL problems
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| mrmusaeus 2006-04-06, 6:44 pm |
| 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
| |
| Stan Vassilev 2006-04-08, 10:30 pm |
| 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 -->
"mrmusaeus" <webforumsuser@macromedia.com> wrote in message
news:e13ak3$t2n$1@forums.macromedia.com...
> 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("java script: 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
>
>
>
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|