Jump to content

[SOLVED] Certain Variables Not Loading


Styles2304

Recommended Posts

Ok, I don't know what's going on with this but I've finally narrowed most of my problems down to this. Only 2 of my variables are loading from the designated text file.

 

here is the data file I'm getting the variables from:

&hosturl=http://www.nestent.net/images/myspace/
&mtitle1=James Bond: Casino Royale&mimgurl1=http://imagecache2.allposters.com/images/PYR/CON6519DM-CR.jpg&mrate1=5&mreview1=Fake review blah blah blah just a test.

 

The only variables it's actually retrieving from text file is &mtitle1 and &mreview1.

 

In the action script I have:

nmreview.text = this.mreview1;
nmtitle.text = this.mtitle1;

 

Is there something about that that actually defines the variables or something?

 

Here is what I get when I set it up to trace out each variable.

 

undefined
<TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="verdana" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">James Bond: Casino Royale</FONT></P></TEXTFORMAT>
undefined
undefined
<TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="verdana" SIZE="14" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">Excellent Movie! Plenty of action but still a good story. A little faster than older James Bond movies but I recommend it!</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="verdana" SIZE="14" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT>

 

 

Any help would be GREATLY appreciated because this is really pissing me off.

Link to comment
https://forums.phpfreaks.com/topic/58358-solved-certain-variables-not-loading/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.