[Flashcoders] (no subject)

2006-12-29 Thread Omar Fouad
u have to assign the created movie clip an _x and _y properties as soon as it loads ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to

Re: [Flashcoders] missing method

2007-01-02 Thread Omar Fouad
u should set the class from static to dynamic in order to get acess to that method On 1/2/07, Matt Ganz [EMAIL PROTECTED] wrote: hi. i'm having a strange problem. i'm getting compile-time errors when i try to access a public function in a class. i can successfully access other public methods

[Flashcoders] missing method

2007-01-02 Thread Omar Fouad
u should set the class to dynamic ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe

Re: [Flashcoders] missing method

2007-01-02 Thread Omar Fouad
version). bizarre, really. On 1/2/07, Omar Fouad [EMAIL PROTECTED] wrote: u should set the class to dynamic ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo

Re: [Flashcoders] control the scroll of a scrollPane component V2

2007-01-07 Thread Omar Fouad
yes that is working fine On 1/7/07, ntasky [EMAIL PROTECTED] wrote: thanks very much, yes that helps :) maxVPosition is not present in the documentation And i had also the same bug for the layout, which now i can fix Nicolas - Original Message - From: Hans Wichman [EMAIL PROTECTED]

Re: [Flashcoders] load image from local machine into browser based swf?

2007-01-31 Thread Omar Fouad
/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Omar Fouad - Digital Emotions... ___ Flashcoders@chattyfig.figleaf.com To change your subscription options

Re: [Flashcoders] very basic movie freezing up (???)

2007-01-31 Thread Omar Fouad
To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Omar Fouad - Digital Emotions

Re: [Flashcoders] Progresivly track upload speed

2007-01-31 Thread Omar Fouad
: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Omar Fouad - Digital Emotions... ___ Flashcoders

Re: [Flashcoders] Cancelling a load in progress : has this issue ever been fully resolved ???

2007-02-01 Thread Omar Fouad
://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Omar Fouad - Digital Emotions... ___ Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] Cancelling a load in progress : has this issue ever been fully resolved ???

2007-02-01 Thread Omar Fouad
loading process and try to load than, something else, that obviously doesn't exist. When flash try to load an SWF from a broken link and founds out it is not working, the loadMovie process stops. On 2/2/07, Omar Fouad [EMAIL PROTECTED] wrote: currently using actionScript 1 or 2 is not possible. AS 3

Re: [Flashcoders] Cancelling a load in progress : has this issue ever been fully resolved ???

2007-02-01 Thread Omar Fouad
*BUT* if you try to use the same process i told you about to stop loading an xml file. i think the entire flash movie will freeze... Just check it out and let me update Thanks in advance On 2/2/07, Omar Fouad [EMAIL PROTECTED] wrote: *Reviewed ** currently using actionScript 1 or 2

Re: [Flashcoders] RE: Q:Dynamically Scale a MovieClip by dragging

2007-02-01 Thread Omar Fouad
@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Omar Fouad - Digital Emotions

Re: [Flashcoders] Tab Problem

2007-02-07 Thread Omar Fouad
subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Omar Fouad - Digital Emotions

[Flashcoders] RollOver Scroll Problem

2007-02-12 Thread Omar Fouad
(list._height / mask._height); onEnterFrame = function () { if (_ymousemaskY2 _ymousemaskY) { list._y = (mask._ymouse-(mask._ymouse*2))*ratio+maskY; } }; -- Omar Fouad - Digital Emotions... ___ Flashcoders@chattyfig.figleaf.com To change your subscription

[Flashcoders] RollOver Scrolling Problem

2007-02-12 Thread Omar Fouad
._ymouse*2))*ratio+maskY; } };* it works. But it seems that the 'list' MC overscrolls as it slides up more than it should do. can someone help me please in resolving this ??? Regards... Omar Fouad - Digital Emotions... ___ Flashcoders

[Flashcoders] (no subject)

2007-02-12 Thread Omar Fouad
hi Omar Fouad-- Love is always patient and kind. It is never jealous. Love is never boastful nor conceited. It is never rude or selfish. It does not take offense and is not resentful. Love takes no pleasure in other people's sins...but delights in the truth. It is always ready to excuse

Re: [Flashcoders] (no subject)

