flashfiles in forum
title in forum: flash
tag: swf
Replacement: <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="100%" height="400"><param name="movie" value="{param}" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="{param}" quality="high" bgcolor="#ffffff" width="100%" height="400" align="" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
example: [swf]example.swf[/swf]
use option: no
Button Image (Optional) ./images/misc/swf.gif (not in zipfile)
Works also with .DCR files
==========
mediaplayer files in forum
title in forum: mediaplayer file
tag: media
Replacement: <embed src="{param}" width="100%" height="400" hidden="false" loop="false" volume=100>
example: [media]http://members.chello.nl/~jagodschalk/funky_trombone.wmv[/media]
use option: no
Button Image (Optional) ./images/misc/media.gif (not in zipfile)
Works also with other mediaplayer extensions
========
hidden music in posts
starting when a visitor reaches the point in the page where the code is. (if in footer it requires to scroll to the footer before the file starts to play)
hidden mediaplayer files in forum
title in forum: hidden mediaplayer file
tag: hidden
Replacement: <img dynsrc="{param}" width="1" height="1" hidden="true" loop="true" volume=100>
example: [hidden]http://members.chello.nl/~jagodschalk/Cellmates.mp3[/hidden]
use option: no
Button Image (Optional) ./images/misc/media.gif (not in zipfile)
Works also with all other mediaplayer extensions
====
There is a difference between the <embed> and the <img dynsrc> code which is that the embed streams while downloading and <img dynsrc> loads the entire file before playing
Have fun
|