2月 2, 2010 0
[flash cs5]ipadアプリケーションの構築記事
flash cs5でのiPadアプリケーション作成についても触れている記事です。
○Building iPad Applications with Flash
http://blogs.adobe.com/flashplatform/2010/01/building_ipad_apps.html
2月 2, 2010 0
flash cs5でのiPadアプリケーション作成についても触れている記事です。
○Building iPad Applications with Flash
http://blogs.adobe.com/flashplatform/2010/01/building_ipad_apps.html
2月 2, 2010 0
2月1日にGoogle Analytics が日本の携帯端末に対応したことをアナウンスしました。
http://analytics-ja.blogspot.com/2010/02/expanded-mobile-reporting.html
1月 22, 2010 0
動的生成Flash利用時は、ブラウザキャッシュ回避を忘れずにしなければ、
動的に表示を変えてもキャッシュで以前の画面が表示されますので。
・キャッシュ回避は下記のヘッダーを出力しておく
header('Expires: Thu, 01 Jan 1970 00:00:00 GMT, -1');
header('Cache-Control: no-cache, no-store, must-revalidate');
header('Pragma: no-cache');
○「ケータイFlashのブラウザキャッシュを回避するには」
http://www.plusmb.jp/2009/06/26/3935.html