Dynamic rich media component for ASP.Net Flash, Video, Audio, FlashVideo and ToolTip / Balloon Help controls for C# and VB.Net
Welcome Guest Search | Active Topics | Members | Log In | Register

Video does not play in Firefox Options · View
DPF data Services
Posted: Wednesday, September 05, 2007 6:58:42 PM
Rank: Guest
Groups: Guest

Joined: 7/20/2007
Posts: 53,654
Points: 100,812
Hi,

I am using the aspnet video control as follows
<aspnetvideo:windowsmedia id="WindowsMedia1" runat="server" VideoURL="" Height="100%" Width="100%" InvokeURLs="False" ShowContextMenu="False" UIMode="Full" WindowlessVideo="True"> </aspnetvideo:windowsmedia>

and assign a videourl at runtime using the following code

WindowsMedia1.VideoURL = TargetPath

where the targetpath points to a windows media server.

This works with IE but in firefox the audio plays but there is no video.

When i right click on control in a IE window there is a context menu but nothing in Firefox.

any suggestions ?

regards
kmac23va
Posted: Thursday, September 06, 2007 1:49:31 PM
Rank: Member
Groups: Member

Joined: 8/14/2007
Posts: 18
Points: 54
Location: Virginia
I had to do some balancing as well with Firefox, but it was with RealPlayer, not Windows Media, so this may not be as useful to you. The first troubleshoot I'd do is to replicate the video player with the old object/embed model...that could should be findable through Google easy enough. If you get the same results with object/embed that you did with the ASPNetVideo component, it's Firefox.

Firefox and Real, I know, don't work well together (actually, Real explicitly states they don't support Firefox!) The only combination I've found to work is Firefox 2 and Real 10.5. This could be a similar situation with your Firefox browser needing an update. And it does matter...I had like Firefox 1.506, a colleague had Firefox 1.505, and we got two different results when we saw the video player area! We ended up stating in our system requirements IE6+/FF2+ and Real 10.5+.

Hope this helps you some.
Jake
Posted: Monday, October 22, 2007 12:15:57 PM
Rank: Administration
Groups: Administration

Joined: 7/26/2007
Posts: 676
Points: 1,728
Location: USA
Users browsing this topic
Guest


Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.