MyBB Community Forums

Full Version: Help with custom mycode
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok, So I am trying to get this mycode to work, to embed videos from a certain site (pinkbike.com). I set it up, but it still doesn't embed. Can you take a look and help me out here?
P.S: I know that the video server is located at pinkbike.com/v/, and all videos have a unique number, so If I wanted to watch video #888, id type pinkbike.com/v/888

Heres the mycode I want:

\[pbvideo\](.*?)\[/pbvideo\]

And heres the embed code:

<object width='640' height='406'><param name='allowFullScreen' value='true' /><param name='movie' value='http://www.pinkbike.com/v/(.*?)' /><embed src='http://www.pinkbike.com/v/(.*?)=' type='application/x-shockwave-flash' width='640' height='406' allowFullScreen='true' /></object>


Help?
You should change the replacement to this:
<object width='640' height='406'><param name='allowFullScreen' value='true' /><param name='movie' value='http://www.pinkbike.com/v/$1' /><embed src='http://www.pinkbike.com/v/$1=' type='application/x-shockwave-flash' width='640' height='406' allowFullScreen='true' /></object>
Thanks Amber!
(2009-03-29, 11:42 PM)xiofire Wrote: [ -> ]Thanks Amber!
0.o barely anyone knows her as AmberToungue
I use Tyreus hosting, lol.