Well, if you havent heard of stage6 or the divx web player, google it.
The main problem is that It does not support playlists, I want a pre-video thats 10 seconds to come on before the main video. I tried comming up with a code, but my problems were:
A) My host dosnt support remote includes for security reasons
B) My code is utter crap XD
Here is what I got
I'm not really a good php coder as you can see, but maybe this can be done with javascript, because I saw in thier developer sdk pack, they had a video player controlled by javascript:
Developer SDK
Also, http://www.divx.com/divx/webplayer/
will help..
I will pay alot of frih if someone can get this done fast. I prefer if you have aim or msn to i can contact you but if you dont its ok.
The main problem is that It does not support playlists, I want a pre-video thats 10 seconds to come on before the main video. I tried comming up with a code, but my problems were:
A) My host dosnt support remote includes for security reasons
B) My code is utter crap XD
Here is what I got
| Code: |
|
<?php // Define A Var for our get $id = $_GET["hash"]; // Include the pre-trailer $include = "http://blablabla.com/123.divx"; // After the video is done (about 10 seconds) redirect to the full movie header("Refresh: 10; URL=http://video.stage6.com/$id/.divx"); // NN4 requires that we output something...ghey echo " "; ?> |
I'm not really a good php coder as you can see, but maybe this can be done with javascript, because I saw in thier developer sdk pack, they had a video player controlled by javascript:
Developer SDK
Also, http://www.divx.com/divx/webplayer/
will help..
I will pay alot of frih if someone can get this done fast. I prefer if you have aim or msn to i can contact you but if you dont its ok.