2007-02-12 Thread Omar Fouad
, but I'm sure they appreciate the answer. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Omar Fouad Sent: Monday, February 12, 2007 11:28 AM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] (no subject) hi Omar Fouad-- Love is always

[Flashcoders] RollOver Scrolling Problem

2007-02-12 Thread Omar Fouad
._ymouse*2))*ratio+maskY; } };* it works. But it seems that the 'list' MC overscrolls as it slides up more than it should do. can someone help me please in resolving this ??? Regards... Omar Fouad - Digital Emotions... -- Omar Fouad - Digital Emotions

Re: [Flashcoders] (no subject)

2007-02-12 Thread Omar Fouad
. This isn't because your emails aren't reaching the list - it's simply because Gmail doesn't want to spam you with extra copies of your own mail. Ian On 2/12/07, Omar Fouad [EMAIL PROTECTED] wrote: lol i was just testing if i receive posts that i do. as i see hotmails does, but gmail doesn't

Re: [Flashcoders] Problem with cascading functions within a class

2007-02-15 Thread Omar Fouad
Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Omar Fouad - Digital Emotions... - Love is always patient and kind. It is never jealous. Love is never boastful nor conceited It is never rude or selfish. It does not take offense and is not resentful. Love takes no pleasure

Re: [Flashcoders] edit xml in flash

2007-02-15 Thread Omar Fouad
Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Omar Fouad - Digital Emotions... - Love is always patient and kind. It is never jealous. Love is never boastful nor conceited It is never rude or selfish. It does not take offense and is not resentful. Love takes

Re: [Flashcoders] edit xml in flash

2007-02-15 Thread Omar Fouad
i suggest using fWrite and fOpen commands in php On 2/15/07, Omar Fouad [EMAIL PROTECTED] wrote: Actually flash cannot do it unless you use some server-side script as PHP(there are many others but PHP is easier and more powerful). In flash u can only load the xml in an XML object and edit

Re: [Flashcoders] edit xml in flash

2007-02-15 Thread Omar Fouad
u welcome :) On 2/15/07, natalia Vikhtinskaya [EMAIL PROTECTED] wrote: Thank you so much. 2007/2/15, Omar Fouad [EMAIL PROTECTED]: http://www.php.net/manual/en/function.fwrite.php check this On 2/15/07, natalia Vikhtinskaya [EMAIL PROTECTED] wrote: I know PHP very little. If you

[Flashcoders] OnRollOver Scrolling Text Problem

2007-02-15 Thread Omar Fouad
._ymouse*2))*ratio+maskY; } }; it works. But it seems that the 'list' MC overscrolls as it slides up more than it should do. can someone help me please in resolving this ??? Regards... -- Omar Fouad - Digital Emotions... Love is always patient and kind. It is never jealous. Love is never boastful

[Flashcoders] AGAIN!! AS2 Question

