You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

HELP WITH CODING AUTOHIDE Created Mar 12, 2010

This thread is solved

Views: 1860     Replies: 2     Last reply Feb 6, 2011  
You must login first before you can use this feature

moniot

Posts: 1

Registered:
Mar 12, 2010

HELP WITH CODING AUTOHIDE

Posted: Mar 12, 2010

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

webwarrior

Posts: 24

Registered:
Mar 22, 2010

» HELP WITH CODING AUTOHIDE

Posted: Mar 25, 2010

Reply to: HELP WITH CODING AUTOHIDE, from moniot
add

autoHide: 'always',
hideDelay: '2000',