RE: [Flashcoders] Trace: level of details?

2007-02-12 Thread Amandeep Singh
For loading images use the MovieClipLoader class. Amandeep Singh, Senior Flash Engineer, Synapse Communication Pvt. Ltd. F-18, Sector 11, NOIDA, UP www.synapse.co.in Mobile: +91 92161 03894 Office: +91 120 4330500 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

[Flashcoders] Banner Ad Statistics

2007-02-12 Thread DannyT
We need to record click through statistics from some flash banner ads, having not done much in the way of banner advertising in the past what are the common approaches people use for recording impressions and click throughs from ads? The ads won't always be served from our servers so might we

Re: [Flashcoders] as3, movieclips and subclasses of MovieClip

2007-02-12 Thread Andrei Thomaz
hello Grégoire, yes, I also tried with dynamic, but something funny happened. The code worked when the class is dynamic and the movieclip var is public but it also worked with the class being a normal, sealed class. bye, andrei On 2/12/07, Grégoire Divaret [EMAIL PROTECTED] wrote: Hi! I'm

RE: [Flashcoders] Identifier expected

2007-02-12 Thread Mendelsohn, Michael
Funny, Danny. I'm hoping someday it will all be just one language. - MM You can tell that Michael is mostly a Director user, can't you? :) ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

RE: [Flashcoders] Trace: level of details?

2007-02-12 Thread Mike Mountain
Word of warning, I'm not the only person to experience problems in IE with the Movieclip loader class under certain caching conditions: http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/html/w whelp.htm?context=LiveDocs_Partsfile=2538.html Cheers M -Original

[Flashcoders] tabbing in flash

2007-02-12 Thread Jah
hello list, simple question for youis there anyway to modify the yellow bounding box around form fields when tabbing through them? I've tried searching the livedocs for something on the subject, but apparently i'm not using the right keyword here as nothing is coming up to help. thanks in

[Flashcoders] A cloud menu navigation FLA?

2007-02-12 Thread Peter Kaptein
Hi all, I have been out of the scene for a while. Is there an open source cloud menu navigation somewhere? I can write one myself, but rather use what exists Brief: There are some nice examples from a while ago I do not know where to find An example however: http://amaznode.fladdict.net/ This

Re: [Flashcoders] DVD and Flash

2007-02-12 Thread Carolyn Amick
I got the same question from a friend a while ago: and my response then, was what's your goal? Her goal was a portfolio piece that was fast to create, looked good, and was cross-platform and auto-launching. Her solution was Flash projector. Is there a reason you want the final output to be

Re: [Flashcoders] Trace: level of details?

2007-02-12 Thread Gregory N
Thanks to all who responded, of course ;-) I do know about MovieClipLoader etc. Actually I'm looking for a way to get rid of system traces: Error opening URL Error opening URL file:///.long_url_of_jpg When you use MovieClipLoader and set your own custom messages, you'll STILL get these

Re: [Flashcoders] Double byte character input - any hints and tips?

2007-02-12 Thread Kenneth Kawamoto
Unlike Arabic, Japanese is LTR (at least for the last 100 or so years) on computer so you won't have any issues like that. On paper, on the other hand, Japanese is traditionally TTBRTL (top to bottom, right to left) but I assume you're not doing that... Kenneth Kawamoto

Re: [Flashcoders] Trace: level of details?

2007-02-12 Thread Glen Pike
Hi, There is no way of setting a filtering level for trace() in Flash. You can suppress output entirely - check the menu in the output window. http://www.adobe.com/devnet/flash/articles/debugging_actionscript_print.html You can also redirect the trace calls if you compile your

[Flashcoders] RollOver Scroll Problem

2007-02-12 Thread Omar Fouad
Hey list. I have four key frames; in each i have a mask called 'mask' and a masked MC called 'list'. i attached to each key frame in the first layer (action) the following code: maskY = mask._y; maskY2 = maskY+mask._height maskX = mask._x; maskX2 = maskX + mask._width; var ratio =

Re: [Flashcoders] tabbing in flash

2007-02-12 Thread Peter Kaptein
JAh, If it is what I think it is, you need to dive into (and set the) tabIndex object.tabIndex tells Flash that tabs are specifically directed to specific fields instead of objects on the screen. Peter == Peter Kaptein Instant Interfaces (www.instantinterfaces.nl) Senior