2007-02-15 Thread Omar Fouad
the question is (even if it maight seen silly but i don't get the concept yet), what is the difference between declaring the variables before methods (after the class declaration) and declaring them inside the method itself, or even in the method parameters??? Thanks in advance -- Omar Fouad - Digital

Re: [Flashcoders] AGAIN!! AS2 Question

2007-02-15 Thread Omar Fouad
is different to the one that is accessible to all of the class and is used to create variables purely for use within the function. That's a tiny explanation - hope it helps a bit. Paul - Original Message - From: Omar Fouad [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders

Re: [Flashcoders] OnRollOver Scrolling Text Problem

2007-02-15 Thread Omar Fouad
number if it's scrolled up. The lowest negative number allowed is figured by taking the mask height and subtracting the height of the list (mask._height - list._height). James O'Reilly — Consultant Adobe Certified Flash Expert http://www.jamesor.com Design • Code • Train Omar Fouad wrote: Hey

Re: [Flashcoders] OnRollOver Scrolling Text Problem

2007-02-16 Thread Omar Fouad
Expert http://www.jamesor.com Design • Code • Train Omar Fouad wrote: Hey list this is my first problem i am posting here, i hope someone could halp me!!! i got a movie clip with inside four Key Frames... in each Key Frame i got a mask called 'mask' (a rectangle) and a masked MC called

Re: [Flashcoders] problem with fl9 beta

2007-02-18 Thread Omar Fouad
Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Omar Fouad - Digital Emotions... Love is always patient and kind. It is never jealous. Love is never boastful nor conceited It is never rude or selfish

Re: [Flashcoders] Linked library in loaded swf file

2007-02-19 Thread Omar Fouad
@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Omar Fouad - Digital

Re: [Flashcoders] problem with fl9 beta

2007-02-19 Thread Omar Fouad
://www.figleaf.com http://training.figleaf.com -- Omar Fouad - Digital Emotions... Love is always patient and kind. It is never jealous. Love is never boastful nor conceited It is never rude or selfish. It does not take offense and is not resentful. Love takes no pleasure in other people's sins...but delights

[Flashcoders] Stop loading sounds

2007-02-25 Thread Omar Fouad
the movie itself load the external swfs very slowly. is there something that pauses streaming i can use in this case Thanks so much -- Omar Fouad - Digital Emotions... Love is always patient and kind. It is never jealous. Love is never boastful nor conceited It is never rude or selfish. It does

[Flashcoders] test

2007-02-25 Thread Omar Fouad
-- Omar Fouad - Digital Emotions... Love is always patient and kind. It is never jealous. Love is never boastful nor conceited It is never rude or selfish. It does not take offense and is not resentful. Love takes no pleasure in other people's sins...but delights in the truth. It is always ready

Re: [Flashcoders] swf/html and swf/swf communication

2007-02-26 Thread Omar Fouad
/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Omar Fouad - Digital Emotions... Love is always patient and kind. It is never jealous. Love is never boastful nor conceited

Re: [{SPAM?}] - [Flashcoders] Stop loading sounds - Email found in subject

2007-02-27 Thread Omar Fouad
Nah, i tried mySound.load(); but it only stops the sound, and doesnt stol loading it better ideas?? On 2/26/07, Omar Fouad [EMAIL PROTECTED] wrote: allright i'll try it thanks so much On 2/25/07, Cole Peterson [EMAIL PROTECTED] wrote: mySound.load(file.mp3, true

[Flashcoders] Skewing MovieClip??

2007-02-27 Thread Omar Fouad
i have a movieClip on my Stage and i need to skew it orizontally by using AS, as in i need to create a reflection effect and i need the movieClip to be mirrored. Any Ideas? -- Omar Fouad - Digital Emotions... Love is always patient and kind. It is never jealous. Love is never boastful nor

[Flashcoders] swf working but in browser doesnt???!!!

2007-02-28 Thread Omar Fouad
the objects on the stage... i am using IE 7 and the swfobject.js and my stage is 1200x1000 px. set the Stage.scaleMode to noScale and alligned to top left. i used to do this with many projects and it works just fine.. what is the problem than in this one?? any ideas?? thanks -- Omar Fouad - Digital

[Flashcoders] swf working but in browser doesnt???!!!

2007-02-28 Thread Omar Fouad
the objects on the stage... i am using IE 7 and the swfobject.js and my stage is 1200x1000 px. set the Stage.scaleMode to noScale and alligned to top left. i used to do this with many projects and it works just fine.. what is the problem than in this one?? any ideas?? thanks -- Omar Fouad - Digital

Re: [{SPAM?}] - [Flashcoders] Stop loading sounds - Email found in subject

2007-02-28 Thread Omar Fouad
i tried deleting it but it still buffers on the background it seems the load method isnt static... On 2/28/07, Ben Cline [EMAIL PROTECTED] wrote: Try mySound.stop(); delete mySound; - Ben http://www.bencline.net On Feb 26, 2007, at 4:34 PM, Omar Fouad wrote: Nah, i tried mySound.load

Re: [Flashcoders] swf working but in browser doesnt???!!!

2007-02-28 Thread Omar Fouad
in PublishSettings. maybe it is not set correct. Jiri Omar Fouad schreef: i have a flash movie that i am still working on... it has some code that attaches things from the library on the stage only till now with some Stage.height and Stage.width properties and so on.. the movie works fine when opening

Re: [Flashcoders] Skewing MovieClip??

2007-02-28 Thread Omar Fouad
i'll try it On 2/28/07, iashido [EMAIL PROTECTED] wrote: True. _yscale = -100 itseveryday.ro iashido.com On Feb 28, 2007, at 11:55 AM, dr.ache wrote: Duplicate your MovieClip and try _yscale = -100 ? Or do i get you wrong? Omar Fouad schrieb: i have a movieClip on my Stage

Re: [Flashcoders] how to reverse the .wmv files

2007-02-28 Thread Omar Fouad
the .wmv file. Thanks and Regards Payal Jain -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Omar Fouad Sent: Monday, February 26, 2007 23:50 To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] swf/html and swf/swf communication answer

