在Flash Player上隐藏控件 [英] Hiding Controls on Flash Player

查看:105
本文介绍了在Flash Player上隐藏控件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我正在尝试隐藏具有Flash电影的网页上的播放按钮和停止按钮,这就是我所拥有的,我想念的是什么/

I am trying to hide the play button and the stop button on a webpage that has a flash movie, This is what I have, What am I missing/

AC_FL_RunContent(
			''codebase'', ''http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0'',
			''width'', ''960'',
			''height'', ''520'',
			''src'', ''FlashSwf'',
			''quality'', ''high'',
			''pluginspage'', ''http://www.macromedia.com/go/getflashplayer'',
			''align'', ''middle'',
			''play'', ''true'',
			''loop'', ''true'',
			''scale'', ''noscale'',
			''wmode'', ''window'',
			''devicefont'', ''false'',
			''id'', ''FlashSwf'',
			''bgcolor'', ''#ffffff'',
			''name'', ''FlashSwf'',
			''menu'', ''false'',
			''allowFullScreen'', ''false'',
			''allowScriptAccess'',''sameDomain'',
			''movie'', ''BlueHeadOne_Data/FlashSwf'',
			''FlashVars'',''StandByVideo=StandByVideoFlv&BrowseVideo=BlueHeadOne'',
			''salign'', ''lt''
			); //end AC code





<noscript>
     <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="960" height="520" id="FlashSwf" align="middle">
       <param name="allowScriptAccess" value="sameDomain" />
       <param name="allowFullScreen" value="false" />
       <param name="FlashVars" value="StandByVideo=StandByVideoFlv&BrowseVideo=BlueHeadOne.flv&controlBarMode=none"/>
       <param name="movie" value="BlueHeadOne_Data/FlashSwf.swf" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="salign" value="lt" /><param name="bgcolor" value="#ffffff" />
       <embed src="FlashSwf.swf" quality="high" scale="noscale" salign="lt" bgcolor="#ffffff" width="960" height="520" name="FlashSwf" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
   </object>
   </noscript>

推荐答案

自上次使用Flash以来已经有好几年了.说实话,甚至不确定我是否还在任何地方都装有计算机.

但是,通过查看您的flashVars属性,我注意到您似乎正在使用"controlBarMode = none"来隐藏它们.

查看 [
It''s been years since I last worked with flash. Not even sure if I still have a computer anywhere with it installed to be honest.

However, I notice from looking at your flashVars attributes, that you appear to be using "controlBarMode=none" to hide them.

Looking at this[^] page, I''m left with the impression that the following may be worth testing.

''playerOpts=playerAutoHide*true*b||hideDelay*2000*i''



检查
[



Checking this[^] Adobe page, we can see that reply #3 also makes mention of the playerAutoHide attribute.

I''d give that a whirl.


这篇关于在Flash Player上隐藏控件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