I've got a FLV. It plays nice. Now. I've got a draggable object (a flying sheep). When you drag it to the left, the globe beneath it turns right (and the other way around), so you get the feeling you control the globe. AS3 checks if the currentX is greater then the lastX. The globe has a tween which rotates. AS3 plays that tween forward or backwards, depending on the X position.
My flv has to do the same thing, but it won't listen to my AS...
Problem in short: when I drag the sheep to the left, the flv (that is playing) has to turn to the right. How do I get the FLV to listen to what I want?
I hope you understand me (I'm Dutch) and I hope you can help me out.