Click here to Skip to main content
15,898,538 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all i have created web page in HTML, in my html page i have a video file, that video file is working fine in INTERNET EXPLORER,but when i open in html page in FIREFOX my video file is not playing, i need help for this please help me guyz

this is my code here

XML
<object width="425px" height="360px">
                                  <param name="allowFullScreen" value="true" />
                                  <param name="wmode" value="transparent" />


                                  <embed src="Video_files/zaman.wmv" width="425" height="360" allowfullscreen="true"
                                      type="application/x-shockwave-flash" wmode="transparent" />
                              </object>
Posted

You're missing the param tag inside object that references the movie. see here:

http://kb2.adobe.com/cps/415/tn_4150.html[^]
 
Share this answer
 
If you installed the flash activex for IE this doesn't mean that it is also installed for Firefox. Check out this link for the firefox add-on:
https://addons.mozilla.org/en-US/firefox/browse/type:7[^]

More on embedding flash video if needed:
http://www.free-video-hosting.net/embed-flash.php[^]

Good luck!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900