I have been trying to use the "Shine MP3 Encoder on Alchemy" in my action script file:
import fr.kikko.lab.ShineMP3Encoder
But always seems to get 2 errors:
1180: Call to a possible undefined method CLibInit
1172: Definition cmodule.shine:ClibInit could开发者_Python百科 not be found
Could anybody tells me what I am doing wrong or how to sort these issues?
Thank you.
I had exactly the same problem.
In order to remedy it, in my fla I went to File -> ActionScript Settings -> Library Path -> Clicked the "Browse to SWC" icon and added the swc:
Make sure you have the .swc (shineMP3_alchemy.swc) added to your build path.
精彩评论