Page 1 of 1
					
				video
				Posted: Thu Jan 01, 2009 8:24 pm
				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?
			 
			
					
				
				Posted: Thu Jan 01, 2009 8:29 pm
				by mr lugsy
				jpfuk might know i reckon,lol if you can do it i might post me chinning a giant stacker  

 
			
					
				
				Posted: Thu Jan 01, 2009 8:35 pm
				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
			 
			
					
				
				Posted: Thu Jan 01, 2009 8:39 pm
				by mr lugsy
				how then harry.................................please 

 
			
					
				
				Posted: Thu Jan 01, 2009 10:38 pm
				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>
 
			
					
				
				Posted: Thu Jan 01, 2009 10:49 pm
				by mr lugsy
				yep nice catch,so is youtube or similar the only way then?
			 
			
					
				
				Posted: Thu Jan 01, 2009 10:51 pm
				by harry2
				God knows, I'm not very technical.
			 
			
					
				
				Posted: Fri Jan 02, 2009 10:55 am
				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  
 
  
 
			
					
				
				Posted: Fri Jan 02, 2009 3:39 pm
				by mr lugsy
				nice one ,but can you please stop trying to get into my computer now it's running slow enough already 

 
			
					
				
				Posted: Fri Jan 02, 2009 4:46 pm
				by jpfuk
				
			 
			
					
				
				Posted: Fri Jan 02, 2009 8:53 pm
				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  
