Go Back   Video Editing Forums: Digital Director > Video Editing: Software Problems and buying advice > Adobe Premiere, Premiere Elements, and After Effects

Adobe Premiere, Premiere Elements, and After Effects For users of Adobe Premiere 6.0, 6.5 and Premiere Pro. Post problems, tips and queries!

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-27-2006, 03:22 PM
Junior Member
Standard Definition
 
Join Date: Dec 2005
Location: London
Posts: 9
0 Videos nominated
Video Of the Month(s): 0
smithy
Default Video clip onto web page

Apologies if this has been asked before but I've had a look and can't find it. Could somebody please point me in the right direction to find out how I can get a short video clip (say 30 secs) onto my website. Is there a way that it can play automatically upon entering the webpage, or does it have to be opened by the visitor? I'm sure there's an instruction somewhere on this site showing how to do do this, but I can't find it. It may be that I'm being over ambitious !! Thanks very much.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-28-2006, 03:16 PM
Senior Member
Video Editing Junkie
 
Join Date: Nov 2005
Location: Runcorn
Posts: 137
0 Videos nominated
Video Of the Month(s): 0
Chris Oakley
Default

Hi Smithy,

If it's a .wmv file you can use this code, just copy and paste it to where you want the video to appear and alter some of the self explanatory values:

<OBJECT id='mediaPlayer' width="320" 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="AudioStream" value="-1">
<param name="AutoSize" value="0">
<param name="AutoStart" value="-1">
<param name="AnimationAtStart" value="-1">
<param name="AllowScan" value="-1">
<param name="AllowChangeDisplaySize" value="-1">
<param name="AutoRewind" value="-1">
<param name="Balance" value="0">
<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="1">
<param name="DisplayBackColor" value="0">
<param name="DisplayForeColor" value="16777215">
<param name="DisplayMode" value="0">
<param name="DisplaySize" value="4">
<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="Filename" value=" {** Enter URL to Video HERE **} ">
<param name="InvokeURLs" value="-1">
<param name="Language" value="-1">
<param name="Mute" value="0">
<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="SelectionStart" value="-1">
<param name="SelectionEnd" value="-1">
<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="ShowControls" value="-1">
<param name="ShowAudioControls" value="-1">
<param name="ShowDisplay" value="0">
<param name="ShowGotoBar" value="0">
<param name="ShowPositionControls" value="-1">
<param name="ShowStatusBar" value="-1">
<param name="ShowTracker" value="-1">
<param name="TransparentAtStart" value="0">
<param name="VideoBorderWidth" value="0">
<param name="VideoBorderColor" value="0">
<param name="VideoBorder3D" value="0">
<param name="Volume" value="-600">
<param name="WindowlessVideo" value="0">
<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" videoborder3d="-1" width="320" height="285" src=" {** Enter URL to Video HERE **} " autostart="true" designtimesp="5311" loop="false">
</OBJECT>


Quicktime videos don't need as much HTML:

<OBJECT classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' width="320"
height="255" codebase='http://www.apple.com/qtactivex/qtplugin.cab'>
<param name='src' value="{** Enter URL to Video HERE **} ">
<param name='autoplay' value="true">
<param name='controller' value="true">
<param name='loop' value="false">
<EMBED src="{** Enter URL to Video HERE **} " width="320" height="255" autoplay="true"
controller="true" loop="false" pluginspage='http://www.apple.com/quicktime/download/'>
</EMBED>
</OBJECT>

Last edited by irishmark; 02-22-2007 at 11:20 PM. Reason: adding highlight
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 05-04-2006, 04:55 PM
Junior Member
Standard Definition
 
Join Date: Dec 2005
Location: London
Posts: 9
0 Videos nominated
Video Of the Month(s): 0
smithy
Cool

Hi Chris
Thanks for your reply - I will give it a go.
Apologies for late response - just got back from holiday.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 05-04-2006, 09:23 PM
Senior Member
Video Editing Junkie
 
