Error 1151 Help.
keep getting this:
1151: conflict exists definition my_flvpb in namespace internal.
the is:
import mx.video.flvplayback; var my_flvpb:flvplayback; my_flvpb.autoplay = false; my_button.label = "seek point2"; function clickme(){ my_flvpb.seektonavcuepoint("point2"); } my_button.addeventlistener("click", clickme); have instance my_flvpb flvplayback component. tutorial: http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=livedocs_parts&file=00001038.html
any appreciated.
i avoid video-related psotings, , can't offer more following: tutorial point as2 tutorial, , flvplayback component importing as2 stockyard. according flash docs, within as3 should using:
import fl.video.flvplayback;
beyond that, error message seems indicate have couple of things sharing same name
More discussions in ActionScript 3
adobe
Comments
Post a Comment