タグ

Swfmillに関するd-grinderのブックマーク (3)

  • swfmillの構造を理解する - ken39arg’s blog

    swfmillで出来ること まずはSWFをXMLに変換する $ swfmill swf2xml main.swf main.xml このままもどす $ swfmill xml2swf main.xml main.swf これが基中の基 XMLに変換して、swfに戻す前にXMLを弄れば色んな要素を書き換えられる。 (xmlのフォーマットを覚えてswfmillテンプレートを自分で書くなんてことは僕には出来ません) みんながやりたいこと 1.画像・音声の入れ替え 画像の入れ替えは至る所で情報がある 一番簡単な方法 元の画像ファイルと変更する画像ファイルを用意する PHPの場合 $search = base64_encode($befor_img); $replace = base64_encode($after_img); $xml_str = file_get_contents('main

    swfmillの構造を理解する - ken39arg’s blog
  • swfmill - swf2xml and xml2swf

    swfmill is an xml2swf and swf2xml processor with import functionalities. It's most common use is the generation of asset libraries containing images (PNG and JPEG), fonts (TTF) or other SWF movies for use with MTASC- or haXe-compiled ActionScript, although swfmill can be used to produce both simple and complex SWF structures. built around an XSLT/EXSLT processor (libxslt) input and output of the X

  • swfmillでFlash Lite 1のswfを扱えるようにしてみた : DSAS開発者の部屋

    Flashに関連するオープンソースなツールのひとつに、swfmillがあります。swfmillは、swfファイルを解析してxmlファイルに変換したり、逆にxmlからswfファイルを生成することができるツールです。swfmillの使い方についてはいろいろなところで紹介されているので、ここではFlash Lite 1.xのswfファイルをswfmillで扱うときの問題点について紹介したいと思います。 swf内の文字コード FlashはVersion 6からUnicodeに対応しました。Unicode対応前と対応後でswfファイル内の文字エンコードが異なり、対応前はcp932(日語の場合)、対応後はUTF-8になります。 そして、Flash LiteとFlashのバージョン間対応ですが、Flash Lite 1.xはFlash 4がベースになっており、Flash Lite 2.xはFlash

    swfmillでFlash Lite 1のswfを扱えるようにしてみた : DSAS開発者の部屋
  • 1