PDA

View Full Version : Need a hand here


khaos44
06-30-2011, 02:15 AM
Hey guys I am trying too implement an iframe bbcode on my forum.

<iframe src="http://www.flvz.com/embed/d9437e0adaad113a624492a14ade4962-l.html" width="720px" height="550px" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="1" scrolling="yes" allowfullscreen='true'></iframe>

That is my code so far AND IT WORKS BUT
The numbers above in red will be different for each video. How do I code this so I can have a working code , much like a youtube code where the numbers can be changed cause the code is set correctly.

Thanks

BirdOPrey5
07-02-2011, 11:15 PM
You would use this as the BB Code replacement text:


<iframe src="http://www.flvz.com/embed/{param}-l.html" width="720px" height="550px" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="1" scrolling="yes" allowfullscreen='true'></iframe>


And then you'd use something like this for your bb code:

d9437e0adaad113a624492a14ade4962

Assuming you called the bbcode flvz.