[flexcoders] Re: how do i control a .SWF file inside flex?

2006-05-25 Thread shemeshkale
i tried it and its not working ! again - i m using flex 1.5 here is my code: ?xml version=1.0 encoding=utf-8? mx:Application backgroundColor=#FF xmlns:mx=http://www.macromedia.com/2003/mxml mx:Script ![CDATA[ function replay(){ mySwf.content.gotoAndPlay(1); } ]] /mx:Script

RE: [flexcoders] Re: how do i control a .SWF file inside flex?

2006-05-25 Thread Tracy Spratt
Do you know for certain that the swf supports that method? Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of shemeshkale Sent: Thursday, May 25, 2006 5:23 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: how do i control a .SWF