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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need to Get Values from DB and Display??

Status
Not open for further replies.

thebolt99

Programmer
Aug 28, 2001
14
US
I'm new to flash programming. I use to do a bit of Director but I haven't done much as of late. What I'm looking to do is call a asp page that will return a quote and then I need to display that quote in Flash. Anybody know if this is possible and how I get started ??

Thanks for any help.

Thebolt99
 
Totally possible.

Use loadVariables(); to get the quotes as variables from your .asp page...

loadVariables("aspPage.asp",0);

...will do it. Then display the variables in a dynamic text box in your Flash movie.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top