0
Welcome Guest! Login
0 items Join Now

ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down. Read our Farewell Blog Post for more details.

How to play Windows Media Video Stream?

    • DirtySnipe's Avatar
    • DirtySnipe
    • Hero Rocketeer
    • Posts: 424
    • Thanks: 0
    • ICT Manager

    How to play Windows Media Video Stream?

    Posted 14 years 3 months ago
    • Does anyone know how I can play a WMV stream from a server via a module?

      I have tried to embed windows media player but I cant get it to display the player.

      Any ideas??
    • prim's Avatar
    • prim
    • Preeminent Rocketeer
    • Posts: 17290
    • Thanks: 217

    Re: How to play Windows Media Video Stream?

    Posted 14 years 3 months ago
    • Maybe this does what you want: www.longtailvideo.com/players/jw-wmv-player/
    • Please reply with a direct link to the issue & create a new thread for each new issue.

      A template is only as good as the content that goes into it ;) - DanG
    • DirtySnipe's Avatar
    • DirtySnipe
    • Hero Rocketeer
    • Posts: 424
    • Thanks: 0
    • ICT Manager

    Re: How to play Windows Media Video Stream?

    Posted 14 years 3 months ago
    • Any idea how I would install this into joomla?
    • DirtySnipe's Avatar
    • DirtySnipe
    • Hero Rocketeer
    • Posts: 424
    • Thanks: 0
    • ICT Manager

    Re: How to play Windows Media Video Stream?

    Posted 14 years 3 months ago
    • so far I have tried by putting the two .js files in the scripts folder and adding the following into a custom module.

      <div id="myplayer">the player will be placed here</div>

      <script type="text/javascript">
      var elm = document.getElementById("myplayer");
      var src = '/jw/embed/wmvplayer.xaml';
      var cfg = {
      file:'/videos/myvideo.wmv',
      width:'320',
      height:'180'
      };
      var ply = new jeroenwijering.Player(elm,src,cfg);
      </script>

      Im not sure if i need to add this anywhere as i thought joomla auto loaded any js files in the scripts folder.

      <script type="text/javascript" src="silverlight.js"></script>
      <script type="text/javascript" src="wmvplayer.js"></script>
    • DirtySnipe's Avatar
    • DirtySnipe
    • Hero Rocketeer
    • Posts: 424
    • Thanks: 0
    • ICT Manager

    Re: How to play Windows Media Video Stream?

    Posted 14 years 3 months ago
    • K i got the player to play the demo video.

      But it does not play the mms stream from the server.

      I have had a look on the forums and other people have the same problem.

      Does anyone else know of another player that will work??
    • prim's Avatar
    • prim
    • Preeminent Rocketeer
    • Posts: 17290
    • Thanks: 217

    Re: How to play Windows Media Video Stream?

    Posted 14 years 3 months ago
    • DirtySnipe's Avatar
    • DirtySnipe
    • Hero Rocketeer
    • Posts: 424
    • Thanks: 0
    • ICT Manager

    Re: How to play Windows Media Video Stream?

    Posted 14 years 3 months ago
    • That embed code seems to work.

      Not as sleek a player but it works.

      Thanks

Time to create page: 0.089 seconds