A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Linking video from a Flash website to play in the viewers default media player?

  1. #1
    Junior Member
    Join Date
    Aug 2004
    Posts
    12

    Linking video from a Flash website to play in the viewers default media player?

    Hi,

    I have a Flash website with several video files not embeded. Is it possible for the viewer of the site to click on a video link within my site that loads the video externaly in the viewers default media player such as Windows Media Player? I've seen this done on Html sites and the video buffers as it loads.

    I use Mx 2004

    Does anyone know if and how this can be done?


    Thanks.
    Last edited by kiwir0b; 08-05-2004 at 11:29 AM.

  2. #2
    Senior Member
    Join Date
    Aug 2003
    Posts
    325

    geturl

    tou need to encode them for streaming first.

    windows media encoder does this and its free
    you can only stream one file at a time though
    and max 5 connected users at a time

    then your action script should look like this

    on (release) {
    Geturl("mms://ip address of stream inc port number");
    }
    Last edited by ogri; 08-10-2004 at 07:36 PM.

  3. #3
    Media Services
    Join Date
    Jul 2004
    Posts
    252
    why not to play it within your site? at least you control what they see. No codecs problem etc.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center