[知識文庫] Flash 最近的「請按一下來啟動並使用此控制」

滑鼠經過Flash會被框住

這幾天不知道為什麼上網滑鼠只要經過Flash做的內容,那個部分就會被框住
只有Flash做的部分會這樣, 顯示"點按以啟用並使用這個控制項"
為什麼會這樣????

關於你的問題,是微軟IE修補程式在作怪↓(IE6.0 SP2版本)

KB912812   KB912945(不一定同時存在)

解決方法

1.去控制台→新增或移除程式→上方顯示更新打勾

2.找到以上的更新→移除 (他會出現說可能影響到XXX程式,這時不要管,繼續動作)

3.弄完後重開機就正常了(注意,有啟動自動更新的話會顯示叫你安裝的訊息,請不要理會它)


關於有的無名會顯示,有的不會顯示,可能是你在設定無名時有摻入控制項在其中的緣故^_^            

http://tw.knowledge.yahoo.com/question/?qid=1206042005938
複製這篇網址分享給朋友: http://discuz.bluelovers.net/thread-625-1.html#pid702

套一句黃小琥說過的話:「你可以點歌,但是我可以選歌」

TOP

RE: [知識文庫] Flash 最近的「請按一下來啟動並使用此控制」

這個更新會新增 HTML 樣版:「主動式內容更新 - HTTP」與「主動式內容更新 - HTTPS」。

注意:使用這個樣版時,必須執行「命令」選單中的「套用主動式內容更新」,將 AC_RunActiveContent.js 複製到 HTML 輸出資料夾。

若要使用這個擴充功能:
1. 從「檔案」選單中選取「發佈設定」。
2. 在「HTML」標籤上按一下,並從「樣版」彈出式選單中選取「主動式內容更新 - HTTP」或「主動式內容更新 - HTTPS」。
3. 按一下「發佈」。
4. 執行「命令」選單中的「套用主動式內容更新」,將 AC_RunActiveContent.js 複製到 HTML 輸出資料夾。

顯示已更新為適用於有效內容 HTML 檔中的 Macromedia Flash 影片。 注意:使用這個樣版時,必須執行「命令」選單中的「套用主動式內容更新」,將 AC_RunActiveContent.js 複製到 HTML 輸出資料夾。


更新安裝檔
flash8_ac_update_tw.zip (16.12 KB (16502 Bytes))

為了方便怕找不到AC_RunActiveContent.js 所以特別將這個檔案上傳
AC_RunActiveContent.rar (1.13 KB (1152 Bytes))
複製這篇網址分享給朋友: http://discuz.bluelovers.net/thread-625-1.html#pid752

TOP

Solution for other active content types

http://www.adobe.com/devnet/activecontent/articles/devletter.html

Download the JavaScript files (ZIP, 124K)

http://download.macromedia.com/p ... content_samples.zip

Note: This sample archive contains six files:

AC_RunActiveContent.js: This is the file you use for the workaround for Flash and Shockwave content described in External JavaScript Solution 2: For Multiple Occurrences of Embedded Content.
AC_ActiveX.js: Use this file for the fix described in the section, Solution for Other Active Content Types.
SampleActiveContent.html: This file provides an example of the code you would use in your HTML page when using the AC_RunActiveContent.js and AC_ActiveX.js files.
button1.fla: This file is the source file for the SWF.
button1.swf: This file is the SWF that is embedded in the page.
readme.txt: This is the Readme file that contains a description of the ZIP contents

----------------------------------------------
<script src="[path]/AC_ActiveX.js" type="text/javascript"></script> 
<script src="[path]/AC_RunActiveContent.js" type="text/javascript"></script>

<script type="text/javascript">
   AC_AX_RunContent( 'classid','clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFB','width','150','height','100','src','fakefile.foo' );
</script>

activecontent_samples.zip(123.73 KB (126698 Bytes))

複製這篇網址分享給朋友: http://discuz.bluelovers.net/thread-625-1.html#pid755

TOP

RE: [知識文庫] Flash 最近的「請按一下來啟動並使用此控制」

首頁四格要如何  加上自已的flash 圖片
1

評價次數

-2

Points

  • admin

2007-10-2 15:12:58 admin 聲望 -2 點 0

複製這篇網址分享給朋友: http://discuz.bluelovers.net/thread-625-1.html#pid5849

TOP

RE: [知識文庫] Flash 最近的「請按一下來啟動並使用此控制」

請參考
http://discuz.bluelovers.net/thread-2207.html

並且請在個人資料內 補上個人網站網址
複製這篇網址分享給朋友: http://discuz.bluelovers.net/thread-625-1.html#pid5850

本篇的內容不含引用除另有聲明外,如符合 CC授權條款 則套用 姓名標示-非商業性-相同方式分享 3.0 通用版

TOP