flash actionscript:
I have an actionscript that uses the loadVariables(URL,VARNAME) command and
worked fine on flash players version 6.9 and below. However, on version 7,
variables are not being loaded. Does anyone know if the syntax has changed? If
so, is the change retroactive to earlier versions of the Flash Player?
You can see the problem by going to
www.corio.com/ and waiting for the Corio
Spotlight movie to load (it's the second movie, so you'll need to wait for a
minute). On Flash Players version 4-6.9, the news headlines load without
difficulty. However on version 7 and up, the variables load 'blank', i.e. the
load fails.
Below is the actionscript being used:
loadVariables("
http://www.corio.com/flash/news.cfm", header_1);
loadVariables("
http://www.corio.com/flash/news.cfm", header_2);
loadVariables("
http://www.corio.com/flash/news.cfm", header_3);
loadVariables("
http://www.corio.com/flash/news.cfm", header_4);
loadVariables("
http://www.corio.com/flash/news.cfm", header_5);
loadVariables("
http://www.corio.com/flash/news.cfm", header_6);
loadVariables("
http://www.corio.com/flash/news.cfm", urlData_1);
loadVariables("
http://www.corio.com/flash/news.cfm", urlData_2);
loadVariables("
http://www.corio.com/flash/news.cfm", urlData_3);
loadVariables("
http://ww.corio.com/flash/news.cfm", urlData_4);
loadVariables("
http://www.corio.com/flash/news.cfm", urlData_5);
loadVariables("
http://www.corio.com/flash/news.cfm", urlData_6);