2013年2月21日 星期四
2013年2月1日 星期五
當Win8 RT IE10遇到Flash內容,HTML Page需要這行,來啟動桌面版(傳統版) IE 及其Flash Player plugin播放swf
當Win8 RT IE10遇到Flash內容,HTML Page需要這行,來啟動桌面版(傳統版) IE 及其Flash Player plugin播放swf。
http://msdn.microsoft.com/en-us/library/ie/
Developer guidance for websites with content for Adobe Flash Player in Windows 8 (Internet Explorer)前往
< meta http-equiv="X-UA-Compatible" content="requiresActiveX=true" >
http://msdn.microsoft.com/en-us/library/ie/
Developer guidance for websites with content for Adobe Flash Player in Windows 8 (Internet Explorer)前往
2013年1月24日 星期四
jQuery.browser() removed
jQuery.browser() removed
(jQuery Core 1.9 Upgrade Guide)
http://jquery.com/upgrade-guide/1.9/#jquery-browser-removed
2013年1月23日 星期三
[CSS] Cross Browser Opacity
CSS → Cross Browser Opacity
例:透明度0: ↓↓↓
.opacityClass {
/* IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
/* IE 5-7 */
filter: alpha(opacity=0);
/* Netscape */
-moz-opacity: 0.0;
/* Safari 1.x */
-khtml-opacity: 0.0;
/* Good browsers */
opacity: 0.0;
}
2012年12月13日 星期四
[AS3]ThrottleEvent
flash.events.ThrottleEvent
| 語言版本: | ActionScript 3.0 |
| 執行階段版本: | Flash Player 11, AIR 3.2 |
當 Flash Player 節流、暫停或繼續播放內容時會傳送 ThrottleEvent。
訂閱:
文章 (Atom)

