Go Back   Video Editing Forums: Digital Director > Video Editing: Software Problems and buying advice > General Software Problems

General Software Problems Quality not quite what you expected? Need help with video capture, editing, encoding or playback. Post here for software not covered elsewhere.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-18-2006, 11:36 PM
Member
HDTV
 
Join Date: Mar 2006
Location: Milton Keynes
Posts: 35
0 Videos nominated
Video Of the Month(s): 0
Benjibum
Send a message via Skype™ to Benjibum
Smile Online Video playback

Hi All,

Happy Easter and all that.

I am about to launch my new site. Within it I have some short videos which I am producing into wmv streaming files. This means that surfers will be able to playback my vids on Windows Media Player, assuming they have it installed. Whilst using WMP to show my vids it doesn't look as slick as being able to playback the vids on my website.

Does anyone know of a way I can create my own playback screen on my website?

Thanks

Benjibum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-19-2006, 02:33 PM
Junior Member
Standard Definition
 
Join Date: Apr 2006
Posts: 5
0 Videos nominated
Video Of the Month(s): 0
RocketBoy is on a distinguished road
Default

Here you go...

Two bits of code, the foirst bit is a menu, just add the WEB-ADDRESS for your videos and alter the name of the MENU-ITEM-NAME. Copy and paste as many menu items as you need

The second bit is the media player itself, it goes on your page directly underneath the first section of code. You can change the SIZE of the media player on the first line.

Code:
<div align=center> 
<SELECT id=cancion onchange=document.all.music.filename=document.all.cancion.value; size=1 name=Music> 
   <OPTION selected>::::::::::::: Choose Your Song Here :::::::::::::</OPTION>        
      <OPTION value=http://WEB-ADDRESS>MENU-ITEM-NAME</OPTION> 
      <OPTION value=http://WEB-ADDRESS>MENU-ITEM-NAME</OPTION> 
      <OPTION value=http://WEB-ADDRESS>MENU-ITEM-NAME</OPTION> 
      <OPTION value=http://WEB-ADDRESS>MENU-ITEM-NAME</OPTION> 
      <OPTION value=http://WEB-ADDRESS>MENU-ITEM-NAME</OPTION>

Code:
         </SELECT><BR> 
<OBJECT id=music height=350 width=500 classid=clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95> 
   <PARAM NAME="AutoStart" VALUE="-1"> 
   <PARAM NAME="Balance" VALUE="0"> 
   <PARAM NAME="DisplaySize" VALUE="0"> 
   <PARAM NAME="Filename" VALUE=""> 
   <PARAM NAME="Mute" VALUE="0"> 
   <PARAM NAME="SelectionStart" VALUE="-1"> 
   <PARAM NAME="SelectionEnd" VALUE="-1"> 
   <PARAM NAME="ShowControls" VALUE="-1"> 
   <PARAM NAME="ShowAudioControls" VALUE="-1"> 
   <PARAM NAME="ShowDisplay" VALUE="0"> 
   <PARAM NAME="ShowPositionControls" VALUE="-1"> 
   <PARAM NAME="Volume" VALUE="0"> 
   <PARAM NAME="AudioStream" VALUE="-1"> 
   <PARAM NAME="AutoSize" VALUE="0"> 
   <PARAM NAME="AnimationAtStart" VALUE="-1"> 
   <PARAM NAME="AllowScan" VALUE="-1"> 
   <PARAM NAME="AllowChangeDisplaySize" VALUE="-1"> 
   <PARAM NAME="AutoRewind" VALUE="1"> 
   <PARAM NAME="BaseURL" VALUE=""> 
   <PARAM NAME="BufferingTime" VALUE="5"> 
   <PARAM NAME="CaptioningID" VALUE=""> 
   <PARAM NAME="ClickToPlay" VALUE="-1"> 
   <PARAM NAME="CursorType" VALUE="0"> 
   <PARAM NAME="CurrentPosition" VALUE="-1"> 
   <PARAM NAME="CurrentMarker" VALUE="0"> 
   <PARAM NAME="DefaultFrame" VALUE=""> 
   <PARAM NAME="DisplayBackColor" VALUE="0"> 
   <PARAM NAME="DisplayForeColor" VALUE="16777215"> 
   <PARAM NAME="DisplayMode" VALUE="0"> 
   <PARAM NAME="Enabled" VALUE="-1"> 
   <PARAM NAME="EnableContextMenu" VALUE="-1"> 
   <PARAM NAME="EnablePositionControls" VALUE="-1"> 
   <PARAM NAME="EnableFullScreenControls" VALUE="0"> 
   <PARAM NAME="EnableTracker" VALUE="-1"> 
   <PARAM NAME="InvokeURLs" VALUE="-1"> 
   <PARAM NAME="Language" VALUE="-1"> 
   <PARAM NAME="PlayCount" VALUE="1"> 
   <PARAM NAME="PreviewMode" VALUE="0"> 
   <PARAM NAME="Rate" VALUE="1"> 
   <PARAM NAME="SAMILang" VALUE=""> 
   <PARAM NAME="SAMIStyle" VALUE=""> 
   <PARAM NAME="SAMIFileName" VALUE=""> 
   <PARAM NAME="SendOpenStateChangeEvents" VALUE="-1"> 
   <PARAM NAME="SendWarningEvents" VALUE="-1"> 
   <PARAM NAME="SendErrorEvents" VALUE="-1"> 
   <PARAM NAME="SendKeyboardEvents" VALUE="0"> 
   <PARAM NAME="SendMouseClickEvents" VALUE="0"> 
   <PARAM NAME="SendMouseMoveEvents" VALUE="0"> 
   <PARAM NAME="SendPlayStateChangeEvents" VALUE="-1"> 
   <PARAM NAME="ShowCaptioning" VALUE="0"> 
   <PARAM NAME="ShowGotoBar" VALUE=0"> 
   <PARAM NAME="ShowStatusBar" VALUE="0"> 
   <PARAM NAME="ShowTracker" VALUE="-1"> 
   <PARAM NAME="TransparentAtStart" VALUE="-1"> 
   <PARAM NAME="VideoBorderWidth" VALUE="0"> 
   <PARAM NAME="VideoBorderColor" VALUE="0"> 
   <PARAM NAME="VideoBorder3D" VALUE="0"> 
   <PARAM NAME="WindowlessVideo" VALUE="0"> 
