2007-07-20から1日間の記事一覧

再びmtascメモ

NetConnectionオブジェクトを呼び出す時、ローカル変数ではなくクラス変数に入れないとだめぽ。flvが再生できなかった。 まさかこんな罠があるとは…。

mtascメモ

<movie width="800" height="600" framerate="30"> <frame> <library> <video id="vid" width="400" height="300" /> <place id="vid" name="vid" /> </library> </frame> </movie> //a3.as class a3 { function a3(){ var nc:NetConnection = new NetConnection()…