We've added another bell (or maybe it's a whistle)....
Actually it's both - and more!
If you have a link to a media file that you want to put into one of your posts, you can use the new media BBCode. [ MEDIA]
You use it just like the image BBCode, [ img] except this one has the ability to deal with 60 different file types.
You can see it in action here. (That post is why I added the feature. )
There are options that can be used. If you can decipher the stuff below, go ahead and use them. If not, the first example is nice and simple and should be familiar to anyone that has ever used the quote or image tags on a forum.
How to Use:
---------------------------------
Tag without options:[ MEDIA]url_of_the_file[/media]
ex.
[ MEDIA]http://www.server.com/file.mp3[/media]
Shown as an mp3 player (Uses the flash mp3 player by default).
Tag with options:
[ MEDIA=width,height,autostart,extension]url_of_the_file[/media]
[ MEDIA=width,height,autostart]url_of_the_file[/media]
[ MEDIA=width,height]url_of_the_file[/media]
ex.
[ MEDIA=100,200,yes,rm]http://www.server.com/file.mp3[/media]
It will use the real player to play the file.mp3,
the object is 100px width, 200px height, and it will autostart.
[ MEDIA=150,250,0]http://www.server.com/file.swf[/media]
It will use the flash player to play the file.swf,
the object is 150px width, 250px height, and it will NOT autostart.
[ MEDIA=211,421]http://www.server.com/file.pdf[/media]
It will post the pdf object on the page,
the object is 211px width, 421px height.
Other Rules:
1.WIDTH and HEIGHT are both required if you want to use options.
2.Available values for the AUTOSTART option: 1, true & yes.
3.Separate the options with commas, don't add quotes.
The links used can be full links to other sites. Even google videos.
However, it has to be links to the actual media file, not an html page that loads the media.
Note: In the text above, I added a space in the tags so that you can see the text used for the tags. Without the space, the forum software would try and make the examples load as media.. When you use the media tag, make sure there are no spaces in between the "[", "media", and the "]". Get it?
Actually it's both - and more!
If you have a link to a media file that you want to put into one of your posts, you can use the new media BBCode. [ MEDIA]
You use it just like the image BBCode, [ img] except this one has the ability to deal with 60 different file types.
You can see it in action here. (That post is why I added the feature. )
There are options that can be used. If you can decipher the stuff below, go ahead and use them. If not, the first example is nice and simple and should be familiar to anyone that has ever used the quote or image tags on a forum.
How to Use:
---------------------------------
Tag without options:[ MEDIA]url_of_the_file[/media]
ex.
[ MEDIA]http://www.server.com/file.mp3[/media]
Shown as an mp3 player (Uses the flash mp3 player by default).
Tag with options:
[ MEDIA=width,height,autostart,extension]url_of_the_file[/media]
[ MEDIA=width,height,autostart]url_of_the_file[/media]
[ MEDIA=width,height]url_of_the_file[/media]
ex.
[ MEDIA=100,200,yes,rm]http://www.server.com/file.mp3[/media]
It will use the real player to play the file.mp3,
the object is 100px width, 200px height, and it will autostart.
[ MEDIA=150,250,0]http://www.server.com/file.swf[/media]
It will use the flash player to play the file.swf,
the object is 150px width, 250px height, and it will NOT autostart.
[ MEDIA=211,421]http://www.server.com/file.pdf[/media]
It will post the pdf object on the page,
the object is 211px width, 421px height.
Other Rules:
1.WIDTH and HEIGHT are both required if you want to use options.
2.Available values for the AUTOSTART option: 1, true & yes.
3.Separate the options with commas, don't add quotes.
The links used can be full links to other sites. Even google videos.
However, it has to be links to the actual media file, not an html page that loads the media.
Note: In the text above, I added a space in the tags so that you can see the text used for the tags. Without the space, the forum software would try and make the examples load as media.. When you use the media tag, make sure there are no spaces in between the "[", "media", and the "]". Get it?