943,724 Members | Top Members by Rank

Ad:
  • ASP.NET Discussion Thread
  • Unsolved
  • Views: 6004
  • ASP.NET RSS
Sep 12th, 2008
0

how to play flv(flash) files on firefox?

Expand Post »
Hi

I am using below code to play flv files using scrubber.swf in the browser but its giving compatibility issue. While it is working fine on internet explorer, its not working on firefox.
Any help will be greatly appreciated. Its very urgent.
Thanks

ASP.NET Syntax (Toggle Plain Text)
  1. <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
  2. codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
  3. width="336"
  4. height="297"
  5. bgcolor="#FFFFFF">
  6.  
  7. <param name="movie"
  8. value="scrubber.swf?file=http://localhost:1852/Projvideo_flvCodeProj/videoUploads/flvUploads/demo.flv&bufferTime=3&autoStart=false"/>
  9. <param name="quality"
  10. value="high" />
  11.  
  12. <embed src="scrubber.swf?file=file=http://localhost:1852/Projvideo_flvCodeProj/videoUploads/flvUploads/demo.flv&bufferTime=3&autoStart=false"
  13. quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"
  14. type="application/x-shockwave-flash" width="336" height="297" style="background-color:#FFFFFF" />
  15.  
  16. </object>
Reputation Points: 10
Solved Threads: 0
Light Poster
ansari.wajid is offline Offline
47 posts
since Aug 2007
Sep 23rd, 2008
0

Re: how to play flv(flash) files on firefox?

hello,

when u play this flash file on firefox one message window will be displayed at the top of the page just right-click on the window and select allow blocked content. file will be play FF browser.

here I have sent u one sample code for this,

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

http://www.infysolutions.com

Outsourcing software development company
Reputation Points: 10
Solved Threads: 0
Newbie Poster
kavin123 is offline Offline
1 posts
since Sep 2008

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in ASP.NET Forum Timeline: Create Pagination table or GridView - .NET C#
Next Thread in ASP.NET Forum Timeline: display the DataTable data into page itself





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC