The variable & textbox are both named t1s. The value of t1s is a number. You can see it at http://www.thextremepaintballleague.com/live_beta/live.php?mid=434 (it's the team on the left's score).
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gabino Travassos Sent: Saturday, April 19, 2008 9:15 PM To: Flash Coders List Subject: Re: [Flashcoders] Reloading Dynamic Text What does the variable t1s look like? I notice that the text box is also called t1s. ----- Original Message ----- From: "Scott Wilhelm (HireAWebGeek.com)" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Saturday, April 19, 2008 1:43 PM Subject: [Flashcoders] Reloading Dynamic Text > Hello: > > > > I'm trying to update a dynamic text field that is being loaded with > variables brought in from a php file loaded in within a setinterval > function...for some reason though, it will not update the text field, even > though I have the it in the function...I'm, using AS2... > > > > This is the script I have so far: > > > > setInterval(updatescoreboard(), 1000, ""); > > > > function updatescoreboard() { > > loadVariablesNum("live_flash.php?mid="+mid, 0, "GET"); > > _level0.t1s.text = t1s; > > } > > > > Any ideas/suggestions to get this to work? > > > > Thanks, > > > > Scott > > _______________________________________________ > Flashcoders mailing list > [email protected] > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

