Writing simple flash plugin for flowplayer
I'm trying to write a simple plugin for the flash player flowplayer (documentation for writing a plugin for flowplayer ca开发者_运维技巧n be found here). I'm new to flash and I think I'm having a problem connecting the .fla file to the .as file when compiling into a .swf. As it is, when I include the plugin, the player doesn't show up.
I've set the .fla's document class to the .as file and added the .as file to the .fla's publishing classpath.
The .as file can be found here and the .fla file can be found here
Any ideas?
Solved. Error with classpath
精彩评论