Styles2304 Posted July 4, 2007 Share Posted July 4, 2007 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. Quote Link to comment Share on other sites More sharing options...
Daniel0 Posted July 4, 2007 Share Posted July 4, 2007 Where is the PHP code? Quote Link to comment Share on other sites More sharing options...
Styles2304 Posted July 4, 2007 Author Share Posted July 4, 2007 Lesson learned, I shouldn't post at 1:00 a.m. when I'm dog tired and no longer thinking clearly. Thank you for your help. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.