Hi there, sorry if this is a noob question:
I'm working in RapidWeaver, using a Stacks Plugin stack that is built on top of Flowplayer. The stack doesn't have built in controls to allow for autohide of the control bar and I want to change that. I've been looking at the template file inside of the stack and this is what I see:
<!-- A minimal Flowplayer setup to get you started Splash Image and no Auto-Play-->
<!-- FlowPlayer is copyright of FlowPlayer.org see readme file in the stack bundle for license information -->
<!--or visit FlowPlayer.org for more information.-->
<!--FlowPlayer basic Stack built by CRMTechnik Limited (2009) for supportcasts.com -->
<script type="text/javascript" src="%assetPath%/flowplayer-3.0.5.min.js"></script>
<div id="%id=fplayer_id%" style="width:%id=flashplayerwidth%px;height:%id=flashplayerheight%px"></div>
<script type="text/javaScript">
flowplayer("%id=fplayer_id%", "%assetPath%/flowplayer-3.0.5.swf", {
clip:{
url: '%id=flashmoviepath%',
autoPlay: false,
autoBuffering: true
}
});
</script>
Can somebody tell me if it is possible to make changes here that will allow the AutoHide functionality where it fades away after a couple of seconds?
Thanks in advance for your help!
RM
I'm working in RapidWeaver, using a Stacks Plugin stack that is built on top of Flowplayer. The stack doesn't have built in controls to allow for autohide of the control bar and I want to change that. I've been looking at the template file inside of the stack and this is what I see:
<!-- A minimal Flowplayer setup to get you started Splash Image and no Auto-Play-->
<!-- FlowPlayer is copyright of FlowPlayer.org see readme file in the stack bundle for license information -->
<!--or visit FlowPlayer.org for more information.-->
<!--FlowPlayer basic Stack built by CRMTechnik Limited (2009) for supportcasts.com -->
<script type="text/javascript" src="%assetPath%/flowplayer-3.0.5.min.js"></script>
<div id="%id=fplayer_id%" style="width:%id=flashplayerwidth%px;height:%id=flashplayerheight%px"></div>
<script type="text/javaScript">
flowplayer("%id=fplayer_id%", "%assetPath%/flowplayer-3.0.5.swf", {
clip:{
url: '%id=flashmoviepath%',
autoPlay: false,
autoBuffering: true
}
});
</script>
Can somebody tell me if it is possible to make changes here that will allow the AutoHide functionality where it fades away after a couple of seconds?
Thanks in advance for your help!
RM