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!

Flash and PHP and DBs

Status
Not open for further replies.

Bastien

Programmer
May 29, 2000
1,683
CA
Hi All,

What I am trying is to see if I can dynamically load images to a flash project by taking images from a folder on the server. With PHP I call the path to the image in a folder on the server from data stored in a mySQL DB. Is there are way to do this without Generator (which I understand can do this, but my host does no have this)??

Any ideas or links to other site/tutorials would be nice.

TIA
Bastien

There are many ways to skin this cat,
but it still tastes like chicken
 
The only way to load in images is to have them as other swf files (you can't directly load in jpgs) but since you got php you could use 'ming' to put the jpg's in swf's and then load them in dynamically Regards

Big Bad Dave

davidbyng@hotmail.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top