I\'m really puzzled how this is not working, but the video just wont auto start for some reason, am I doing something wrong? the embedded code is for flash playback
<
Try to put autoPlay=true
in the flashvars
param to send this param to swf file:
<param name="flashvars" value="src=http%3A%2F%2Fwww.domain.com%2Fvideo%2Ftest%2F<?php echo $video;?>&autoPlay=true"></param>
I have tested, it's work.
Remember to change the flashvars
attribute in <embed>
tag, too =)
;?>&auto=TR" (not autoPlay only AUTO!)>