The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Code to turn imeem songs into easy BBcode
I'm using some code to allow users to embed imeem songs. However the process is a bit too complex, and I have some ideas to make it easier... but I have no coding skills to do it
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. And imho I think it's pretty snazzy http://www.theprayercircle.com/forum...cnote2nd22.jpg |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|