PDA

View Full Version : Video Player



Death12652
05-06-2010, 02:19 AM
I need help creating an online video player for my website. I have many videos on it and am tired of using video hosting website's and their stupid limits. So any help or tutorial would be nice.

Thanks, Death.

Kave
05-06-2010, 02:58 AM
You can use Jwplayer

http://www.longtailvideo.com/

host the videos on ftp then embed the code onto your website

Death12652
05-06-2010, 03:42 AM
Thanks, I'll try it out.

Death12652
05-06-2010, 04:12 AM
So I tried doing it. I will just explain in detail how I'm going about what I need...

I want a video player that I can upload to my server. Which I tried with longtailvideo.

Then embed it using HTML with the tutorials they have but I didn't get it to work.

Can someone explain how to embed properly I seen to always do it wrong. Especially with HTML and PHP.

Best Regards,
Death

i luffs yeww
05-06-2010, 04:17 AM
Post/pastebin what you have for the embedded code, please.

Death12652
05-06-2010, 04:23 AM
This is what I have tried so far... using longtail...

This is longtails not mine by the way Im not trying to copyright.

<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='300' height='300' id='player1' name='player1'>
<param name='movie' value='player.swf'>
<param name='allowfullscreen' value='true'>
<param name='allowscriptaccess' value='always'>
<param name='flashvars' value='streamer=http://www.mydomain.com/path/to/application.php&file=path/to/video.flv&type=http'>
<embed id='player1'
name='player1'
src='player.swf'
width='300'
height='300'
allowscriptaccess='always'
allowfullscreen='true'
flashvars='streamer=http://www.mydomain.com/path/to/application.php&ile=path/to/video.flv&type=http'

Otherwise I have tried other things but it rather sucked...

So I don't have it anymore.

can anyone help?