2007年8月アーカイブ
Flashアクセシビリティについての本
拙著ですが、「Flashプロフェッショナルスタイル」という本がありまして、これでは、アクセシビリティ機能の活用方法などを書いています。
たぶん、原稿にしたのは、WDに記事を寄稿して以来だから、4年ぶりくらいかもしれません。
興味あるかたは、本屋さんで見てみてください。
もちろん、買っていただければ、もっとうれしいです。
![]() |
Flash プロフェッショナル・スタイル CS3対応 A.e.Suck 五十嵐 学 伊藤 のりゆき 毎日コミュニケーションズ 2007-07-13 売り上げランキング : 6742 Amazonで詳しく見る by G-Tools |
- Comments (Close): 0
- TrackBack (Close): 0
SHA1 ActionScript 2.0 class
ほしい人には、ほしいライブラリかも。
SHA WiKiペディアより
ハッシュ関数だけど、あのハッシュじゃないよ。
- Comments (Close): 0
- TrackBack (Close): 0
Flash Player最新版がH.264サポート(ベータ版)
- Comments (Close): 0
- TrackBack (Close): 0
GoogleMapをURLで簡単貼り付け
バンバン貼ろう、ところで、マークってどうやって正確に貼るんでしょうか(汗)
自分の家をしようとしたら、住所が近所までしか出なかったよ・・・
Google マップを自分のサイトに貼り付けよう
こんな感じかな。目印も追加できた。やり方は、わからないけど。
拡大地図を表示
- Comments (Close): 0
- TrackBack (Close): 0
MT4で、同じタグを持つ記事を並べる方法
- Tweet
- 2007年8月23日 13:07
- MovableType
<MTEntryTags>
<MTSetVarBlock name="foo">
<$MTTagName$>
</MTSetVarBlock>
<li>タグ:<$MTTagName$></li>
<ul>
<MTEntries tag="foo">
<li><a href="<$MTEntryPermaLinks$>"<strong><$MTEntryTitle$></strong> <MTEntryBody words="15" convert_breaks="0"
</ul>
</MTTags>
</ul>
とエントリーのテンプレートに入れれば、OK.。
<出力例>
- タグ:dummytag
- タグ:testtag
ただ、唯一の欠点は、静的HTMLの場合、エントリーするごとに、全エントリーの再構築が必要ってことでしょうか。
エントリー・アーカイブは、動的に生成したほうが良いわけですが、プラグインを使っている人は、そのプラグインがphp版かPerl版かを見分けることが重要です。
世の中の多くのプラグインは、Perl版=静的HTMLにしか対応していない という現状。
当分、再構築しましょう。
サーバーが遅い人は、速いサーバーへ引越しましょう(^^)
- Comments (Close): 1
- TrackBack (Close): 0
MT4で賢くなった?先頭から文字数指定して取り出し
- Tweet
- 2007年8月23日 13:01
- MovableType
MT4では、普通にwordsが使えるようになってますね。
ちなみに、trim_toだと、こんな感じ
<先頭から、10文字、改行を無視して取り出す>
MT4以前
<MTEntryBody trim_to"10" convert_breaks="0">
MT4
<MTEntryBody words="10" convert_breaks="0">
これは、うれしいなぁ。
特に、便利さは、変わらないわけだけど。
って、やってみたら、動かないっぽいぞ!どうなってんだ!
- Comments (Close): 0
- TrackBack (Close): 0
MT4で、同じカテゴリのエントリーを引っ張ってくる方法
- Tweet
- 2007年8月21日 18:12
- MovableType
<MTEntries category="$catList" lastn="15">
<h2><$MTEntryTitle$></h2>
<p><$MTEntryExcerpt$></p>
</MTEntries>
ソース:http://www.skyarc.co.jp/engineerblog/entry/3568.html
- Comments (Close): 0
- TrackBack (Close): 0
WebDesigning で AIR 連載が始まった
2007年9月号からです。
- Comments (Close): 0
- TrackBack (Close): 0
Flash CS3向け AIRプラグイン ベータ配布開始
よく見ると、下の方に、Japaneseとあるので、せっかくだから、日本語版を落としてみた。
で、引用。
Known Issues
- Don't show me again checkbox setting in the About Authoring Adobe AIR dialog does not work. The dialog will always show.
- When testing your movie with trace, no output is sent in the output panel. Use debug movie to view trace statements.
- Air file name is the same as the application file name. Destination is destination folder so the name of the air file cannot be changed in this Beta.
- Packaging might take a while, especially when the included files are large, so Flash might appear as hung during packaging.
Mac only:
- destination cannot be changed. The air file will always be next to the swf file after package.
- there's no error checking. When packaging fails, there's no error dialog so it might appear as if the task succeeded
- when there's a space in the path to the .fla file, default values for application ID, description, and version will be used. This makes the application ID not unique and icon images cannot be set.
- If Flash Authoring is locked when testing movie for Adobe AIR fla. Close the adl application (in the dock) to get back to the normal state.
- Application and installer settings are not saved when the OK button is click in the Application & Installer Settings dialog. Change your settings in the application and installer settings dialog then click on package button to package the AIR file with the settings.
Windows only:
- no progress bar during packaging.
Things to watch out for that might cause packaging to fail:
- invalid character in the app ID
- space, double byte characters or high ascii characters in path or file name
- swf and fla are not the same name and not in the same directory (mac only)
- swf file does not exist; be sure to test movie before packaging
Documentation
You can find Documentation on the Adobe® Integrated Runtime (AIR) update for Flash CS3 Professional at the following links:
- The Flash Adobe AIR ActionScript 3.0 Language Reference will be published at a later date. For now, for more information about new ActionScript APIs for Adobe AIR, see the Adobe AIR ActionScript 3.0 Language Reference for Flex.
- Comments (Close): 0
- TrackBack (Close): 0
mt-pluginstarter050
- Tweet
- 2007年8月 1日 15:08
- MovableType
CHEEBOWさんのプレゼンを見て、MT-Pluginを作成してみよう!と思ったわけで、エムロジックさんが作成したmtpluginstart050をダウンロードして、動かそうと思ったら、動かない(苦笑)
はっきり言えば、私の知識不足。どこがどうなっているかわかんないから、とりあえず、CHEEBOWさんに直接尋ねてみた。
なんでも、mt-plugin-start.plを動かすらしい。
?ん
ダウンロードしたファイルは、mt-plugin-starter050というファイルで、plファイルはない。
ということで、そのファイルを読んでみると、確かに、頭の方に、mt-plugin-start.plとか書いてある。
とりあえず、ファイル名をmt-plugin-start.plにして、
なおかつ、1行目が#!/usr/bin/perlになるように先頭を削除して、実行してみた。
- Comments (Close): 0
- TrackBack (Close): 0
- Feeds
- About