0
getURL and GET method
LEGEND
,
/t5/animate-discussions/geturl-and-get-method/td-p/34311
Oct 11, 2006
Oct 11, 2006
Copy link to clipboard
Copied
Hi,
when I execute a getURL from Flash the webpage with it's GET parameters
is opened right. But when I try to do this form the movie in a local
webpage the GET parameters are lost somewhere. Are there any securety
restrictions to the getURL command?
TIA
when I execute a getURL from Flash the webpage with it's GET parameters
is opened right. But when I try to do this form the movie in a local
webpage the GET parameters are lost somewhere. Are there any securety
restrictions to the getURL command?
TIA
TOPICS
ActionScript
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Participant
,
/t5/animate-discussions/geturl-and-get-method/m-p/34312#M311540
Oct 11, 2006
Oct 11, 2006
Copy link to clipboard
Copied
kindly share the code
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Newsgroup_User
AUTHOR
LEGEND
,
/t5/animate-discussions/geturl-and-get-method/m-p/34313#M311541
Oct 11, 2006
Oct 11, 2006
Copy link to clipboard
Copied
AnandMX wrote:
> kindly share the code
createEmptyMovieClip("get_mc",this.getNextHighestDepth())
for (n in _level0.data){
t = _global.template.type
if (_level0.data != undefined && t != undefined
&& t != "save" &&
_global.template.noedit != "1" ){
p = n + "=" + escape(_level0.data);
get_mc = _level0.data;
}
}
url = "editor.html";
get_mc.getURL(url,"_blank","GET");
editor.html ist just opening the same movie but at least local from my
harddisk the GET Method doesn't seem to work anymore.
> kindly share the code
createEmptyMovieClip("get_mc",this.getNextHighestDepth())
for (n in _level0.data){
t = _global.template
if (_level0.data
_global.template
p = n + "=" + escape(_level0.data
get_mc
}
}
url = "editor.html";
get_mc.getURL(url,"_blank","GET");
editor.html ist just opening the same movie but at least local from my
harddisk the GET Method doesn't seem to work anymore.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Advocate
,
/t5/animate-discussions/geturl-and-get-method/m-p/34314#M311542
Oct 11, 2006
Oct 11, 2006
Copy link to clipboard
Copied
i have the same problem
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
/t5/animate-discussions/geturl-and-get-method/m-p/34315#M311543
Oct 11, 2006
Oct 11, 2006
Copy link to clipboard
Copied
I tried the same code. It is working perfectly fine..
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Advocate
,
/t5/animate-discussions/geturl-and-get-method/m-p/34316#M311544
Oct 11, 2006
Oct 11, 2006
Copy link to clipboard
Copied
"GET" for the method, when run on local pc, can't see the
query string behind address, anybody else here face the same prob?
or anyone know what mistake we did?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Newsgroup_User
AUTHOR
LEGEND
,
/t5/animate-discussions/geturl-and-get-method/m-p/34317#M311545
Oct 12, 2006
Oct 12, 2006
Copy link to clipboard
Copied
friendDips wrote:
> I tried the same code. It is working perfectly fine..
Have you run it in a browser or in Flash IDE?
> I tried the same code. It is working perfectly fine..
Have you run it in a browser or in Flash IDE?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Newsgroup_User
AUTHOR
LEGEND
,
/t5/animate-discussions/geturl-and-get-method/m-p/34318#M311546
Oct 12, 2006
Oct 12, 2006
Copy link to clipboard
Copied
ggshow wrote:
> "GET" for the method, when run on local pc, can't see the query string behind address, anybody else here face the same prob? or anyone know what mistake we did?
I guess that it is a Flash securety thing. It would prevent to send
local data to a webserver.
I found this thread an flashkit with similar problems:
http://board.flashkit.com/board/showthread.php?t=652586
> "GET" for the method, when run on local pc, can't see the query string behind address, anybody else here face the same prob? or anyone know what mistake we did?
I guess that it is a Flash securety thing. It would prevent to send
local data to a webserver.
I found this thread an flashkit with similar problems:
http://board.flashkit.com/board/showthread.php?t=652586
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
/t5/animate-discussions/geturl-and-get-method/m-p/34319#M311547
Oct 12, 2006
Oct 12, 2006
Copy link to clipboard
Copied
I have run it on localhost.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Newsgroup_User
AUTHOR
LEGEND
,
LATEST
/t5/animate-discussions/geturl-and-get-method/m-p/34320#M311548
Oct 12, 2006
Oct 12, 2006
Copy link to clipboard
Copied
friendDips wrote:
> I have run it on localhost.
It occurs local with a file path and Flash plugin version 8.
> I have run it on localhost.
It occurs local with a file path and Flash plugin version 8.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

