Re: class name conflicts bug [Was: [Flashcoders] (no subject)]

2006-10-04 Thread Stephen Downs
I know this is an old message and an old enemy, but I though I'd share a workaround that seems to do the trick. When I get these errors (and I know my code is clean), I just delete my classpath settings (Preferences ActionScript ActionScript 2.0 Settings) and click OK. Then I reset the

[Flashcoders] (no subject)

2006-09-02 Thread Pete Miller
I picked this book up after thumbing through it and deciding that one or two chapters would solve a problem I had. Later, when I read the entire book, I realized that the XML layout framework described by the author is quite useful. I am currently using it in a next-gen version of a project

[Flashcoders] (no subject)

2006-08-19 Thread lewis.e-mail
does anyone know how to change the flash player title bar from Macromedia Flash Player 8 to whatever i wan't? thanks, lewis - Email sent from www.ntlworld.com Virus-checked using McAfee(R) Software Visit www.ntlworld.com/security for more information

Re: [Flashcoders] (no subject)

2006-08-19 Thread Jim Berkey
You can change that and the other text strings, and the icons in a standalone exe projector, (http://www.angusj.com/resourcehacker/) but I don't believe you can change it in the users flash player. jimbo *** REPLY SEPARATOR *** On 8/19/2006 at 11:17 PM [EMAIL PROTECTED] wrote:

[Flashcoders] (no subject)

2006-08-10 Thread marius ferraton
je ve minscrire a chapatiz _ MSN Hotmail sur i-mode™ : envoyez et recevez des e-mails depuis votre téléphone portable ! http://www.msn.fr/hotmailimode/ ___

[Flashcoders] (no subject)

2006-08-10 Thread marius ferraton
je valide _ Découvrez Windows Live Messenger : le futur de MSN Messenger ! www.windowslivemessenger.fr ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or

Re: [Flashcoders] (no subject)

2006-07-24 Thread Adrian Park
Nice! On 7/23/06, Julian 'Julik' Tarkhanov [EMAIL PROTECTED] wrote: On 6-jul-2006, at 11:27, Adrian Park wrote: I encountered this strange quirk recently as well. I found the most reliable solution is to duplicate your project folder, open and recompile from that folder, close and

Re: [Flashcoders] (no subject)

2006-07-23 Thread supermonkey562
hey how do i not get all these message in other words not me registerd to flas coders -Original Message- From: [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Thu, 6 Jul 2006 2:27 AM Subject: Re: [Flashcoders] (no subject) I encountered this strange quirk recently

Re: [Flashcoders] (no subject)

2006-07-23 Thread Cliff Rowley
On 7/23/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: hey how do i not get all these message in other words not me registerd to flas coders The instructions appear at the end of every message you receive from the mailing list. ___

Re: [Flashcoders] (no subject)

2006-07-23 Thread Julian 'Julik' Tarkhanov
On 6-jul-2006, at 11:27, Adrian Park wrote: I encountered this strange quirk recently as well. I found the most reliable solution is to duplicate your project folder, open and recompile from that folder, close and continue working from your original folder and everything is fine (for a

Re: [Flashcoders] (no subject)

2006-07-06 Thread Adrian Park
I encountered this strange quirk recently as well. I found the most reliable solution is to duplicate your project folder, open and recompile from that folder, close and continue working from your original folder and everything is fine (for a while)! No amount of deleting ASO cache solves it (in

[Flashcoders] (no subject)

2006-07-05 Thread grimmwerks
Curious - can't figure out where there's a second example of the classes floating around -- any suggestions? **Error** C:\Documents and Settings\grimmwerks\Local Settings\Application Data\Macromedia\Flash 8\en\Configuration\Classes\com\grimmwerks\bakery\NumericStepperCell.as: Line 13: The name

[Flashcoders] (no subject)

2006-04-26 Thread Jonathan
s ___ 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

Re: [Flashcoders] (no subject)

2006-04-14 Thread elibol
Hey man, try this out init(); function init(){ _level0.createEmptyMovieClip(menu,-1); _global.menuNum=6; _global.itemSize=75; _global.itemSpacing = 10; _global.itemSpacing2 = 40; _global.menuItems=[]; _global.currentlyOver = null; var i = -1, mitems; while(++i

Re: [Flashcoders] (no subject)

2006-04-14 Thread elibol
I forgot to do something with the alignItems function, here it is: function alignItems(){ var i = _global.menuNum, keyIndex = isNaN(_global.currentlyOver)? null:_global.currentlyOver+1, done = true, items = _global.menuItems, targetDistance, distance; while(i--1){ targetDistance =

Re: [Flashcoders] (no subject)

2006-04-14 Thread elibol
you can take out the reset function and replace the onRollOut function to invoke this._controller.setRollOverItem(null); On 4/14/06, elibol [EMAIL PROTECTED] wrote: I forgot to do something with the alignItems function, here it is: function alignItems(){ var i = _global.menuNum, keyIndex

[Flashcoders] (no subject)

2006-04-13 Thread Flash guru
Hey all, I'm working on this nav system and it has one bug in it. I know there is something wrong with my logic somwhere, I've just looked at it to long. Basically the bug is if you roll your mouse from right to left to quickly you get this crazy spacing issue. Any help would be great. To make

[Flashcoders] (no subject)

2006-04-13 Thread [EMAIL PROTECTED]
Hello - Excemel is looking for a top-rate Flash developer to develop an online learning course. This position will start immediately. Minimum Requirements: (please, if you do not meet these minimum requirements, save us both time by not responding.) 1. Immediate availability to work 40

[Flashcoders] (no subject)

2006-04-06 Thread dobrisa
___ 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

[Flashcoders] (no subject)

2006-02-18 Thread Mike Boutin
Is there anyway to get the label of a highlighted item in a list component (flash8)? I can get the lable of the selected item by doing my_list.selectedItem.label but is there something like my_list.highlightedItem.label?? ___

Re: [Flashcoders] (no subject)

2006-02-18 Thread JesterXL
: [Flashcoders] (no subject) Is there anyway to get the label of a highlighted item in a list component (flash8)? I can get the lable of the selected item by doing my_list.selectedItem.label but is there something like my_list.highlightedItem.label

[Flashcoders] (no subject)

2006-02-17 Thread Mike Boutin
We have a project.that is created in flash 8 but exported to flash player 6, AS1. When I test the file in flash player 6 standalone locally, the file runs fine as well as publishing directly out of flash. When I embed the swf file into html and post it on the web, it is only viewable through

[Flashcoders] (no subject)

2006-02-09 Thread ian hobbs
Hi All, I'm new to the list and its great! I am looking for an elegant and simple ( for the client ) xml file editor. I'm using filemakerPro to export the xml via an FM_xsl stylesheet, the being pulled in flash. This is all good. I need to offer my client a standalone app so that she can

RE: [Flashcoders] (no subject)

2006-02-09 Thread Tareq AlJaber
@chattyfig.figleaf.com Subject: [Flashcoders] (no subject) Hi All, I'm new to the list and its great! I am looking for an elegant and simple ( for the client ) xml file editor. I'm using filemakerPro to export the xml via an FM_xsl stylesheet, the being pulled in flash. This is all good. I need to offer my client

[Flashcoders] (no subject)

2006-01-15 Thread Mark Radose
Does anyone know any good tutorials on The DisplacementMapFilter? I've looked through the Help files to try and get my head around it but i dont quite understand it yet. I'm hoping that if I can understand how it works I might be able to use more effectivley. I was wondering if its possible to do

Re: [Flashcoders] (no subject)

2006-01-15 Thread Chris Velevitch
Try:- http://blog.andre-michelle.com/index.php?s=displacementmapfilter http://www.quasimondo.com/archives/000568.php#568 On 1/16/06, Mark Radose [EMAIL PROTECTED] wrote: Does anyone know any good tutorials on The DisplacementMapFilter? I've looked through the Help files to try and get my head

Re: [Flashcoders] (no subject)

2006-01-15 Thread Mark Radose
yeah i had a look at that and it didnt help too much. I've been looking at the following formula given in the Help files, I kinda understand it in principle the only think i dont understand is why when an offset is found does it scale it down by 256? and also what happens if the resulting value

[Flashcoders] (no subject)

2006-01-10 Thread Kathleen E. Vitelli
Hello I was hoping to post a request for Flash Developers. The information is below... if you have any questions, please feel free to call me... thanks Flash Developer in NYC 1 year + contract Flash Developer: This is web development, not graphic design. Must be proficient with

[Flashcoders] (no subject)

2006-01-03 Thread lieven.cardoen
Does anybody of you guys know if a replace like this is possible in eclipse : I have a number of files all with names like assessmentitem_15845.xml. In each of these files, I have to replace a number (always 14772) with 15845 (comes from name of file). thx Vriendelijke groeten,

Re: [Flashcoders] (no subject)

2006-01-03 Thread Sander
I have a number of files all with names like assessmentitem_15845.xml. In each of these files, I have to replace a number (always 14772) with 15845 (comes from name of file). Lieven, I'm using a batch rename tool on Mac, called R-name. renames patterns, add stuff, replaces extensions,...

[Flashcoders] (no subject)

2005-12-01 Thread Mike Boutin
I have downloaded XPath implementation for AS2. Where do I extract the *.as files to? There seems to be no documentation on how to install. http://www.xfactorstudio.com/ActionScript/AS2/XPath/ Thanks! ___ Flashcoders mailing list

Re: [Flashcoders] (no subject)

2005-12-01 Thread Chris Hill
http://ubergeek.tv/article.php?pid=90 Mike Boutin wrote: I have downloaded XPath implementation for AS2. Where do I extract the *.as files to? There seems to be no documentation on how to install. http://www.xfactorstudio.com/ActionScript/AS2/XPath/ Thanks!

RE: [Flashcoders] (no subject)

2005-12-01 Thread Merrill, Jason
] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Mike Boutin Sent: Thursday, December 01, 2005 1:02 PM To: Flashcoders mailing list Subject: [Flashcoders] (no subject) I have downloaded XPath implementation for AS2. Where do I extract the *.as files to? There seems to be no documentation on how to install

Re: [Flashcoders] (no subject)

2005-12-01 Thread Mike Boutin
This works great, but this does not have syntax highlighting, is that another issue in itself? Chris Hill wrote: http://ubergeek.tv/article.php?pid=90 Mike Boutin wrote: I have downloaded XPath implementation for AS2. Where do I extract the *.as files to? There seems to be no

RE: [Flashcoders] (no subject)

2005-12-01 Thread Merrill, Jason
list Subject: Re: [Flashcoders] (no subject) This works great, but this does not have syntax highlighting, is that another issue in itself? Chris Hill wrote: http://ubergeek.tv/article.php?pid=90 Mike Boutin wrote: I have downloaded XPath implementation for AS2. Where do I extract

Re: [Flashcoders] (no subject)

2005-11-30 Thread Hans Wichman
Hi Lieven, I know u understand the difference but just to recall: setTextFormat applies a textformat to part or whole of the already EXISTING text in a textfield setNewFormat sets the default format to be applied to all text that is ADDED to the text in a textfield So getTextFormat return the

<    1   2