Jump to content

xmattxuk

Members
  • Posts

    2
  • Joined

  • Last visited

xmattxuk's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. HiIf you are just uploading the video and NOT convertingit to a standard format like youtube does to .flv(Flash video)You can do it relatively easily but will get a mixed result due to no standard format.To get a better result like youtube you could convert all the videos uploaded to a standard format like flv or wmv. This would have to be done by the server so you would need full access, to have programs like ffmpeg to do the converting. Converting on the server is not quick depending on the hardware, meaning you would have to cue file conversion the same way as youtube does it else end up having a slow site.The third way is to get you content providers to convert their video which they wish to submit to a standard format on their PC’s before they upload, this is probably the easiest solution but you will need to find some software they can convert their files with.SMIL - maybe useful but depends on the media format.Flowplayer a open source flash video player the site has some useful info on encoding flv using FFmpeg.http://flowplayer.sourceforge.net/ThanksMatt
  2. I have a media player embedded in the page, and when the video clip is finished playing i would like to load a new page in the same frame but cannot figure it out?have tried embedded flash but that can only load in a new window.Basicly I have a index page when I want to play video i goes to a sub page and when that video ends I want it to return to the index page automaticly.Code for page.html <object id="Player" width=500 height=400classid="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" align="middle"><param name="FileName" value="video.asx"><param name="AutoStart" value="1"><param name="ShowStatusBar" value="True"><param name="DefaultFrame" value="mainFrame"><embed type="application/x-mplayer2"pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/"src="video.asx" align="middle"width=500height=400defaultframe="rightFrame"showstatusbar=true></embed></object> Code for video.asx <ASX Version="3"> <ENTRY> <REF HREF="juliaz.avi"/> </ENTRY> <ENTRY> <REF HREF="circle.swf"/> </ENTRY></ASX> any ideas ?thanksmatt
×
×
  • Create New...