Join Date: Jul 2005
Location: Bladon
Posts: 1,383
0 Videos nominated
Video Of the Month(s): 0
LukeD
Default

You could of corse use flash if you prefer.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 06-06-2006, 11:35 AM
Junior Member
Windows Movie Maker
 
Join Date: May 2006
Posts: 4
0 Videos nominated
Video Of the Month(s): 0
bobo is on a distinguished road
Default

i advise you to use flash (.flv). so you should convert video to flash. many special programs will do it for you. i can tell you only about video to flash converter (link), 'cause it's the only tool of that kind which i tried. it has an option "generate html". i think it's very convenient, it converts video to flash (.swf or .flv) and generates html with start, stop, pause buttons, you can also choose an option "loop".. when i tried it i liked it a lot, very nice and easy to use.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 07-06-2006, 06:01 PM
Bayne's Avatar
Member
HDTV
 
Join Date: May 2006
Location: San Diego
Posts: 43
0 Videos nominated
Video Of the Month(s): 0
Bayne is on a distinguished road
Default

<embed name="THE ALT NAME" src="NAME OF YOUR FILE AND LOCATION" type="video/x-mpeg" autoplay="true" controller="false" cache="true" bgcolor="#000000" loop="false">


Little easier than all that code.....works with WMV files.....
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 12-06-2006, 01:52 PM
Cyan's Avatar
Junior Member
Standard Definition
 
Join Date: Nov 2006
Posts: 8
0 Videos nominated
Video Of the Month(s): 0
Cyan is on a distinguished road
Talking

There are so many smart people here. ))
Well I can suggest cool prog too.

&quot;Video to Flash Converter Pro&quot;!
Ok, I guess it doesn't need write what this soft does... All in it's name. And if you interesting just click this link. :P

Good luck to all! )

Last edited by Cyan; 12-06-2006 at 02:00 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 12-08-2006, 12:19 PM
MStrutt's Avatar
Member
Video Editing Junkie
 
Join Date: Jul 2006
Posts: 91
0 Videos nominated
Video Of the Month(s): 0
MStrutt is on a distinguished road
Default

I would use Flash. That is what I use for the clips on my site. If you do not have the software I would gladly do it for you. Let me know.

Regards

Mark
www.onlinevideosolutions.co.uk
enquiries@onlinevideosolutions.co.uk
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 12-14-2006, 11:16 PM
Junior Member
Standard Definition
 
Join Date: Mar 2006
Location: Canada
Posts: 12
0 Videos nominated
Video Of the Month(s): 0
YONG_LIN
Send a message via ICQ to YONG_LIN
Default

Flash, WMV, QuickTime and RealMedia can do it for streaming, Some setting need to be set in the export settings.

When you put your clip to your web editor, they have the mostly the options let you choose from to make better streaming.

Good luck
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 02-22-2007, 10:43 AM
Junior Member
Standard Definition
 
Join Date: Feb 2007
Location: Prague
Posts: 5
0 Videos nominated
Video Of the Month(s): 0
websupport is on a distinguished road
Send a message via ICQ to websupport Send a message via MSN to websupport Send a message via Yahoo to websupport Send a message via Skype™ to websupport
Default

We have a file convertor from any video format with its further broadcasting in website's flash player. To work this convertor requires a free RED5 server. The convertation happenes while loading the file in Admins zone.
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
Comic book frame/page turn? ot444 Adobe Premiere, Premiere Elements, and After Effects 3 02-10-2007 08:15 PM
More than 1 clip on page. TWIY Sony Vegas and Media Studio 2 10-24-2006 08:21 AM
web page question. Mark W Forum Announcements, News and Off-topic 5 10-06-2006 07:35 PM
Ideas Page - We want you! Davewav Digital Director Video Contest 04 1 09-03-2004 05:59 AM


All times are GMT. The time now is 11:08 PM.