Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Coding Forum


You are currently viewing our Coding Forum as a guest. Please register to participate.
Login



Reply
Streaming video help me plz
Old 05-16-2005, 03:19 PM Streaming video help me plz
Junior Talker

Posts: 3
Trades: 0
How do I do streaming video using windows media player. I need to get this figured out for a grade in school. Any other methods that you know to do it would be helpful. It has to be free and legal.
__________________
In the beginning, three companies were given to the Systems;
Nintendo, Sony, and Microsoft.
Seven, to the western third-parties; Ubisoft, Midway, Sega, Atari,
Bungie, Rockstar, and LucasArts.
Nine to Japan; Capcom, Namco, Sammy, Tecmo, Taito, SquareEnix, Bandai,
KOEI, and Konami.
But in secret, the dark lord of EA forged in secret, a master Game
Company. With it they poured their executive producers, millions of
dollars, and will to dominate.
One Company to rule them all.
mhsweb is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-16-2005, 03:41 PM
OmuCuSucu's Avatar
Vi Veri Veniversum Vivus

Posts: 1,168
Name: Dragos-Valentin
Location: Cluj-Napoca, RO
Trades: 0
as far as i know you cannot stream using media player ... you need Windows Media Services.
i may be wrong though

and btw: read the rules of the forum because your sig is not compiant
good luck here on WT
__________________
.
» Please remember to add to my Talkupation if you enjoyed my post. Thank you :)
.
OmuCuSucu is offline
Reply With Quote
View Public Profile
 
Old 05-16-2005, 04:37 PM
rogem002's Avatar
PHP Chap

Posts: 843
Name: Mike
Location: United Kingdom
Trades: 0
I would just link the file in a <a> (hyperlink) tag, it will do the trick, but if you really want to know

<OBJECT id="videoWin" WIDTH="400" HEIGHT="300"
CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf. cab#Version=5,1,52,701"
STANDBY="Loading Microsoft Windows Media Player..."
TYPE="application/x-oleobject">

<PARAM NAME="FileName" value="URL Of Video">
<PARAM NAME="ShowControls" value="1">
<PARAM NAME="ShowDisplay" value="0">
<PARAM NAME="ShowStatusBar" value="0">
<PARAM NAME="AutoSize" value="0">
<param name="autostart" value="1">
<EMBED TYPE="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"
SRC="URL Of Video"
SHOWCONTROLS="1"
SHOWDISPLAY="0"
SHOWSTATUSBAR="0"
AUTOSTART="1"
WIDTH="400"
HEIGHT="300"></EMBED>
</OBJECT >


This should be about right, change the width, height and the Url of the file
__________________
My Blog/Site:
Please login or register to view this content. Registration is FREE
rogem002 is offline
Reply With Quote
View Public Profile Visit rogem002's homepage!
 
Reply     « Reply to Streaming video help me plz
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.11577 seconds with 12 queries