2007-10-12, 02:25 PM
AdminCP --> Custom MyCode --> Add MyCode
MyCode title: 3GP
MyCode description: Play 3GP Files
Regular expression:
Try that out - it should work.
To show the 3GP files, you just need to enter your code as:
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?: YesTry 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]