qaq0 Posted November 25, 2006 Share Posted November 25, 2006 I was wondering if you could embed something like this in php:[code]<object width="300" height="80"><param name="movie" value="http://media.imeem.com/m/aDM9gnYGM_/aus=false/"></param><param name="wmmode" value="transparent"></param><embed src="http://media.imeem.com/m/aDM9gnYGM_/aus=false/" type="application/x-shockwave-flash" width="300" height="80" wmode="transparent"></embed></object>[/code] Link to comment https://forums.phpfreaks.com/topic/28462-embed-in-php/ Share on other sites More sharing options...
Philip Posted November 25, 2006 Share Posted November 25, 2006 [code]<?phpecho "<object width='300' height='80'><param name='movie' value='http://media.imeem.com/m/aDM9gnYGM_/aus=false/'></param><param name='wmmode' value='transparent'></param><embed src='http://media.imeem.com/m/aDM9gnYGM_/aus=false/' type='application/x-shockwave-flash' width='300' height='80' wmode='transparent'></embed></object>";?>[/code] Link to comment https://forums.phpfreaks.com/topic/28462-embed-in-php/#findComment-130232 Share on other sites More sharing options...
qaq0 Posted November 25, 2006 Author Share Posted November 25, 2006 Thanks Link to comment https://forums.phpfreaks.com/topic/28462-embed-in-php/#findComment-130234 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.