| Guest
Status: Posts: n/a Reputation: Gender: | Media player in your post/topic -
01-25-2006
You can now insert any audio/video link in your topics/posts by encircling it with a media tag and it will play the file. The media tag button is located on the editor toolbar
It supports the following file: flv, swf, spl, mov, qt, mqv, mpeg, mpg, m1s, m1v, m1a, m75, m15, mp2, mpm, mpv, mpa, flc, fli, cel, rtsp, rts, 3gp, 3gpp, 3g2, 3gp2, sdv, amc, mp4, sdp, rm, rmvb, ra, rv, ram, smil, mp3, wma, ogg, ape, mid, midi, asf, asx, wm, wmv, wax, wvx, avi, pdf, fdf, xfdf, xdp, xfd, gif, jpg, jpeg, png, bmp, xpm, torrent You can specificy which option you want to use. By default, the player will show in 640*480 format. PHP Code: 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]
Examples: [media=100,200,yes,rm]http://server/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://server/file.swf[/media] It will use the flash player to play the file.swf, the object is 150px width, 250px height, and itll NOT autostart.
[media=211,421]http://server/file.pdf[/media] It will post the pdf object on the page, the object is 211px width, 421px height.
|