2007年8月アーカイブ

Flashアクセシビリティについての本

拙著ですが、「Flashプロフェッショナルスタイル」という本がありまして、これでは、アクセシビリティ機能の活用方法などを書いています。
たぶん、原稿にしたのは、WDに記事を寄稿して以来だから、4年ぶりくらいかもしれません。

興味あるかたは、本屋さんで見てみてください。
もちろん、買っていただければ、もっとうれしいです。


 

Flash プロフェッショナル・スタイル CS3対応 Flash プロフェッショナル・スタイル CS3対応
A.e.Suck 五十嵐 学 伊藤 のりゆき

毎日コミュニケーションズ 2007-07-13
売り上げランキング : 6742

Amazonで詳しく見る
by G-Tools
  • Comments (Close): 0
  • TrackBack (Close): 0

SHA1 ActionScript 2.0 class

http://www.richinternet.de/blog/index.cfm?entry=8C8B659E-0858-D8EC-61DECA2DFF048623

ほしい人には、ほしいライブラリかも。

SHA WiKiペディアより

ハッシュ関数だけど、あのハッシュじゃないよ。
  • Comments (Close): 0
  • TrackBack (Close): 0

Flash Player最新版がH.264サポート(ベータ版)

Flash Player 9 Update in Adobe Labs
  • 画質が向上?
  • 圧縮効率が2倍以上高い
正式リリースは、2007年秋らしいです。

HE-AAC にも対応していたのね・・・。

  • Comments (Close): 0
  • TrackBack (Close): 0

GoogleMapをURLで簡単貼り付け

地図の利用も、面倒な手間がなくなりました。
バンバン貼ろう、ところで、マークってどうやって正確に貼るんでしょうか(汗)
自分の家をしようとしたら、住所が近所までしか出なかったよ・・・


Google マップを自分のサイトに貼り付けよう


こんな感じかな。目印も追加できた。やり方は、わからないけど。

拡大地図を表示
  • Comments (Close): 0
  • TrackBack (Close): 0

MT4で、同じタグを持つ記事を並べる方法

<ul>
<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"></a></li>
</ul>
</MTTags>
</ul>

とエントリーのテンプレートに入れれば、OK.。
<出力例>

という感じで表示される。

ただ、唯一の欠点は、静的HTMLの場合、エントリーするごとに、全エントリーの再構築が必要ってことでしょうか。
エントリー・アーカイブは、動的に生成したほうが良いわけですが、プラグインを使っている人は、そのプラグインがphp版かPerl版かを見分けることが重要です。
世の中の多くのプラグインは、Perl版=静的HTMLにしか対応していない という現状。

当分、再構築しましょう。
サーバーが遅い人は、速いサーバーへ引越しましょう(^^)


  • Comments (Close): 1
  • TrackBack (Close): 0

MT4で賢くなった?先頭から文字数指定して取り出し

MT4以前は、trim_to を使用して、先頭から何文字とか、取り出していたわけですが、
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で、同じカテゴリのエントリーを引っ張ってくる方法

<MTSetVarBlock name="catList"><$MTEntryCategory$></MTSetVarBlock>
<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 連載が始まった

AIRの記事を発見したので、しばらく購読することになりそう。

2007年9月号からです。
  • Comments (Close): 0
  • TrackBack (Close): 0

Flash CS3向け AIRプラグイン ベータ配布開始

ここからダウンロードできるよ! http://labs.adobe.com/wiki/index.php/AIR:Flash_CS3_Professional_Update

よく見ると、下の方に、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:


  • Comments (Close): 0
  • TrackBack (Close): 0

mt-pluginstarter050

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になるように先頭を削除して、実行してみた。

mt-pluginstarter050の続きを読む......

  • Comments (Close): 0
  • TrackBack (Close): 0

Index of all entries

Feeds
About

supported by TOGORU

Return to page top