I have a swf with an external text file loaded into it:
loadVariables("p.txt","_root");
(the text file goes in a scrollbox)
than-
i am calling the above swf from another swf-
on(release){
loadMovie("a-ptxt.swf","text");
}
but
all i get is the scrollbox and the and the textfield- empty
anyone with a solution