[Flashcoders] RollOver Scrolling Problem

2007-02-12 Thread Omar Fouad
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 'list'. than in the first layer of each keyframe (which i reserved it for

Re: [Flashcoders] tabbing in flash

2007-02-12 Thread Muzak
docs: _focusrect Muzak - Original Message - From: Jah [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Monday, February 12, 2007 4:53 PM Subject: [Flashcoders] tabbing in flash hello list, simple question for youis there anyway to modify the yellow bounding box

Re: [Flashcoders] tabbing in flash

2007-02-12 Thread Jah
thanks. apparently one has to treat it as skinning a component. On 2/12/07, Muzak [EMAIL PROTECTED] wrote: docs: _focusrect Muzak - Original Message - From: Jah [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Monday, February 12, 2007 4:53 PM Subject: [Flashcoders]

Re: [Flashcoders] Re: tabbing in flash

2007-02-12 Thread Claus Wahlers
Jah wrote: but can it be modified? i want an indicator... just something more akin to the feel of the app... as opposed to some thick yellow boundingbox You may want to look into making your form elements UIComponents. Check out the FocusManager class, it turns off the standard yellow

Re: [Flashcoders] tabbing in flash

2007-02-12 Thread Matthias Dittgen
I think you can't change the yellow rectangle - you can only change the color on FlashLite (Flash for mobiles). So if you want to use your own solution, you need to turn that feature off (as mentioned before), and implement something similar on your own. hth, Matthias 2007/2/12, Jah [EMAIL

[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, to

[Flashcoders] Possible ways to solve fps in browser problem(with keyisdown stuff)

2007-02-12 Thread Arseniy Shklyaev
hello I did created two clips. One send keyboard pressed keys. I did put the game clip with wmodeopaque and second window http://gamebalance.com/games/test/airforce39.html There is other page too. To compare fps. I need to discuss it. I did created topic on flashkit no one answer me.

RE: [Flashcoders] (no subject)

2007-02-12 Thread Steven Sacks | BLITZ
I wasn't aware that Foreigner posed their question to Flashcoders, 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

Re: [Flashcoders] (no subject)

2007-02-12 Thread Gustavo Duenas
amen On Feb 12, 2007, at 2:28 PM, Omar Fouad wrote: 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

Re: [Flashcoders] Possible ways to solve fps in browser problem(with keyisdown stuff)

2007-02-12 Thread Gustavo Duenas
man, the game is awesome is nice, some childish to my taste but it is nice... congratulations. Regards On Feb 12, 2007, at 2:28 PM, Arseniy Shklyaev wrote: hello I did created two clips. One send keyboard pressed keys. I did put the game clip with wmodeopaque and second window

Re: [Flashcoders] Possible ways to solve fps in browser problem(with keyisdown stuff)

2007-02-12 Thread Arseniy Shklyaev
I want to know does it better to make games work with full fps or just incrase fps to put in browsers. I just found there was discussions about that and some ppl would like to make it to run with same fps in browser like it goes in standalone player. On 2/12/07, Gustavo Duenas [EMAIL PROTECTED]

Re: [Flashcoders] Possible ways to solve fps in browser problem(with keyisdown stuff)

2007-02-12 Thread R�kos Attila
I tried both versions in IE 6 and FireFox 2.0. It seems that in IE the opaque version is played at a little bit higher fps (however the navigation doesn't work for me), but the other one (window) runs smooth enough, too, and I didn't feel the lack of performance. On the other hand with FireFox

Re: [Flashcoders] (no subject)

2007-02-12 Thread Gustavo Duenas
I don't want to create any discussion here but would you mind to explain what that mean this foreigner, for me is just a guy quoting something I remember seen in the bible. I know is way out of topic but life is not only the code...stop and see landscape. ciao. On Feb 12, 2007, at 2:33

RE: [Flashcoders] (no subject)

2007-02-12 Thread Merrill, Jason
I don't want to create any discussion here but would you mind to explain what that mean this foreigner, two links that explain it all: http://www.lyricsfreak.com/f/foreigner/i+want+to+know+what+love+is_20054 919.html http://en.wikipedia.org/wiki/Foreigner_%28band%29 Jason Merrill Bank of

Re: [Flashcoders] Possible ways to solve fps in browser problem(with keyisdown stuff)

2007-02-12 Thread Arseniy Shklyaev
For me in firefox on opaque it has 29-30 fps in window 23-24 and same in IE. Yes in IE it's not work by some reasons I dont know whichperhaps of different wmode). But in IE When u set wmode=opaque flash get the keyIspressed but html get it too. So the possible solving for IE is diffrent than for

Re: [Flashcoders] (no subject)

2007-02-12 Thread Gustavo Duenas
ok Guys my bad, the group foreigner and their lyrics are beyond my knowledge...I withdraw anything I said...but the stop and see the landscape...and amen. Regards On Feb 12, 2007, at 3:18 PM, Merrill, Jason wrote: I don't want to create any discussion here but would you mind to explain

Re: [Flashcoders] (no subject)

2007-02-12 Thread Glen Pike
http://en.wikipedia.org/wiki/Foreigner_(band) http://en.wikipedia.org/wiki/Foreigner_%28band%29 http://en.wikipedia.org/wiki/I_Want_to_Know_What_Love_Is Loved by people stuck in the 80's - I prefer to forget most of the 80's... I wish I had an IDE that was patient and kind and a government

Re: [Flashcoders] (no subject)

2007-02-12 Thread Omar Fouad
lol i was just testing if i receive posts that i do. as i see hotmails does, but gmail doesn't On 2/12/07, Glen Pike [EMAIL PROTECTED] wrote: http://en.wikipedia.org/wiki/Foreigner_(band) http://en.wikipedia.org/wiki/Foreigner_%28band%29

[Flashcoders] RollOver Scrolling Problem

2007-02-12 Thread Omar Fouad
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 'list'. than in the first layer of each keyframe (which i reserved it for

Re: [Flashcoders] (no subject)

2007-02-12 Thread Arseniy Shklyaev
And what is better? On 2/13/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 On 2/12/07, Glen Pike [EMAIL PROTECTED] wrote: http://en.wikipedia.org/wiki/Foreigner_(band)

Re[2]: [Flashcoders] (no subject)

2007-02-12 Thread R�kos Attila
OF lol i was just testing if i receive posts that i do. as i see hotmails does, OF but gmail doesn't I receivied your posts both from gmail and hotmail. Attila ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the

Re: [Flashcoders] (no subject)

2007-02-12 Thread Ian Thomas
Omar, That's because Gmail is intelligent enough to not repeat emails back to you. You'll find that emails to listservs appear in your Sent folder, but won't appear in your Inbox unless someone replies to them. This isn't because your emails aren't reaching the list - it's simply because Gmail

Re: [Flashcoders] (no subject)

2007-02-12 Thread Omar Fouad
Yeah that's cool!! Gmail Rocks On 2/12/07, Ian Thomas [EMAIL PROTECTED] wrote: Omar, That's because Gmail is intelligent enough to not repeat emails back to you. You'll find that emails to listservs appear in your Sent folder, but won't appear in your Inbox unless someone replies to them. This

[Flashcoders] XML driven menu-I.E. 7 not opening win=_self

2007-02-12 Thread Thuy
Hi List, When I tested my menu, I.E. 7 refuses to open new URLs in the same window. The XML file is set at win=_SELF, which works fine in FF and Netscape. In I.E. 7, it creates pop-up windows for everything. Argh! Can anyone give me some suggestions or pointers? Flash 8 Menu:

[Flashcoders] MP3 Importing issue

2007-02-12 Thread Elena Blanco
Hello, please keep me from breaking my monitor... I have a batch of 40 identically compressed mp3 clips that I imported, I wish to use imported mp3 quality on all of them. The weird thing is that on some random clip this option is not available. Has anyone ran into this problem and figured it

Re: [Flashcoders] XML driven menu-I.E. 7 not opening win=_self

2007-02-12 Thread Muzak
_self needs to be lowercase, not uppercase. Also, ampersands are not allowed in attribute values. Replace them with amp; item txt=Semen Certificates href=semen.html win=_SELF / Should be: item txt=Semen amp; Certificates href=semen.html win=_self / regards, Muzak - Original Message

Re: [Flashcoders] MP3 Importing issue

2007-02-12 Thread Jason Boyd
Check the source file's bitrate and codec to see that it is supported? On 2/12/07, Elena Blanco [EMAIL PROTECTED] wrote: Hello, please keep me from breaking my monitor... I have a batch of 40 identically compressed mp3 clips that I imported, I wish to use imported mp3 quality on all of them.