Great pack! I'd love to learn how to make own definitions... (I need to know parameters to chage as I have looked at other codes for youtube and others and have some questions about it)...
For example, link to video is:
http://www.yapfiles.ru/show/6021/1c5...b7298.flv.html
embed code is for it:
Code:
<object width="500" height="375">
<param name="allowFullScreen" value="true" />
<param name="allowScriptAccess" value="always" />
<param name="wmode" value="transparent" />
<param name="movie" value="http://www.yapfiles.ru/static/play.swf" />
<param name="FlashVars" value="st=vMDAwMDYwMjEt1c56" />
<embed src="http://www.yapfiles.ru/static/play.swf" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" flashvars="st=vMDAwMDYwMjEt1c56" width="500" height="375"></embed>
</object>
in BBCode it's more easier - I made BBcode like [yapvideo]
vMDAwMDYwMjEt1c56[/yapvideo] and just took embed code replacement and chaged
vMDAwMDYwMjEt1c56 -> {param} and it worked, but here is more params to be changed.... so I'm confused from what to start?