www.webdeveloper.com
Recent Articles
  • Finding Slow Running Queries in ASE 15
  • A More Advanced Pie Chart for Analysis Services Data
  • Adobe AIR Programming Unleashed: Working with Windows
  • Performance Testing SQL Server 2008's Change Data Capture Functionality
  • The ABC's of PHP: Introduction to PHP
  • How to Migrate from BasicFiles to SecureFiles Storage
  • Why the Twitter Haters Are Wrong
  • User Personalization with PHP: Beginning the Application
  • Whats in an Oracle Schema?
  • Lighting Enhancement in Photoshop
  •  

    Go Back   WebDeveloper.com > Server-Side Development > .NET

    .NET Discussion and technical support for, building, using and deploying .NET sites.

    Reply
     
    Thread Tools Rate Thread Display Modes
      #1  
    Old 03-04-2010, 11:27 PM
    rajimr rajimr is offline
    Registered User
     
    Join Date: Feb 2010
    Posts: 5
    Post Media Player Control not showing In FireFox

    I am using a media player control and passing the movie url. It works fine in IE open the file and play it.In Firefox the player is not visible but when check using FireBug the object tag is inside the page.
    Reply With Quote
      #2  
    Old 03-05-2010, 04:29 AM
    Gozzy82 Gozzy82 is offline
    Registered User
     
    Join Date: Feb 2010
    Location: Amsterdam
    Posts: 157
    erm this has nothing to do with .NET...

    stupid question but did you install the firefox windows media player plugin?

    (http://port25.technet.com/pages/wind...-download.aspx)
    Reply With Quote
      #3  
    Old 03-05-2010, 05:05 AM
    rajimr rajimr is offline
    Registered User
     
    Join Date: Feb 2010
    Posts: 5
    Smile Media Player Control not showing In FireFox

    Hi,
    I have installed the plugin for the firefox.But still I am facing the problem.

    Code:
    <OBJECT width="476px" height="354px" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" VIEWASTEXT>
    <PARAM name="autoStart" value="True">
    <PARAM name="URL" value="C:\Mediaplayer\mediaplayer\mediaplayer\Beethoven.wma">
    <PARAM name="enabled" value="True">
    <PARAM name="balance" value="0">
    <PARAM name="currentPosition" value="0">
    
    <PARAM name="enableContextMenu" value="True">
    <PARAM name="fullScreen" value="False">
    <PARAM name="mute" value="False">
    <PARAM name="playCount" value="1">
    <PARAM name="rate" value="1">
    <PARAM name="stretchToFit" value="False">
    <PARAM name="uiMode" value="mini">
    </OBJECT>
    above is the code generated by my control.
    Reply With Quote
      #4  
    Old 03-05-2010, 05:35 AM
    Gozzy82 Gozzy82 is offline
    Registered User
     
    Join Date: Feb 2010
    Location: Amsterdam
    Posts: 157
    your linking to a file on your hard drive, i would point to the http location:

    <PARAM name="URL" value="C:\Mediaplayer\mediaplayer\mediaplayer\Beethoven.wma">
    Reply With Quote
      #5  
    Old 03-05-2010, 12:01 PM
    rajimr rajimr is offline
    Registered User
     
    Join Date: Feb 2010
    Posts: 5
    Smile Firefox window media player problem

    I am using the media file realtive to the application and I am passing the file as simple name as Beethoven.wma
    Reply With Quote
      #6  
    Old 03-07-2010, 04:00 PM
    Eye for Video's Avatar
    Eye for Video Eye for Video is offline
    Registered User
     
    Join Date: Feb 2008
    Location: NW Washington State
    Posts: 1,357
    You may need to declare an application type and/use the old <embed> tag to get it to work in FF.
    Code:
    <OBJECT ID="MediaPlayer" WIDTH="192" HEIGHT="190" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
    STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject">
    <PARAM NAME="FileName" VALUE="videofilename.wmv">
    <PARAM name="autostart" VALUE="false">
    <PARAM name="ShowControls" VALUE="true">
    <param name="ShowStatusBar" value="false">
    <PARAM name="ShowDisplay" VALUE="false">
    <EMBED TYPE="application/x-mplayer2" SRC="videofilename.wmv" NAME="MediaPlayer"
    WIDTH="192" HEIGHT="190" ShowControls="1" ShowStatusBar="0" ShowDisplay="0" autostart="0"> </EMBED>
    </OBJECT>
    Best wishes,
    Eye for Video
    www.cidigitalmedia.com
    Reply With Quote
    Reply

    Bookmarks

    Tags
    asp.net, java s


    Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
     
    Thread Tools
    Display Modes Rate This Thread
    Rate This Thread:

    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is Off
    HTML code is Off
    Forum Jump


    All times are GMT -5. The time now is 12:22 PM.



    Acceptable Use Policy

    Internet.com
    The Network for Technology Professionals

    Search:

    About Internet.com

    Legal Notices, Licensing, Permissions, Privacy Policy.
    Advertise | Newsletters | E-mail Offers

    Powered by vBulletin® Version 3.7.3
    Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.