video

Off-topic chat, talk about whatever you like..
Locked
User avatar
JG
Senior Member
Posts: 6462
Joined: Sat Apr 30, 2005 2:42 pm
Location: England

video

Post by JG »

Is there any way/format to upload video to this board? It doesn't accept mp4s as attachments.

So apart from uploading to You Tube and linking there, any other ways?
User avatar
mr lugsy
Senior Member
Posts: 5776
Joined: Thu Mar 13, 2008 12:19 pm
Location: looking over your shoulder
Contact:

Post by mr lugsy »

jpfuk might know i reckon,lol if you can do it i might post me chinning a giant stacker :)
Image
User avatar
harry2
Senior Member
Posts: 5155
Joined: Sat Feb 23, 2008 7:34 pm
Location: The Royal County

Post by harry2 »

Allowed Extension Groups and their Sizes
Archives -> Maximum Upload Size: 10 MB
ace gtar gz rar tar zip

Flash Files -> Maximum Upload Size: 10 MB
swf

Images -> Maximum Upload Size: 10 MB
gif jpeg jpg png tga tif

Streams -> Maximum Upload Size: 10 MB
wma
Roulette free since December 2011.
User avatar
mr lugsy
Senior Member
Posts: 5776
Joined: Thu Mar 13, 2008 12:19 pm
Location: looking over your shoulder
Contact:

Post by mr lugsy »

how then harry.................................please :D
Image
User avatar
harry2
Senior Member
Posts: 5155
Joined: Sat Feb 23, 2008 7:34 pm
Location: The Royal County

Post by harry2 »

<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/m3ALAGF8q6o&hl ... ram><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/m3ALAGF8q6o&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>
Roulette free since December 2011.
User avatar
mr lugsy
Senior Member
Posts: 5776
Joined: Thu Mar 13, 2008 12:19 pm
Location: looking over your shoulder
Contact:

Post by mr lugsy »

yep nice catch,so is youtube or similar the only way then?
Image
User avatar
harry2
Senior Member
Posts: 5155
Joined: Sat Feb 23, 2008 7:34 pm
Location: The Royal County

Post by harry2 »

God knows, I'm not very technical.
Roulette free since December 2011.
jpfuk
Senior Member
Posts: 853
Joined: Thu Nov 13, 2008 6:16 pm
Location: Bottom of a cider bottle...

Post by jpfuk »

This has to be dealt with and installed into the acctual sites source coding by the Admin..

It supports playback of any format the Adobe Flash Player can handle (FLV, MP4, MP3, AAC, JPG, PNG and GIF). It also supports RTMP, HTTP, and live streaming...

If you have google adcence running here?, you need to buy a commercial licence, but no one ever bothers to do so.

The binary files needs to be decripted by the Admin, [instuctions inclosed ] and you need to be able have access to the PHP main source..

It's a two minuet install once you have everything ready :wink: :wink:
Attachments
mediaplayer_726.zip
(260.89 KiB) Downloaded 186 times
&quot wrote: I dont wear trackies neither :roll: smart G-star jeans, lacoste t shirt and ted baker jacket all worth about £1.98 for the lot?
&quot wrote:Harder?? you must be joking im doing 300 viagra a day no fuss. SICKKKKK RAISEEEEEE M8
User avatar
mr lugsy
Senior Member
Posts: 5776
Joined: Thu Mar 13, 2008 12:19 pm
Location: looking over your shoulder
Contact:

Post by mr lugsy »

nice one ,but can you please stop trying to get into my computer now it's running slow enough already :)
Image
jpfuk
Senior Member
Posts: 853
Joined: Thu Nov 13, 2008 6:16 pm
Location: Bottom of a cider bottle...

Post by jpfuk »

:lol: :lol: :lol: I'm far too much of a lazy twatt to attempt anything like that, half the time i struggle to turn me own pc on, due to the fact it involves moving. :D
&quot wrote: I dont wear trackies neither :roll: smart G-star jeans, lacoste t shirt and ted baker jacket all worth about £1.98 for the lot?
&quot wrote:Harder?? you must be joking im doing 300 viagra a day no fuss. SICKKKKK RAISEEEEEE M8
jpfuk
Senior Member
Posts: 853
Joined: Thu Nov 13, 2008 6:16 pm
Location: Bottom of a cider bottle...

Post by jpfuk »

Right..... to save the hassel for admin.... here is the html script decoded, and ready to install for the player at basic...

Php are fickle boards when loading new stuff, so my guess would be a footer insert inbetween the board and copy right wrappers... Could be wrong as i stopped useing php boards 2 years ago, just trial and error on the source here really....


This is useless to any one else.. so just ignor....

The player will allow you total controll over vid uploads direct to your site by members, they submit footage, you scan and allow/reject what you like... simple.... total youtube bypass....

The base coding.....

<script type="text/javascript" src="http://www.jeroenwijering.com/embed/swf ... "></script>

<div id="player">This text will be replaced</div>

<script type="text/javascript">
var so = new SWFObject('/jw/embed/player.swf','mpl','470','320','9');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addParam('flashvars','&file=http://content.bitsontherun.com/videos/3ta6fhJQ.flv');
so.write('player');
</script>

This is just to load the player, the add-ons /extentions are limitless....


If you decide to use this, i will show you the in's and out's of it all... if no one else steps forward to help out :wink:
&quot wrote: I dont wear trackies neither :roll: smart G-star jeans, lacoste t shirt and ted baker jacket all worth about £1.98 for the lot?
&quot wrote:Harder?? you must be joking im doing 300 viagra a day no fuss. SICKKKKK RAISEEEEEE M8
Locked