Re: [Flashcoders] Skewing MovieClip??

2007-02-28 Thread Omar Fouad
these results with drawing simple shapes or maybe using some of the bitmap functionality, but that is way over my head. -Dan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Omar Fouad Sent: Wednesday, February 28, 2007 11:21 AM To: flashcoders

Re: [Flashcoders] Skewing MovieClip??

2007-02-28 Thread Omar Fouad
Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Omar Fouad - Digital Emotions... Love is always patient and kind. It is never jealous. Love is never boastful nor conceited It is never rude or selfish. It does not take offense and is not resentful. Love

Re: [Flashcoders] Skewing MovieClip??

2007-02-28 Thread Omar Fouad
PS again: with any bacground color, put a movieClip on the stage and name it mc1 it is a good idea but you know? my version is having a mask that hides 80 percent of the mirrored mc and the 20 showing is fading in.. On 3/1/07, Omar Fouad [EMAIL PROTECTED] wrote: and create a movieClip called

Re: [Flashcoders] Getting frustrated. regarding set Interval, and for loop.

2007-02-28 Thread Omar Fouad
___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Omar

Re: [Flashcoders] Getting frustrated. regarding set Interval, and for loop.

2007-02-28 Thread Omar Fouad
a reference to the object. Good luck, Kalani -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Omar Fouad Sent: Wednesday, February 28, 2007 5:18 PM To: Paul V.; flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] Getting frustrated. regarding set

Re: [Flashcoders] Getting frustrated. regarding set Interval, and for loop.

2007-02-28 Thread Omar Fouad
Link Updated :D http://www.proeye.net/omarfouad/myClasses/SetTimer.rar On 3/1/07, Omar Fouad [EMAIL PROTECTED] wrote: well I've actually created a class called SetTimer.as that executes a function after a given time in seconds and can loop the function many times u want.. see just put

Re: [Flashcoders] ActionScript syntax highlighter

2007-03-01 Thread Omar Fouad
and Training http://www.figleaf.com http://training.figleaf.com -- Omar Fouad - Digital Emotions... Love is always patient and kind. It is never jealous. Love is never boastful nor conceited It is never rude or selfish. It does not take offense and is not resentful. Love takes no pleasure

Re: [Flashcoders] OT: Pirated Books

2007-03-01 Thread Omar Fouad
, Ian Thomas [EMAIL PROTECTED] wrote: Hi all, I just wanted to register my strong disapproval of an email that Omar Fouad ([EMAIL PROTECTED] on this list) sent to me this morning. I had asked on this list for recommendations for a simple book on AS2.0 to give to a designer (and have said

[Flashcoders] OT: Pirated Books

2007-03-01 Thread Omar Fouad
and respect your older bro. Cheers On 3/1/07, Ian Thomas [EMAIL PROTECTED] wrote: Hi all, I just wanted to register my strong disapproval of an email that Omar Fouad ( [EMAIL PROTECTED] on this list) sent to me this morning. I had asked on this list for recommendations for a simple book on AS2.0

Re: [Flashcoders] OT: Pirated Books

2007-03-02 Thread Omar Fouad
[EMAIL PROTECTED] wrote: *falls about laughing* Why, thanks! That makes me feel considerably younger. Sorry for the noise, everyone else! Ian On 3/1/07, Omar Fouad [EMAIL PROTECTED] wrote: this is not called piracy my little brave boy... as in i am not selling it. I was just considering you my

Re: Re[2]: [Flashcoders] OT: Pirated Books

2007-03-02 Thread Omar Fouad
@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Omar Fouad - Digital Emotions

Re: [Flashcoders] OT: Is this done in processing?

2007-03-03 Thread Omar Fouad
To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Omar Fouad - Digital Emotions... Love

Re: [Flashcoders] AS3... when to start?

2007-03-04 Thread Omar Fouad
Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Omar Fouad - Digital Emotions... Love is always patient and kind. It is never jealous. Love is never boastful nor conceited It is never rude or selfish. It does not take offense and is not resentful. Love takes

Re: [Flashcoders] AS3... when to start?

2007-03-05 Thread Omar Fouad
it is faster. But I use Flex Builder 2 in conjuction with Flash and avoid Flex altogether. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Omar Fouad Sent: Sunday, March 04, 2007 12:28 PM To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] AS3... when

