on (rollOver)
{
loadText = new loadVars();
loadText.load(“LINK.TXT”);
loadText.onLoad = function()
{
_root.INFO.htmlText = this.LINK1;
};
}
*On mouseover, the dynamic text doesn’t load and the text loaded before (from frame 1 action) dissapears…
So wuts going on there? ;( HELP~
OH…BTW everything works fine OFFLINE (load swf from HD) … this problem occurs when i upload everything onto the server and try to load swf from the net…
Method; downloads variables from the specified URL, parses the variable data, and places the resulting variables into loadVarsObject. Any properties in loadVarsObject with the same names as downloaded variables are overwritten. Any properties in loadVarsObject with different names than downloaded variables are not deleted. This is an asynchronous action.
The downloaded data must be in the MIME content type application/x-www-urlform-encoded. This is the same format used by loadVariables.
This method is similar to the XML.load method of the XML object
Well…i loaded the text first to make sure that text can be loaded. Still dunno wuts wrong…i mean how come it works fine on my HD and not on the net…why dont’ you look at the swf i uploaded… (INFO is the Instance Name of the dynamic text beside * , rollover codes are loaded into movie clip LINK.A and LINK.B)
I included the code…if u still wanna take a look at it…
Try running the swf off u’r HD then try running the one i uploaded on to http://9unet.hypermart.net/
u’ll see the difference…(the rollover doesn’t work anymore)…
Thanks again for u’r reply