MyBB Community Forums

Full Version: [Help] Attachment Flash Player
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello Everyone

I want to make this MyCode possible that if a user uploads a file using the attachment system in MyBB and then place the code (eg [attachment=150]) in the [vid] tag that it will then be embedded.

The code I'm currently using:
<object><embed src="http://www.mydomain.com/player.swf" width='530' height='350' bgcolor="#ffffff" allowscriptaccess='always' allowfullscreen='true' flashvars='file=$1'</embed></object>

Is this possible and if I'm doing something wrong, please assist.

Many thanks Smile
Does anyone know if this is even possible?