[Flashcoders] posting Problem...

2007-03-05 Thread Omar Fouad
Every time a write a post in this list i get a mail delivery notification failure mail... why? -- Omar Fouad - Digital Emotions... Love is always patient and kind. It is never jealous. Love is never boastful nor conceited It is never rude or selfish. It does not take offense

Re: [Flashcoders] posting Problem...

2007-03-05 Thread Omar Fouad
PROTECTED] On Behalf Of Gustavo Duenas Sent: 5 mars 2007 14:25 To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] posting Problem... so do I On Mar 5, 2007, at 2:16 PM, Omar Fouad wrote: Every time a write a post in this list i get a mail delivery notification failure mail

Re: [Flashcoders] Bitmaps and Security

2007-03-09 Thread Omar Fouad
Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Omar Fouad - Digital Emotions... Love is always patient and kind. It is never jealous. Love is never boastful nor conceited It is never rude or selfish. It does

Re: [Flashcoders] com.gousable.SWF_Protector class

2007-03-09 Thread Omar Fouad
the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Omar Fouad - Digital Emotions... Love is always patient and kind. It is never

Re: [Flashcoders] test

2007-03-09 Thread Omar Fouad
Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Omar Fouad - Digital Emotions... Love is always patient and kind. It is never jealous. Love is never boastful nor conceited It is never rude or selfish. It does not take offense

Re: [Flashcoders] Dynamic FontField issue when tweening

2007-03-09 Thread Omar Fouad
To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Omar Fouad - Digital Emotions... Love

Re: [Flashcoders] Help with updating a nodeValue in an XML file

2007-03-11 Thread Omar Fouad
or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Omar Fouad - Digital Emotions... Love is always patient and kind. It is never

Re: [Flashcoders] Help with updating a nodeValue in an XML file

2007-03-11 Thread Omar Fouad
see This http://www.php.net/manual/en/function.fwrite.php On 3/11/07, Omar Fouad [EMAIL PROTECTED] wrote: teresa i Remeber i sent you the link at php.net where u can find some php code to alterate and save external xml files it is a very simple php function called write(). look

Re: [Flashcoders] deleting a progress bar after loading

2007-03-12 Thread Omar Fouad
Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Omar Fouad - Digital Emotions... Love is always patient and kind. It is never jealous. Love is never boastful nor conceited It is never rude or selfish. It does not take offense and is not resentful. Love takes no pleasure

Re: [Flashcoders] I have small doubt

2007-03-14 Thread Omar Fouad
subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Omar Fouad - Digital Emotions... Love is always patient

Re: [Flashcoders] question about txt files and flash

2007-03-16 Thread Omar Fouad
://training.figleaf.com -- Omar Fouad - Digital Emotions... Love is always patient and kind. It is never jealous. Love is never boastful nor conceited It is never rude or selfish. It does not take offense and is not resentful. Love takes no pleasure in other people's sins...but delights in the truth

Re: [Flashcoders] Site Check

2007-03-16 Thread Omar Fouad
To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Omar Fouad - Digital Emotions... Love

Re: [Flashcoders] Flash - using the back button

2007-03-16 Thread Omar Fouad
://training.figleaf.com -- Omar Fouad - Digital Emotions... Love is always patient and kind. It is never jealous. Love is never boastful nor conceited It is never rude or selfish. It does not take offense and is not resentful. Love takes no pleasure in other people's sins...but delights in the truth. It is always

Re: [Flashcoders] Flash, PHP and mysql Costumer Database

2007-03-21 Thread Omar Fouad
://training.figleaf.com -- Omar Fouad - Digital Emotions... Love is always patient and kind. It is never jealous. Love is never boastful nor conceited It is never rude or selfish. It does not take offense and is not resentful. Love takes no pleasure in other people's sins...but delights in the truth

