MorganJohn
07-17-2002, 12:59 PM
Hi
I have a flash app and am having problems loading in dynamic data.
Its a simply dynamic text box, reading a cold fusion file.
The thing is it reads the file is I load the flash file (its html file) by clicking it in explorer
i.e. the address bar says F:\websites\flash\jm\version4.html
but if I load the same file through http://servername/flash/jm/app/version.html it wont read the file.
It also reads the file fine testing movie in flash itself.
Im just wondering if anyone knows the reason for this is?
The actions script is simply
stop ();
text="Loading Data...";
_root.loadVariables("http://www.figleaf.com/development/advf5/readwrite.cfm?action=read");
I have a flash app and am having problems loading in dynamic data.
Its a simply dynamic text box, reading a cold fusion file.
The thing is it reads the file is I load the flash file (its html file) by clicking it in explorer
i.e. the address bar says F:\websites\flash\jm\version4.html
but if I load the same file through http://servername/flash/jm/app/version.html it wont read the file.
It also reads the file fine testing movie in flash itself.
Im just wondering if anyone knows the reason for this is?
The actions script is simply
stop ();
text="Loading Data...";
_root.loadVariables("http://www.figleaf.com/development/advf5/readwrite.cfm?action=read");