ゲームコンテンツ開発にとどまらず、WEBサービスをはじめ様々なコンテンツやソリューションの企画/設計/開発に携わり、また多くのプラットフォームで展開が可能な、エンターテインメントコンテンツの制作を実現、この10数年もの間、走り続けてきました。
Flare is a free ActionScript decompiler. It decompiles SWFs produced by Macromedia Flash, including Flash MX 2004 and Flash 8. What it is Flare processes an SWF and extracts all scripts from it. The output is written to a single text file. Only ActionScript is extracted, no text or images. Flare is freeware. Windows, Mac OS X and Linux versions are available. The main purpose of decompiler is to h
codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0" id="sample" width="132" height="93" align="top"> あき爺のバーチャル万華鏡 Virtual Kaleidcscope Contents codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0" id="sample" width="380" height="190"> codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="170" h
Flash 8: Kaleidoscope Just a little kaleidoscope eyecandy using beginBitmapFill() and the allmighty draw() command. I like the speed of it and also the looks if you zoom down to the pixel level. The image used is "Autumn Leaves" by J.H. Lynch. There are quite a few keyboard commands (if there is no reaction you will have to click the flash file once in order to activate the keyboard focus): [1] -
キーワードに対して、Yahoo!の検索関連語をグラフ表示します。 フォームにキーワードを入力し、Enterを押すと、追加されます。 グラフ中のキーワードをダブルクリックすると、関連語を読み込みます。
Dynamic Page Flip v2 from shift control Based on the popularity of my original adaption of Macc’s page flipping engine, I’ve gone back and made several major improvements to the dynamic page flip files: Flashで本をペラペラめくる感じのUIを実装する「Dynamic Page Flip v2」。 Webページだけど、本を見るみたいなUIにしたいっていう需要はなかなかあるんじゃないか、と思っていたのですが、そんなUIを実装するためのFlashサンプルが公開されました。 次の画像のように、マウスでページの右端をドラッグ&ドロップでページをめくれます。 本の中身は自由に書き換えることができるの
やりたいことが直感的に実現できるタイムラインを有効に使ったテクニックを中心に、目的別に250を超えるレシピを収録。Flashクリエイターが押さえておくべき必須テクニックから、実践的な応用テクニックまでを網羅しています。基本からていねいに説きおこす解説スタイルは、問題に対してどのようにアプローチすべきかのアイデアを与えてくれます。Flashの知識とテクニックのレベルアップを目指すすべてのFlashクリエイターに必携の書です。 訳者まえがき:初級者から中級者への橋渡し はじめに 1章 Flashの描画 レシピ1.1 直線の描画 レシピ1.2 曲線の描画 レシピ1.3 曲線の修正 レシピ1.4 線の選択 レシピ1.5 線のスタイルの適用 レシピ1.6 線の拡大縮小の制御 レシピ1.7 線端のカスタマイズ レシピ1.8 線のセグメント間での結合スタイルのカスタマイズ レシピ1.9 ストロークを使っ
1月25日,蜀能矿产公司收到《网上买球》的通知,审核产品为:磷酸铁锂正极材料,审核结论为:通过。 2024.01.25
Adobe Labs に Flash Media Encoder のプレリリース版が公開されました。(Flash Media Encoder@Labs) ダウンロードはこちらからどうぞ。(Flash Media Encoder Prerelease: EXE, 1.1 MB) Flash Media Encoder はカメラ等から PC に取り込んだ映像を Flash Video フォーマット (VP6 ) に変換してそのまま Flash Media Server (FMS) にストリーミングすることで Flash Video でのライブ配信を可能にします。これでようやく、オンデマンド配信には Flash 8 Professional のエンコーダ、ライブ配信には Flash Media Encoder とペアが揃いました。Flash Media Encoder はストリームをファイルに記
Welcome to the OSFlash Wiki, a resource site on open source Flash maintained by members of the OSFlash community. This site is a Wiki. That means that once you register for an account, you can log in and update any page on the site yourself. Please edit a page only if you can improve it. Please use the playground to test the wiki, learn wiki syntax and read through the style guide before contribut
27.09.2007 A new lead for amfphp Wade Arnold will be taking the lead of AMFPHP. Thanks Patrick Mineault for all your support over the years and good look with school! 20.12.2006 amfphp 1.9 beta includes amf3, json and xml-rpc support. Read about it here. Overview AMFPHP is a free open-source PHP implementation of the Action Message Format(AMF). AMF allows for binary serialization of Action Script
いままではLocalConnection使うロガーをつかってたんだけど、JSと同じところで見れたほうが楽かなと思って作ってみた。 import flash.external.ExternalInterface; class Logger { public static function trace(msg) { return ExternalInterface.call("window.console.log", msg) || ExternalInterface.call("opera.postError", msg) || ExternalInterface.call("printfire", msg) || ExternalInterface.call("Debug.writeln", msg) || ExternalInterface.call("debug.trace", msg
はじめに 本稿では、近年Webアプリケーション開発などで広く実用されているPHP言語を使って、Flashプレイヤーで再生できるSWFフォーマットのデータを動的に生成する方法を解説します。PHP 4.0.5以降には、SWFフォーマットのムービーを作成するMingと呼ばれるオープンソースライブラリ(LGPL)が導入されています。PHP言語からMingの機能を利用することで、SWFフォーマットのファイルを生成したり、Flashムービーを動的に生成するWebアプリケーションを開発できます。 一般的なFlashムービーの生成方法では、Adobe社のFlash Professionalを代表とする作成ツールを使ってSWFファイルを出力します。何らかのコンテンツを事前に作成し、それをWebなどにアップロードするならばこの方法で十分です。しかし、ユーザーの要求に従ってアプリケーションが動的にFlashムー
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く