Re: [Flashcoders] RTL...

2009-02-17 Thread Ibrahim Y
please update if it worked, I can test reading Arabic if you want :) On Tue, Feb 17, 2009 at 12:20 AM, Glen Pike wrote: > Hmm, > > Need to mull that one over a bit and get my head around the logic... - > need to test tomorrow, cheers. > Glen > > > Weyert de Boer wrote: > >> I normally put t

Re: [Flashcoders] try with webcam

2009-02-13 Thread Ibrahim Y
funny... On Fri, Feb 13, 2009 at 1:49 PM, Fernando Nunes wrote: > http://www.f-nunes.com > > -- > Fernando Nunes > Cel.: +55 51 8100.6045 > ___ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com > http://chattyfig.figleaf.com/mailman/listinf

Re: [Flashcoders] Arabic Text Problem

2008-08-31 Thread Ibrahim Y
left text in > Flash (player 9) in general? > > Lars > > On Fri, Aug 29, 2008 at 2:25 PM, david costard <[EMAIL PROTECTED]> wrote: > > Thanks four your answer Ibrahim. > > We find the solution, we just chnage the language in Windows parameters. > > &g

Re: [Flashcoders] Arabic Text Problem

2008-08-29 Thread Ibrahim Y
try to use notepad by the way, even it's reversed it will work fine. -- Ibrahim On Fri, Aug 29, 2008 at 1:46 PM, david costard <[EMAIL PROTECTED]> wrote: > Hi list, > > We are having trouble to create XML files containing Arabic text. When we > copy and paste the text from Word or Excel (Arabic

Re: [Flashcoders] OT: Questions to ask an interviewee

2008-07-30 Thread Ibrahim Y
at the end you need your work done in any case in specific time with the best performance. so, giving him tasks related to your work in real environment with ability to access internet on anything he needs will be the best way to decide how he will be useful for you -imo- Ibrahim On Wed, Jul 30,

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

2008-05-17 Thread Ibrahim Y
you want to open it inside your player or in its 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 > > > > _

Re: [Flashcoders] Double lines from PHP

2008-04-18 Thread Ibrahim Y
how you send data from PHP to flash ? & how you manipulate them in flash? On Fri, Apr 18, 2008 at 4:55 PM, Elia Morling <[EMAIL PROTECTED]> wrote: > I'm sending some form data from PHP to flash and all line feeds turn out > to be double lines in flash. > > I'm using a textfield and htmlText. I tr

Re: [Flashcoders] is there a maximum filename length for pc?

2008-04-04 Thread Ibrahim Y
this article may help you http://labnol.blogspot.com/2006/10/limitations-with-long-file-names-on.html Ibrahim On Fri, Apr 4, 2008 at 7:32 PM, Allandt Bik-Elliott (Receptacle) < [EMAIL PROTECTED]> wrote: > i am creating a hybrid cd for mac and pc and, while the mac can take > ridiculously long f

Re: [Flashcoders] Flash8 Question

2008-03-31 Thread Ibrahim Y
ic name: btn_0, btn_1, btn_2, etc > > then you have a loop: > for( i = 0; i < buttonNumber; i ++){ >var mc:MovieClip = this["btn_" + i]; >mc.onhoverMC do something with it > } > > this code is in the buttons container. > L > > Ibrahim Y a é

Re: [Flashcoders] Flash8 Question

2008-03-30 Thread Ibrahim Y
ct for your mac, then > > use color method setRGB to change the mc's tint to the hexadecimal you > > want: > > > > var c:Color = new Color( yourMC ); > > c.setRGB( "0xff" ); > > > > L > > > > > > Ibrahim Y a écrit : > >

[Flashcoders] Flash8 Question

2008-03-30 Thread Ibrahim Y
Hello folks, I have the following case, I have a lot of movie clips, they have a lot of effect separately (i.e. each movieclip has it's own effect on hover, on press ...etc) most effect implemented in design not in code. what I want to ask about, most movie clips have on hover effect that change it