Jump to content

PHP/Mysql flash problem!!!


phoenix211984

Recommended Posts

I am trying to write my own php mysql banner advertising system. i have written imported  images to the mysql table and i have got the php code to return normal images files e.g .gif, .jpeg etc. for flash banners i know that the headers are different can anyone give me any advice on how to get the flash image with headers into a php webpage in dreamweaver. i guess the other way of doing it is putting the imported files into a folder and dynamically embedding them into the webpage. if anybody has any ideas or code example it would be much appreciated.  ???
Link to comment
https://forums.phpfreaks.com/topic/21021-phpmysql-flash-problem/
Share on other sites

just embed it, but make a variable for the link to the flash file

<embed src="YOUR_FLASH_FILE_HERE" quality="high" wmode="transparent" width="200" height="200" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /><br>
Link to comment
https://forums.phpfreaks.com/topic/21021-phpmysql-flash-problem/#findComment-93314
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.