Hi,
Really need some help...
The code below works correctly, and autohide is set to false. However I need to add in the plugin for Pseudostreaming...
Can someone please tell me how to add Pseudostreaming in to the code above?
Nb - The php in the code above is to allow me to move the variables to outside the code.
Justin
Really need some help...
The code below works correctly, and autohide is set to false. However I need to add in the plugin for Pseudostreaming...
<object data="<?php echo $Video_player ?>" type="application/x-shockwave-flash" width="<?php echo $Video_width ?>" height="<?php echo $Video_height ?>" id="flowplayer"><param name="movie" value="<?php echo $Video_player ?>" /><param name="allowfullscreen" value="true" /><param name="flashvars"value='config={"clip":"<?php echo $Video_file ?>","plugins":{"controls":{"autoHide":false}}}' /></object>
Can someone please tell me how to add Pseudostreaming in to the code above?
Nb - The php in the code above is to allow me to move the variables to outside the code.
Justin