Forum : SWF Files in CSS
Brief description  about Online courses   join in Online courses
View Santosh  Hegde 's Profile

SWF Files in CSS

Dear sir,
i need to know that,
how can i insert "SWF" files or flashes in our web page to display flash banner or image slide show?
please guide me..

with Thanks
Asked by Santosh Hegde | Nov 27, 2010 |  Reply now
Replies (2)
View santosh hegde 's Profile
Hello Sir,
Very much thank you for your useful replay..
Dec 2, 2010
View teacher siliconindia 's Profile
Hi

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="253" height="387">
<param name="movie" value="filename.swf" />
<param name="quality" value="high" />
<embed src="filename.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="253" height="387"></embed>
</object>

Wherever I had put filename.swf replace to your file and give correct path (like ex:myflash/filename.swf)

Regards



Dec 2, 2010