PDA

View Full Version : i need to play a video file *.wmv in a Video1 object



lnd
12-24-2005, 02:28 AM
i need to play a video file *.wmv in a Video1 object it is work good but i need to play the file from the internet "http://www.gggfffttt.com/video/file.wmv".
the video1 obget play the file but he download the file and play the file, if the file is big like a 10 MB then it's taken a lot of time. i need to play the file like in the internet (on line).

azmanar
12-24-2005, 03:06 AM
i need to play a video file *.wmv in a Video1 object it is work good but i need to play the file from the internet "http://www.gggfffttt.com/video/file.wmv".
the video1 obget play the file but he download the file and play the file, if the file is big like a 10 MB then it's taken a lot of time. i need to play the file like in the internet (on line).

Hi,

Suggestion (A)
1. Create a Web Page in your Web Site Server that has your "file.wmv" Embedded on it along with Windows Media Streaming Control Panel ( if theres such thing ).
2. At the same time, create a WebObject on your Autoplay that has URL directly pointing to the Web Page.

Suggestion (B)
1. Convert your WMV File to become Flash Video File ( .swf )
2. Create a Web Page in your Web Site Server that has the SWF Flash File Embedded on it along with Flash Video Control Panel
3. Create a WebObject on your Autoplay that has URL directly pointing to the Web Page.

If you opt for suggestion B, you can choose WMV to Flash Conversion software at the following place:
http://www.flashmove.com/forum/showthread.php?t=23120

Both suggestions attempt to stream the big Video File onto the Autoplay App and not download it.

Hope the suggestions helped.

lnd
12-24-2005, 09:52 AM
Suggestion (B) is not good 1.5MB in *.wmv is a 7MB in *.swf and Suggestion (A) i dont understanding

lnd
12-24-2005, 09:53 AM
:huh :huh :huh i need example please :huh :huh :huh

yosik
12-24-2005, 12:03 PM
Before you try anything else, Try using the mediaplayer plugin and use mms:// instead of http://.

Good luck

Yossi

lnd
12-25-2005, 05:55 AM
i need the plugin

yosik
12-25-2005, 07:19 AM
You can download it from here:
http://www.indigorose.com/files/route_ams50addons.php?pid=mediaplayer

Good luck

Yossi