会員限定サービスです 日経電子版セット2カ月無料! お申し込み 会員の方はこちら ログイン 日経クロステック TOPページ
Sorry, your entry can't be deleted right now. Please try again later. また 64 bit ネタをひとつ。先週、Adobe は Flash Player のバージョン 10 を公開しました。Flash Player は Flash コンテンツをブラウザ上で実行するためのブラウザプラグインです。 「Flash Player 10」正式公開、レンダリングエンジンを強化 (インプレス) http://internet.watch.impress.co.jp/cda/news/2008/10/15/21187.html いくつかの強化がされているようです。しかし今回も、64 bit 版のブラウザには対応していません。実際に 64 bit 版 Internet Explorer でアクセスしようとすると、"To use Flas
We have retired Flash. Support for Flash ended on December 31, 2020. Find out more https://main--cc--adobecom.hlx.page/cc-shared/assets/img/product-icons/svg/express.svg | Adobe Express Ready for standout content? Meet Adobe Express. Make and share beautiful content with ease. Choose from thousands of professional-designed templates for fast social posts, flyers, banners, and more. Get Adobe Expre
すでにあるリソースの有効活用ってことで var Flash = function () { var o = {installed:0, version:[]}, description, oActiveX, nMajor, nMinor; if (navigator.plugins && typeof navigator.plugins["Shockwave Flash"] == "object") { o.pluginType = "npapi"; description = navigator.plugins["Shockwave Flash"].description; if (typeof description != "undefined") { description = description.replace(/^.*\s+(\S+\s+\S+$)/, "$1"); nMaj
空前のFlash Playerバージョン判定スクリプトブームなわけですが、便乗して僕も乗ってみたいと思います。いろんなところからのものを集めてきたものですけど実際に使っているスクリプトであったりします。結構古い環境もサポートしてます。 FlashPlayer= { version : (function(){ var version='0.0.0'; if(navigator.plugins && navigator.mimeTypes['application/x-shockwave-flash']){ var plugin=navigator.mimeTypes['application/x-shockwave-flash'].enabledPlugin; if (plugin && plugin.description) { version=plugin.description.re
https://main--cc--adobecom.hlx.page/cc-shared/assets/img/product-icons/svg/express.svg | Adobe Express Ready for standout content? Meet Adobe Express. Make and share beautiful content with ease. Choose from thousands of professional-designed templates for fast social posts, flyers, banners, and more. Get Adobe Express free
Flash Player’s EOL is coming at the end of 2020. See the roadmap for Flash Player and AIR’s EOL: Adobe Flash Player EOL General Information Page The Future of Adobe AIR You can access the archived documents relevant to Flash Runtime even after the Flash EOL date. We are providing access to the archived documents for all the user/developers community to download. These documents are now no longer u
Flash Player’s EOL is coming at the end of 2020. See the roadmap for Flash Player and AIR’s EOL: Adobe Flash Player EOL General Information Page The Future of Adobe AIR You can access the archived documents relevant to Flash Runtime even after the Flash EOL date. We are providing access to the archived documents for all the user/developers community to download. These documents are now no longer u
Flash Player’s EOL is coming at the end of 2020. See the roadmap for Flash Player and AIR’s EOL: Adobe Flash Player EOL General Information Page The Future of Adobe AIR You can access the archived documents relevant to Flash Runtime even after the Flash EOL date. We are providing access to the archived documents for all the user/developers community to download. These documents are now no longer u
Flash/Flex のアプリケーションを開発していると (たまには) メモリリークとか気になることもあるかと思います。今回は Flash Player 9 のガーベジコレクションについてです。詳細な実装レベルだと、Flash Player のアップデート時に、ガーベジコレクション周りでも多少の変更が行われたりしていますが、いまのところ基本的なモデルは変わっていません。今回はこの ”基本的なモデル” を紹介します。 Flash Player 8 以前は少し違ったモデルになっています。以下の記述内では Flash Player とあったら Flash Player 9 のことだと思ってください。 Flash Player のメモリ確保 Flash Player のメモリ確保時の動作は特にユニークなものではありません。が、話の基本になるのでとりあえず以下概要です。 メモリの確保は負荷の高い部
senocular.com An archived copy of the blog. JavaScript Tip of the Day Posted June 05, 2020 by senocular Once upon a time I started an AS3 Tip of the Day thread over on the kirupa forums. It helped people to get ramped up with AS3, especially in transition from AS2, and I think people dug it. Not too long ago, I continued with the tip of the day concept, but this time with JavaScript instead of Act
Revision 3480: /flex/sdk/branches/3.0.x/in/player/10
いまさら画期的な発見!まずは長い前置きから。 最新のFlash Playerでは、SocketまたはXMLSocketを使ってサーバーと通信するとき、最初に<policy-file-request/>\0(\0はNULL文字)という文字列を送信してきます。これに対して<cross-domain-policy><allow-access-from domain="*" to-ports="*"/></cross-domain-policy>\0というような文字列を返してやらないと、まったく通信できません。 これは(HTTPサーバーでホスティングする)crossdomain.xmlファイルとは関係ありません。SocketとXMLSocketではcrossdomain.xmlファイルは無視されます。 厄介なことに、XMLSocketだけでなくSocketを使ったときでもこのセキュリティポリシーが
もういくつ寝ると 今年のはじめにやりたいことリストを作った。今見たら50項目あるリストのうち25個が達成済みだった。ちょうど半分やりたいことをやったということだ。私にしてはまあまあの結果だと思う。満足。 やりたいことリストにあるもののうち、「〜を食べたい」系は概ねクリアし…
いってるそばから、Updateされるらしいです。 akihiro kamijo: 来月 (2008/4) の Flash Player セキュリティアップデート 確かに、昨年末には発表してたけど、予定日の発表おそすぎます。 夏くらいかなぁ?と余裕ぶっこいてました。 ま。不満を言ってても始まりませんので。 さて。 前回のエントリーしましたが、Socket用のcrossdomain.xmlは同一ドメインでもダメで、HTTP経由のcrossdomain.xmlでもダメになりますという話で、今回もそこを中心に補足したいと思います。 なお、通常の(Socket,XMLSocketクラス以外)crossdomain制約については従来通りと思いますので、ご心配なく。 ちょっとアレゲなことをしている人達が被害にあいます。 (他の変更点もあるので、安心しないでください。kamijoさんのブログ参照。) かな
ソケットポリシーについて書こうと思っていたら既にちゃんとした記事が公開されていました。 セキュリティに関するFlash Player 9の変更点 緊急情報:2008年4月に行われるFlash Player9のセキュリティアップデートへの対応のお願い ので、ここではごく簡単に。 ソケットポリシーファイルは Flash Player 7 の時に導入された機能で、XMLSocket や Socket を使った接続要求に対して、サーバ側でアクセス制御を行うための手段として使用されます。 ソケット経由の接続ポリシーに関して Flash Player 9.0.115.0 から変更された主要な点は、1.マスターポリシーファイルの導入、2.メタポリシーのサポート、3.より厳格なソケットポリシーの採用です。9.0.115.0 では、これらを満たしていない環境を警告として扱いますが (デバッグプレーヤだと警告
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く