The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
imeem.com BBCode Details »» | |||||||||||||||||||||||||
My new BBCode came because a friend wanted to be able to post a music player from Imeem.com on his forum without needing html enabled in his threads. So I decided to make it into a BBCode for him.
This isn't as I would like it to be. So Id call this a Beta. Also all the member adds is the end of the url. Sign in to your AdminCP, Scroll down to Custom BBCode, Click ADD BBCode, Fill in as follows, Title-Radio Tag-radio Replacement- Code:
<object width="auto" height="auto" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/ shockwave/cabs/flash/swflash.cab#version=8,0,0,0"> <param name="movie" value="http://media.imeem.com/m/{param}" /> <param name="menu" value="false" /> <param name="quality" value="High" /> <param name="bgcolor" value="" /> <param name="flashvars" value="file=http://media.imeem.com/m/{param}&autostart=false" /> <embed src="http://media.imeem.com/m/{param}" width="auto" height="auto" menu="false" quality="low" bgcolor="" flashvars="file=http://media.imeem.com/m/{param}&autostart=false" type="application/x-shockwave-flash" pluginspage= "http://www.macromedia.com/go/getflashplayer" /> </embed></object> Example- Code:
Without the space. [ radio]UM9OM7pqy2[/radio] Description-Whatever you want Use {option}-No Demo in news post. Show Your Support
|
Comments |
#12
|
|||
|
|||
same here
i even tried to edit different bits of code. but no luck. |
#13
|
|||
|
|||
Ok I figured it out:
you are missing a closing tag at the end of <embed> this one works on my site: Code:
<object width="300" height="80" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"> <param name="movie" value="http://media.imeem.com/m/{param}" /> <param name="menu" value="false" /> <param name="quality" value="High" /> <param name="bgcolor" value="" /> <param name="flashvars" value="file=http://media.imeem.com/m/{param}&autostart=false" /> <embed src="http://media.imeem.com/m/{param}" width="auto" height="auto" menu="false" quality="low" bgcolor="" flashvars="file=http://media.imeem.com/m/{param}&autostart=false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></embed> </object> |
#14
|
||||
|
||||
Thanks for pointing that out. I edited my code.
|
#15
|
|||
|
|||
Quote:
|
#16
|
||||
|
||||
Quote:
For example, for this page: http://profile.imeem.com/yNt-j1/musi..._have_a_dream/ I need to go into that "Embed in your Blog, Website, etc:" text box to see: <object width="300" height="80"><param name="movie" value="http://media.imeem.com/m/UM9OM7pqy2/aus=false/"></param><param name="wmmode" value="transparent"></param><embed src="http://media.imeem.com/m/UM9OM7pqy2/aus=false/" type="application/x-shockwave-flash" width="300" height="80" wmode="transparent"></embed></object> ...and THAT's where I see that the code is "UM9OM7pqy2" ...and paste THAT into my post, inside the [imeem] tags. The "UM9OM7pqy2" isn't anywhere at the "end of the URL." If I try and paste in any part of the URL, like "VjEmigAM" or "VjEmigAM/i_have_a_dream/" it doesn't work. It has to be "UM9OM7pqy2" which is annoying to find for each song. Is there some easier/better way I am missing? |
#17
|
|||
|
|||
Code:
<object width="300" height="80" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"> <param name="movie" value="http://media.imeem.com/m/{param}" /> <param name="menu" value="false" /> <param name="quality" value="High" /> <param name="bgcolor" value="" /> <param name="flashvars" value="file=http://media.imeem.com/m/{param}&autostart=false" /> <embed src="http://media.imeem.com/m/{param}" width="300" height="80" menu="false" quality="low" bgcolor="" flashvars="file=http://media.imeem.com/m/{param}&autostart=false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></embed> </object> this One is Tested with both IE & FireFox --- width & height were modified editor icon is attached ... thank you Twilkey SRT |
#18
|
||||
|
||||
Thank you Zolo
|
#19
|
|||
|
|||
Funny, I made the same code myself
I was trying to make the code easier (thought I am really a noob when it comes to code). Here's what I have so far: 1. Installed BB Code (modified from youtube BB Code) Code:
<object width="300" height="80" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"> <param name="movie" value="http://media.imeem.com/m/{param}" /> <param name="menu" value="false" /> <param name="quality" value="High" /> <param name="bgcolor" value="" /> <param name="flashvars" value="file=http://media.imeem.com/m/{param}&autostart=false" /> <embed src="http://media.imeem.com/m/{param}" width="auto" height="auto" menu="false" quality="low" bgcolor="" flashvars="file=http://media.imeem.com/m/{param}&autostart=false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></embed> </object> 2 Copy the embed code from imeem Code:
<object width="300" height="80"><param name="movie" value="http://media.imeem.com/m/m-ogvIOzNz/aus=false/"></param><param name="wmode" value="transparent"></param><embed src="http://media.imeem.com/m/m-ogvIOzNz/aus=false/" type="application/x-shockwave-flash" width="300" height="80" wmode="transparent"></embed></object> 2. Copy the song-ID code Code:
imeem.com/m/m-ogvIOzNz/aus=false/ 3. Use the imeem BB Code to tag it Code:
[imeem] m-ogvIOzNz[/imeem] 4. Remove the underline (otherwise it doesn't work), and Post. Clearly it's a bit cumbersome for users to copy the Embed code, and selectively highlight and copy the Song-ID code, and then also remove the underlining. I was wondering if the BB Code, or some other code/product, could take the imeem Embed code, and filter out the Song-ID, and remove the underline. Similar to what https://vborg.vbsupport.ru/showthread.php?t=150761 does. Any Ideas? btw, I am happy to contribute back to the community here I made a music "button" for the message editor toolbar 20x20 pixels. |
#20
|
|||
|
|||
Is there anyway to get the player not to auto start each time the page is loaded
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|