Re: [Flashcoders] Anyone had this problem?

2007-03-22 Thread Omar Fouad
/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Omar Fouad - Digital Emotions... Love is always patient and kind. It is never jealous. Love is never boastful nor conceited

[Flashcoders] OnMouseWheel Issue....

2007-03-22 Thread Omar Fouad
that it is not listening to the wheel as in it doesnt trace me back using wheel what is the problem?? Am i doing something wrong? Thanks so much -- Omar Fouad - Digital Emotions... Love is always patient and kind. It is never jealous. Love is never boastful nor conceited It is never rude

Re: [Flashcoders] OT - Installing PHP, MySQL?

2007-03-22 Thread Omar Fouad
Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Omar Fouad - Digital Emotions... Love is always patient and kind. It is never jealous. Love is never boastful nor conceited It is never rude or selfish. It does not take offense

Re: [Flashcoders] OT - Installing PHP MySQL on a remote server

2007-03-23 Thread Omar Fouad
To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Omar Fouad - Digital Emotions... Love

Re: [Flashcoders] scaling external jpgs or pngs

2007-03-23 Thread Omar Fouad
PS. All this only if you are scaling the pic on runtime... But if you have the image and need to be resized manually before compiling, Create a movieClip and assign it the bitmap color from the color swatches panel.. Or just Resize the image in Photoshop :) On 3/23/07, Omar Fouad [EMAIL

Re: [Flashcoders] OT - Installing PHP, MySQL?

2007-03-23 Thread Omar Fouad
/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Omar Fouad - Digital Emotions... Love is always patient and kind. It is never jealous. Love is never boastful nor conceited

Re: [Flashcoders] Addressing functions in frame script from classscript

2007-03-23 Thread Omar Fouad
Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Omar Fouad - Digital Emotions... Love is always patient and kind. It is never jealous. Love is never boastful nor conceited It is never rude or selfish. It does not take offense and is not resentful. Love

Re: [Flashcoders] 500 blur filters on 500 MCs

2007-03-23 Thread Omar Fouad
the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Omar Fouad - Digital Emotions... Love is always patient and kind. It is never jealous

Re: Re: [Flashcoders] Resizing sw, dependently on screen resolution

2007-03-23 Thread Omar Fouad
http://training.figleaf.com -- Omar Fouad - Digital Emotions... Love is always patient and kind. It is never jealous. Love is never boastful nor conceited It is never rude or selfish. It does not take offense and is not resentful. Love takes no pleasure in other people's sins...but delights

[Flashcoders] Test

2007-03-23 Thread Omar Fouad
Is this delivered??? -- Omar Fouad - Digital Emotions... Love is always patient and kind. It is never jealous. Love is never boastful nor conceited It is never rude or selfish. It does not take offense and is not resentful. Love takes no pleasure in other people's sins...but delights

Re: [Flashcoders] Enhancing the Flash Cursor

2007-03-23 Thread Omar Fouad
-- Omar Fouad - Digital Emotions... Love is always patient and kind. It is never jealous. Love is never boastful nor conceited It is never rude or selfish. It does not take offense and is not resentful. Love takes no pleasure in other people's sins...but delights in the truth. It is always ready

Re: [Flashcoders] scaling external jpgs or pngs

2007-03-23 Thread Omar Fouad
http://www.figleaf.com http://training.figleaf.com -- Omar Fouad - Digital Emotions... Love is always patient and kind. It is never jealous. Love is never boastful nor conceited It is never rude or selfish. It does not take offense and is not resentful. Love takes no pleasure in other people's

Re: [Flashcoders] Flash crashing dilemna - when adding an input text field

2007-03-23 Thread Omar Fouad
To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Omar Fouad - Digital Emotions... Love

Re: [Flashcoders] Test

2007-03-25 Thread Omar Fouad
To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Omar Fouad - Digital Emotions... Love

[Flashcoders] As3 Reccomended Book

2007-03-25 Thread Omar Fouad
Hi List, I just wanted to ask about the best AS3 Book to begin my path to AS3I allready code in As2 but know nothing about AS3 yet... What would recommend??? -- Omar Fouad - Digital Emotions... Love is always patient and kind. It is never jealous. Love is never boastful nor conceited

Re: [Flashcoders] As3 Reccomended Book

2007-03-27 Thread Omar Fouad
in As2 but know nothing about AS3 yet... What would recommend??? -- Omar Fouad - Digital Emotions... Love is always patient and kind. It is never jealous. Love is never boastful nor conceited It is never rude or selfish. It does not take offense and is not resentful. Love takes no pleasure

Re: [Flashcoders] Flash CS3 Announced

2007-03-27 Thread Omar Fouad
or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Omar Fouad - Digital Emotions... Love is always patient and kind. It is never

Re: [Flashcoders] flash and Arabic

2007-03-27 Thread Omar Fouad
subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Omar Fouad - Digital Emotions... Love is always patient

Re: [Flashcoders] setting a timer in flash 8

2007-03-27 Thread Omar Fouad
options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Omar Fouad - Digital Emotions... Love is always patient and kind

Re: [Flashcoders] Text to MP3

2007-03-27 Thread Omar Fouad
Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Omar Fouad - Digital Emotions... Love is always patient and kind. It is never jealous. Love is never boastful nor conceited It is never rude or selfish. It does not take offense

Re: [Flashcoders] OnMouseWheel Issue....

2007-03-27 Thread Omar Fouad
= function (delta) { trace(Mickey Mouse:+delta) } } activeWheel() Omar Fouad wrote: Hi List.. I am writing a class and inside this class, i got a this method private function wheel() { mList.onMouseWheel = function (delta) { trace(Using wheel

Re: [Flashcoders] Flash and levels

2007-03-27 Thread Omar Fouad
and Training http://www.figleaf.com http://training.figleaf.com -- Omar Fouad - Digital Emotions... Love is always patient and kind. It is never jealous. Love is never boastful nor conceited It is never rude or selfish. It does not take offense and is not resentful. Love takes no pleasure in other

Re: [Flashcoders] Flash CS3 Announced

2007-03-28 Thread Omar Fouad
/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Omar Fouad - Digital Emotions... Love is always patient and kind. It is never jealous. Love is never boastful nor conceited It is never rude

[Flashcoders] Adobe,com down???

2007-03-28 Thread Omar Fouad
Is adobe.com down??? -- Omar Fouad - Digital Emotions... Love is always patient and kind. It is never jealous. Love is never boastful nor conceited It is never rude or selfish. It does not take offense and is not resentful. Love takes no pleasure in other people's sins...but delights

Re: [Flashcoders] flash and Arabic

2007-03-29 Thread Omar Fouad
- if anyone knows of one that would be great. http://www.layoutltd.com/alrassam.php There are arabic fonts you can use in flash but that still doesn't solve the problem of getting the arabic into flash in the right format if you are cutting and pasting. Hope that helps some. --- Omar Fouad [EMAIL

[Flashcoders] Swf not working when loaded from another movie..

2007-04-08 Thread Omar Fouad
Hi list... i got an swf that actually is the gallery part of a site i am working on the swf itself works when run alone... But in the site, when loaded by loadMovie(), works partially. does someone know why this is happening Thanks so much Regards -- Omar Fouad - Digital Emotions

Re: [Flashcoders] OT: Happy Easter

2007-04-08 Thread Omar Fouad
options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Omar Fouad - Digital Emotions... Love is always patient and kind

Re: [Flashcoders] Swf not working when loaded from another movie..

2007-04-09 Thread Omar Fouad
accesses the outer SWF. After you load the movie, try setting it's _lockroot to true -- this will make the inner SWF's _root point to the right place. - Kipp -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Omar Fouad Sent: Sunday, April 08, 2007 9:47 PM

[Flashcoders] Delegate.create() not working in flash develop.....

2007-04-10 Thread Omar Fouad
but i thought that trying won't hurt. }; } private function traceIt() { trace(tracing); } } same result is someone aware why is this happening? thanks in advance -- Omar Fouad - Digital Emotions... Love is always patient and kind. It is never jealous. Love is never

Re: [Flashcoders] Delegate.create() not working in flash develop.....

2007-04-11 Thread Omar Fouad
To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Omar Fouad - Digital Emotions... Love

  1   2   3   4   >