phoenix211984 Posted September 17, 2006 Share Posted September 17, 2006 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 More sharing options...
[email protected] Posted September 17, 2006 Share Posted September 17, 2006 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.