ForcibleLoader.as で loader.contentLoaderInfo.dispatchEvent がエラー
デバッグ実行して http://www.nicovideo.jp/watch/1292946488 の動画を見ると↓のようなエラーが出ます。
Error: Error #2118: The LoaderInfo class does not implement this method.
org/libspark/utils/ForcibleLoader.as の190行目と195行目で loader.contentLoaderInfo.dispatchEvent としているのですが、contentLoaderInfo には dispatchEvent は無いようです。
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/display/LoaderInfo.html The EventDispatcher.dispatchEvent() method is not applicable to LoaderInfo objects. If you call dispatchEvent() on a LoaderInfo object, an IllegalOperationError exception is thrown.
デバッグ実行して http://www.nicovideo.jp/watch/1292946488 の動画を見ると↓のようなエラーが出ます。
Error: Error #2118: The LoaderInfo class does not implement this method.
org/libspark/utils/ForcibleLoader.as の190行目と195行目で loader.contentLoaderInfo.dispatchEvent としているのですが、contentLoaderInfo には dispatchEvent は無いようです。
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/display/LoaderInfo.html The EventDispatcher.dispatchEvent() method is not applicable to LoaderInfo objects. If you call dispatchEvent() on a LoaderInfo object, an IllegalOperationError exception is thrown.