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

Add info from a database into flash????

Status
Not open for further replies.

colep

Programmer
Jul 18, 2002
58
US
I'm new to flash and want to conquer making a dynamic flash site that can be updated. I have a php file and in it, a variable named $php_code that equals "Is this working??" and I want to load it into "Scene 3" of my flash file.
Within "Scene 3" I have this script:
ifFrameLoaded (0) {
loadVariables ("flash_test.php", 0);
}

And I have a dynamic text box named php_code.
What am I missing??? It's not working.... Any help or suggestions would be GREATLY appreciated!!!!!!!

Thanks,
colep ;-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top