Video Streaming in posts

Posted:
Mon Apr 24, 2006 3:05 pm
Author: Bush
Hey, users of my integra site are just in love with using the [video] tag, but one problem i see with it is the following:
each time you goto a post w/ a video in it, it AUTOMATICALLY starts to play, which is fine for some but isn't fine for me. I want to press the play button to get it to start playing.
Is there a way to do this?

Posted:
Mon Apr 24, 2006 3:51 pm
Author: Bush
I did see this post:
http://www.integramod.com/home/viewtopi ... ight=videoBut thats the closest i could get to finding something relevent ^ but it does not work!

Posted:
Mon Apr 24, 2006 4:19 pm
Author: Jason Sanborn
"Raleau" wrote:tell the users to include the parameter autostart="false" in their <object><embed> code. This will load the player with the sound off instead of on.
This is something you would have to actually code into the bbcode.tpl file of your template.

Posted:
Mon Apr 24, 2006 4:21 pm
Author: Jason Sanborn
To clarify, since I don't think I was that clear, find the necessary RAM, Audio, Video related BBCode translations within the bbcode.tpl file and add the autostart="false" into the OBJECT and EMBED tags.