Re: [Flashcoders] Flip movie clip

2008-06-15 Thread Bassam M
thank you Willem I tried var rotate:String = "cw"; function rotat(event:MouseEvent):void { if (rotate== "cw") { rotate = "cww"; this.mainmov.scaleY *= -1; this.mainmov.y = (this.mainmov.stage.stageHeight / 1) - (this.mainmov.height / 1); } else if (rotate == "cww") { rotate = "cw"; thi

Re: [Flashcoders] FLV issue

2008-06-15 Thread [EMAIL PROTECTED]
I had a similar problem when I was encoding with Sorenson 4 and hadn't yet discovered the joyes of the FLV MetaData Injector. [ http://www.buraks.com/flvmdi/]. Hopefully it's this easy to fix :-) On Sat, Jun 14, 2008 at 12:00 AM, Fabio Pinatti <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm getting