MyBB Community Forums

Full Version: [req] tag for 3gp
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello all master,
can may i to request ?
i want have tag code for 3gp file like as tag youtube ?
AdminCP --> Custom MyCode --> Add MyCode

MyCode title: 3GP
MyCode description: Play 3GP Files
Regular expression:
\[3gp\](.*?)\[/3gp\]
Replacement:
<embed src="$1" width="176" height="170" 
autoplay="false" controller="true" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/"></embed>
Activate MyCode?: Yes

Try that out - it should work.

To show the 3GP files, you just need to enter your code as:
[3gp]http://www.link.to/the/file.3gp[/3gp]
thanks... i'll try this Big Grin