[Flashcoders] create video player with as3

2008-06-11 Thread sense co moh
Hi everybody I'm trying to create video player with AS3 but I have some problems with create the controll buttons  (play,puase.. ). can anyone tell me where can i download full video player with  sample or tutorial . thank you Bassam ___ Flashcoders

[Flashcoders] Flip movieclip

2008-06-11 Thread sense co moh
Hi I have Video playing in the center of the stage and I'm using button to filp it function filp(event:MouseEvent):void {    mySampleMC.scaleY *= -1; } mySampleMC.addEventListener(MouseEvent.CLICK, flip); but the problem when I flip it change Y postion and go up , I wnat to flip it and keep it

[Flashcoders] flip in same postion

2008-06-11 Thread sense co moh
Hi I have Video playing in the center of the stage and I'm using button to filp it function filp(event:MouseEvent):void {    mySampleMC.scaleY *= -1; } mySampleMC.addEventListener(MouseEvent.CLICK, flip); but the problem when I flip it change Y postion and go up , I wnat to flip it and keep it

[Flashcoders] full screen

2008-05-29 Thread sense co moh
Hi Everbody can anyone tell me how to make button from flash to make the movie fullscreen and in same time hide thr bars like title bar and the address bar like this site http://www.asylum.fr/#/accueil/ in this site there is btn down when click on it all the bars will hide . Bassam

[Flashcoders] open pdf file or doc from flash

2008-05-17 Thread sense co moh
Hello Guys I need to know how can I open pdf file or MSword file from flash projector I tried fscommand but it dosent . Thanks Bassam ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] open pdf file or doc from flash

2008-05-17 Thread sense co moh
application? On Sat, May 17, 2008 at 1:16 PM, sense co moh [EMAIL PROTECTED] wrote: Hello Guys I need to know how can I open pdf file or MSword file from flash projector I tried fscommand but it dosent . Thanks Bassam ___ Flashcoders

[Flashcoders] eBook exchange

2008-02-11 Thread sense co moh
Hi All anyone know where can I download free e-Book xchange to mak e-books with page turning effect and mouse dragging like the one on http://www.xgem.co.uk/ I tried GG Book pf2 on http://www.ggshow.net/book.asp but I hav some vedio problems thank you Bassam

Re: [Flashcoders] send email from project on local machine

2008-02-08 Thread sense co moh
Dear iv I didn't understand what you mean do i have to install IIS on the pc and plice the files in wwwroot or what to do anyone help please thanks - Original Message From: Ivan Dembicki [EMAIL PROTECTED] To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Wednesday,

[Flashcoders] send email from project on local machine

2008-02-06 Thread sense co moh
Hi all I have Kiosk machine we put it in mall it's normal PC and I made flash project so people can use in this flash project I need to allow the user to send inqiry by email so I create the keyboard, now my problem is how to send the email in director i use Multiuser Xtra but flash I have

Re: [Flashcoders] (no subject)

2008-01-29 Thread sense co moh
thankss Cedric this[txt+image1] works fine thank you - Original Message From: Cedric Muller [EMAIL PROTECTED] To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Tuesday, January 29, 2008 5:26:40 PM Subject: Re: [Flashcoders] (no subject) Hello change

[Flashcoders] (no subject)

2008-01-29 Thread sense co moh
Hi all I have this problem, I'm making photo gallery and for each photo there are description text so first I made many var string for text like this var txt1:String = this is text 1; var txt2:String = this is text 2; var txt3:String = this is text 3; var txt4:String = this is text 4; var

Re: [Flashcoders] (no subject)

2008-01-29 Thread sense co moh
] = this is text 4; txts[5] = this is text 5; this.infoclip.info_txt.text = txts[image1]; Piers On 29 Jan 2008, at 13:15, sense co moh wrote: Hi all I have this problem, I'm making photo gallery and for each photo there are description text so first I made many var string for text like this var txt1