|
Weedbay anymedia bb codes
this is so I don't forget.....
***** replace PEDIA with MEDIA ******
@ How to Use
---------------------------------
Tag without options:
[PEDIA]url_of_the_file[/PEDIA]
ex.
[PEDIA]http://server/file.mp3[/PEDIA]
Shown as a mp3 player (Use the flash mp3 player by default).
Tag with options:
[PEDIA="width, height, autostart, loop, extension"]url_of_the_file[/PEDIA]
[PEDIA="width, height, autostart, loop"]url_of_the_file[/PEDIA]
[PEDIA="width, height, autostart"]url_of_the_file[/PEDIA]
[PEDIA="width, height"]url_of_the_file[/PEDIA]
ex.
[PEDIA="300,380,yes,2,rm"]http://server/file.mp3[/PEDIA]
It will use the real player to play the file.mp3,
the object is 300px width, 380px height,
it will autostart and will repeat for twice.
[PEDIA=250,150,0,3]http://server/file.flv[/PEDIA]
It will use the flash player to play the file.flv,
the object is 250px width, 150px height,
it'll NOT autostart but will repeat for 3 times.
[PEDIA=400,480,false]http://server/file.swf[/PEDIA]
It will use the flash player to play the file.swf,
the object is 400px width, 480px height,
and it'll NOT autostart.
[PEDIA=421,211]http://server/file.pdf[/PEDIA]
It will post the pdf object on the page,
the object is 421px width, 211px height.
Other Rules:
1.WIDTH and HEIGHT are both required if you want to add options;
2.Available values for the AUTOSTART option: 1, true & yes.
3.Separate the options with commas.
Last edited by Dopey Taylor : 06-17-2007 at 09:03 AM.
|