Lynx75
02-04-2003, 04:16 PM
Hi,
ive got a simple quiz for all of you:
Ive got on frame 1 an mc where I load a variable:
_level0.newsinternal.title.loadVariables("http://66.78.26.5/~sergiodr/readnews.php?id="+id, "GET");
then it jump on frame 5 and ive got this MC newsinternal with a text field named title,which is the same var at the top of the file readnews (title= etc etc etc...).
but it seem it doesnt works.
If I place a simple text field on frame 5 named title and I use
_level0.loadVariables("http://66.78.26.5/~sergiodr/readnews.php?id="+id, "GET");
it works.My prb is : how do I redirect this variable inside of an mc on another frame?
thanks...bye
ive got a simple quiz for all of you:
Ive got on frame 1 an mc where I load a variable:
_level0.newsinternal.title.loadVariables("http://66.78.26.5/~sergiodr/readnews.php?id="+id, "GET");
then it jump on frame 5 and ive got this MC newsinternal with a text field named title,which is the same var at the top of the file readnews (title= etc etc etc...).
but it seem it doesnt works.
If I place a simple text field on frame 5 named title and I use
_level0.loadVariables("http://66.78.26.5/~sergiodr/readnews.php?id="+id, "GET");
it works.My prb is : how do I redirect this variable inside of an mc on another frame?
thanks...bye