Jump to content

Video


upsidedownbin

Recommended Posts

Hi all,

I'm making a video uploading site and i'm stuck at how to play the video on the page,

This may not even be a php question, but can someone please direct me to a tutorial or something,

I need to know how to make the player with the play, pause, fullscreen buttons as well, and how to stream the video through the player,

thanks

Link to comment
https://forums.phpfreaks.com/topic/174781-video/
Share on other sites

this is an actionscript question. I think there is a very good forum @ actionscript.org or something similar to that, however you would just need to create a video control on the stage, then give it an ID and then use that id to set the url and stuff for the video, but then again my as3 is a bit rusty as I have been out of the web-dev loop for a few months now :) Glad to help tho

Link to comment
https://forums.phpfreaks.com/topic/174781-video/#findComment-921134
Share on other sites

No, it's not an actionscript problem.

 

There are many ways to do this, but you're going to want to start by learning embedded objects in HTML.

 

Then, if you want a flash style player (rather than, say, Quicktime or Windows Media Player), then you'll have to download an FLV player or make one yourself (which, I guess, in this case it would be an actionscript problem).

 

Streaming is a pretty big subject, so you'll want to get started by googling "how to stream video".

Link to comment
https://forums.phpfreaks.com/topic/174781-video/#findComment-921141
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.