</OBJECT> 
</div>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-19-2006, 11:55 PM
Member
HDTV
 
Join Date: Mar 2006
Location: Milton Keynes
Posts: 35
0 Videos nominated
Video Of the Month(s): 0
Benjibum
Send a message via Skype™ to Benjibum
Default Thank you

Hi Rocket Boy

Big thanks for that, will give it a go!

Benjibum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-21-2006, 07:43 AM
Mihai's Avatar
Super Moderator
 
Join Date: Apr 2005
Posts: 1,612
0 Videos nominated
Video Of the Month(s): 0
Mihai is an unknown quantity at this point
Send a message via Yahoo to Mihai Send a message via Skype™ to Mihai
Default

Thanks too.
RocketBoy rulz
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 04-21-2006, 12:02 PM
Andy Lockwood's Avatar
Senior Member
Mr Crane Man
 
Join Date: Jan 2005
Location: Retford, Nottinghamshire.
Posts: 2,870
0 Videos nominated
Video Of the Month(s): 0
Andy Lockwood is on a distinguished road
Default

Thanks to Rocket Boy, I'm sure alot of folk will find that useful.
__________________
www.playpauseclick.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-20-2007, 11:54 PM
Mark W's Avatar
Opinionated Moderator
 
Join Date: Nov 2005
Location: Bristol uk
Posts: 6,185
6 Videos nominated
Nominated Video of the Month(s): 2
Mark W is an unknown quantity at this point
Default

Oh cool - an html guru as a member... Questions will follow.

That playback thing with wmp - on my old site I had them embedded but on my new site I have them opening in wmp seperately. I changed it cos I was finding I preferred sites that gave me more control over watching the vid - hence I unembedded my vids.
__________________
Lowering the tone of video since 2004.

www.zaskarfilms.com You tube channel 'zaskarfilms'
JVC DV5001e (big cam), Sony PC6E (tiny cam), Vinten pro5, PAG light, SM58, Sony ECM50, Sony C-76, 0.5x convertors for sony, Rode video mic, Vegas 7.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

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 On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Online playback with no menu Benjibum General Software Problems 1 01-20-2007 11:57 PM
Streaming Video online - A new service. mymusic1234 Pimp the Link 4 05-15-2006 12:40 AM
Free online Adobe Premiere Pro 2.0 video training YONG_LIN Adobe Premiere, Premiere Elements, and After Effects 0 03-05-2006 07:44 PM
Online Video Serial! ChrisG User Videos 12 02-14-2006 11:46 AM
The only ONLINE video editing and DVD authoring site around Brian Burrito Pimp the Link 2 01-20-2006 11:01 PM


All times are GMT. The time now is 04:08 AM.