Log in

View Full Version : How to display a flash file with HTML on IE 6/7/8 and FF 2/3?



dchopda
09-07-2009, 02:16 PM
Hi,

I want to show a video tour on my home page. For that, I have a .swf file and its related .flv lacted in my server.

Can anybody help me in writing a code in HTML for that?

I am seeking help for IE & FF browsers?

Thanks.

davelf
09-07-2009, 02:46 PM
<object width="500" height="400">
<param name="movie">
<embed src="nameFile.swf" width="1000" height="400">
</embed>
</object>


good luck..:)

dchopda
09-08-2009, 04:25 AM
Thanks Buddy,

The movie is showing correctly, But I want a control panel, below the .swf, which can control the functionality of it.

Can you help me?

davelf
09-08-2009, 07:29 AM
hi dchopda, check out that link, may be this is the one you need:



http://flowplayer.org/tools/demos/flashembed/flowplayer.html


there are the demo, tutorial, and code. Good luck...