Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

load Vars() not working properly??

Status
Not open for further replies.

martinb7

Programmer
Jan 5, 2003
235
GB
Hi, on my website i have a flash movie and the load vars function, it works but it also comes up with this other text on the bottom. why is it doin this?

:: FLASH CODE ::
Code:
mydata = new loadvars();
mydata.onload = function() {
	_root.translate.html = true;
	_root.translate.htmlText = mydata.theText;
	_root.translate.border = true;
	_root.translate.borderColor = "0x000000";
	_root.translate.background = true;
	_root.translate.backgroundColor = "0xCCCCCC";
	scrollBar.setScrollTarget(_root.translate);
};
mydata.load("[URL unfurl="true"]http://www.webrevolt.biz/codec/codec.txt");[/URL]
[code]

[URL unfurl="true"]http://www.webrevolt.biz/codec/main.swf[/URL]
[URL unfurl="true"]http://www.webrevolt.biz/codec/codec.txt[/URL]

any ideas??

thanx

Martin

Computing help and info:

[URL unfurl="true"]http://www.webrevolt.biz[/URL]
 
Hey
Its actually because of the free web host you use. If you click on the link, you see the text at the bottom? Your free service embeds that on the text file. Don't know how you could fix that.
Regards,
FLASHfreak :)
 
yea i see your point, silly really :(((

it would work properly on a paid host am i correct?

how do they attach it to the bottom of your page??

Regards,


Martin

Computing help and info:

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top