need help with flv player code...
hi, i'm total newb code given code work make my flv player in macromedia flash mx 2004 (educational version) work my corresponding video; however, when go test it, script error box pops saying: errors 1 the class flvplayback not loaded here's full code helped out with: script import fl.video.*; var flvplayer:flvplayback = new flvplayback(); addchild(flvplayer); flvplayer.skin = "./skinunderplayseekmute.swf" flvplayer.source = "/isprysn2.flv"; any ideas? mx 2004 not support flvplayback ref? that code partially as3, won't work in flash mx2004. additionally have mx2004 or mx2004 pro? if have pro version should able work mediadisplay or mediaplayback components. if don't have pro version think need make own player, lot of work. More discussions in ActionScript 1 and 2 adobe