I cant add swf file my definemain.php how can add? iwas try a lot of code but not loading
I cant add swf file my definemain.php how can add? iwas try a lot of code but not loading
Have you searched the forum for that topic yet?
There have been numerous posts regarding adding flash to various pages. There is a contribution I believe in the Free Software Add-On section also.
Doug
thanks for answer but i cant find what is name addon?
Hi
You need to embed the file, here is the source code on my define_main_page.php
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="287" height="310" align="right">
<param name="movie" value="../../../../../flash/main_page.swf">
<param name="quality" value="high">
<embed src="../../../../../flash/main_page.swf" width="287" height="310" align="right" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
</object>
Hope this helps
Phil
I see there was a previous related article. I will follow that..