Notices
Computer & Technology Related Post here for help and discussion of computing and related technology. Internet, TVs, phones, consoles, computers, tablets and any other gadgets.

Embedding WMV files on to a webpage

Thread Tools
 
Search this Thread
 
Old 26 July 2005, 08:27 PM
  #1  
davyboy
Scooby Regular
Thread Starter
 
davyboy's Avatar
 
Join Date: Apr 2001
Location: Some country and western
Posts: 13,488
Likes: 0
Received 0 Likes on 0 Posts
Default Embedding WMV files on to a webpage

I am currently using DreamWeaver MX.

How do I create pages like the link below, so that videos can only be streamed and not right click save as etc.

http://exhaust.tv/cuttingroom/ferrarichick.html

Cheers

Dave
Old 27 July 2005, 01:23 PM
  #2  
SJ_Skyline
Scooby Senior
 
SJ_Skyline's Avatar
 
Join Date: Apr 2002
Location: Limbo
Posts: 21,922
Likes: 0
Received 1 Like on 1 Post
Default

Dave,

That's not a video - it's flash believe it or not!

Code:
<EMBED SRC="http://u15176228.onlinehome-server.c...ntlinkthis.swf" WIDTH=320 HEIGHT=240 LOOP=false>

You want something like this although it may not be a true stream:
Code:
<OBJECT id='mediaPlayer' 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 components...' type='application/x-oleobject'>
<param name='fileName' value='http://myurl/myfile.wmv'>
<param name='animationatStart' value='true'>
<param name='transparentatStart' value='true'>
<param name='autoStart' value='true'>
<param name='showControls' value='true'>
<param name='showStatusBar' value='true'>
<param name='showDisplay' value='false'>
<param name='loop' value='false'>
<EMBED type='application/x-mplayer2' pluginspage='http://microsoft.com/windows/mediaplayer/en/download/' id='mediaPlayer' name='mediaPlayer' displaysize='4' autosize='-1' bgcolor='darkblue' showcontrols='true' showtracker='-1' showdisplay='0' showstatusbar='-1' showstatusbar='-1' videoborder3d='-1' width='400' height='300' src='http://myurl/myfile.wmv' autostart='true' designtimesp='5311' loop='false'>
</EMBED>
</OBJECT>
Old 28 July 2005, 12:55 PM
  #3  
davyboy
Scooby Regular
Thread Starter
 
davyboy's Avatar
 
Join Date: Apr 2001
Location: Some country and western
Posts: 13,488
Likes: 0
Received 0 Likes on 0 Posts
Default

Cheers - I'll give it a go.

The problem I have it our web hosts will not allow videos unless they are streaming.

Thanks
Old 28 July 2005, 03:27 PM
  #4  
SJ_Skyline
Scooby Senior
 
SJ_Skyline's Avatar
 
Join Date: Apr 2002
Location: Limbo
Posts: 21,922
Likes: 0
Received 1 Like on 1 Post
Default

It's been quite a while since I have coded any streaming media. I belive that a video stream saved as a WMV file is pre-encoded so it will paly as a stream over http.

I would search google around ASF, ASX, WMA, WMV and streaming.

Rich
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
Nick_Cat
Computer & Technology Related
2
26 September 2015 08:00 AM
Littleted
Computer & Technology Related
0
25 September 2015 08:44 AM
ALi-B
Computer & Technology Related
0
14 September 2015 07:49 AM
riiidaa
ScoobyNet General
1
12 September 2015 11:52 AM
Big RS Dave
ScoobyNet General
5
14 April 2001 08:12 PM



Quick Reply: Embedding WMV files on to a webpage



All times are GMT +1. The time now is 02:33 PM.