MyBB Community Forums

Full Version: youtube link
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi ,

I am new to MyBB

I just transfered my forum to MyBB , and all the the youtube video has the link
[flash=425,350]http://www.youtube.com/v/dHw7DLM3gnw[/flash]

How do I change the code for the video embed automatically in the post

Also , when I post the new post using the build in youtube code - It displays as
[video=youtube]http://www.youtube.com/v/dHw7DLM3gnw[/video]

but did not play the video

Thanks
Thank You for your help
I don't understand much on the post http://community.mybb.com/thread-94657.html but I added the following quote in mycode
\[flash=425,350\](.*?)\[/flash\]
replacement :
<iframe title="YouTube video player" width="480" height="390" src="http://www.youtube.com/embed/{$id}" frameborder="0" allowfullscreen></iframe>

when I tested with:
[flash=425,350]http://www.youtube.com/v/dHw7DLM3gnw[/flash]

It only gives out blank frame

What should I change ?

Thanks