[Flashcoders] colortween using ColorTransform class

2005-11-03 Thread Tom Versweyveld
I'm looking for a class to colortween an mc utilizing the new ColorTransform class. That is, because I presume using ColorTransform over the old mc_color.setRGB() function is a lot faster? tnx, tom ___ Flashcoders mailing list

Re: [Flashcoders] lightbulb motion

2005-11-03 Thread [EMAIL PROTECTED]
http://www.thesundancekid.net/code/pendel/index.html http://www.thesundancekid.net/code/cloth/index.html fps is set too low (for some reason i can't remember now) which is why the movement looks a bit jerky. unfortunately i don't have the fla:s here in london but i built the code around a

[Flashcoders] [OT] light mac AS2 text editor

2005-11-03 Thread nils
Hi there, slightly off-topic but can anyone recommend a good light freeware AS2 text editor for the Mac? Something like BBEdit but with perhaps a few more features... [ie. not Eclipse :)] Many thanks - Nils. ___ Flashcoders mailing list

[Flashcoders] Install flash 8 player without user interactivity

2005-11-03 Thread franto
Hi, is it possible to install Flash 8 player for browser (mainly IE) withou user interactivity? I need this on kiosk (SiteKiosk), there are many our kiosk in the world, and we need update to flash 8 player, but it must be done automatically without user interactivity? Does anyone know if this is

[Flashcoders] sorry about (Ferienabwesenheit von Marcel Vogt)

2005-11-03 Thread marcel vogt
hi all sorry about my 2 messages the last 3 weeks. i wanted to change the configuration before i went to my vacations, but i couldn't because the list was down at that time. sorry again cheers marcel -- vogt mit vogt marcel vogt multimedia

[Flashcoders] RE:txtNews.selectable = false NOT taking SOLVED.

2005-11-03 Thread Miles Thompson
Scott, Apologies, apologies, apologies. I was not literal enough, I looked at what you wrote and typed in: txtNews.selectable = false; and that did not work. You protested, I took a second look - what's this .label thing? Tried txtNews.label.selectable = false, it worked, thanks.

RE: [Flashcoders] XPath Error...

2005-11-03 Thread Chris Wilcox
Hmm... it works if you nest the predicate bit to... //product[colors[clr= 'green']] ...apparently (after quick google) this is legal XPath. Chris Wilcox Bounce Digital Ltd 12 Goslett Yard | London | WC2H 0EQ UK T +44(0)207 478 4488 |

RE: [Flashcoders] Preloading locally

2005-11-03 Thread lieven.cardoen
Do I need to reply to myself? cheers -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lieven Cardoen Sent: donderdag 3 november 2005 9:25 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Preloading locally I make lots of cd's (sometimes with

RE: [Flashcoders] XPath Error...

2005-11-03 Thread Doug Coning
It allows you to query the 'first' child, but not any other children... Doug Coning Software Developer FORUM Solutions, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Chris Wilcox Sent: Thursday, November 03, 2005 8:30 AM To:

RE: [Flashcoders] XPath Error...

2005-11-03 Thread Doug Coning
You are correct. Yes, it allows you to query if you nest the child node. Thank you very much Doug Coning Software Developer FORUM Solutions, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Chris Wilcox Sent: Thursday,

Re: [Flashcoders] RE:txtNews.selectable = false NOT taking SOLVED.

2005-11-03 Thread Miles Thompson
Muzak, Thank you for the explanation. This one will be salted away quite carefully. Regards - Miles Thompson At 09:08 AM 11/3/2005, you wrote: .label is the actual textfield within a TextArea component (and TextInput component as well if I'm not mistaken). Since it has not been set as a

Re: [Flashcoders] Preloading locally

2005-11-03 Thread Helen Triolo
Yes, apparently :) Couldn't you test about the memory (I don't know the answer) by loading some big swfs sequentially into a movieclip and checking the memory usage to see if it goes up after each load or stays the same? Maybe someone else can give you a definitive answer. About preloading,

Re: [Flashcoders] Preloading locally

2005-11-03 Thread Maximilian Reuss
As far as i know, local preloading doesn't work. You have to check the memory usage of your flash projector if it climbs up after each load. From my cd projects, it goes up. Before each load you need to unload your previous loaded swf each time to be safe. regards, max -- No virus found

Re: [Flashcoders] Flash Yahoo Maps - how do they update the URL?

2005-11-03 Thread JesterXL
Bunch of ways: http://www.quasimondo.com/archives/000570.php http://www.unfocus.com/Projects/FlashSuite/ http://www.chakramedia.com/deeplink-backbutton/index.html - Original Message - From: Rajat Paharia [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com

RE: [Flashcoders] Key down forces button/mc onRelease/onReleaseOutside

2005-11-03 Thread David Stiller
Actually, I was talking about movie clip based buttons. :) In my testing, it is both movie clips and buttons (symbol buttons) that fire the onRelease and onReleaseOutside when a key is pressed. HOWEVER, I just learned this issue only occurs when you test the SWF inside the IDE.

Re: [Flashcoders] XPath Error...

2005-11-03 Thread Muzak
But the xml structure is not consistent (unless there was a typo). product colors clr/clr clr/clr /colors /product product colors clr/clr /colors colors clr/clr /colors /product So, if i'm not mistaken, this //product[colors[clr= 'green']] will only work for the

Re: [Flashcoders] [OT] light mac AS2 text editor

2005-11-03 Thread Rob Maurizi
I hear TextMate is pretty good for this sort of thing. And I believe there are AS2 compiler plugins for it as well. -Rob On Nov 3, 2005, at 5:08 AM, [EMAIL PROTECTED] wrote: Hi there, slightly off-topic but can anyone recommend a good light freeware AS2 text editor for the Mac?

RE: [Flashcoders] Key down forces button/mc onRelease/onReleaseOutside

2005-11-03 Thread
That's good news! Thanks for sharing. /David --- Original Message --- From: David Stiller[mailto:[EMAIL PROTECTED] Sent: 2005-11-03 14:58:06 To : flashcoders@chattyfig.figleaf.com Cc : Subject : RE: [Flashcoders] Key down forces button/mc onRelease/onReleaseOutside

Re: [Flashcoders] [OT] light mac AS2 text editor

2005-11-03 Thread eric dolecki
TextMate, SubEthaEdit, TextWrangler. Smultron could be okay if they ever optimized it. e.d. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] RE:txtNews.selectable = false NOT taking SOLVED.

2005-11-03 Thread Glenn J. Miller
Miles, My apologies, I completely misunderstood the implementation of what was desired and was a bit off the mark (I should pay more attention to the complete thread). Muzak is absolutely correct (Kudos!). The solution he's indicated actually casts a function call further down the inheritance

Re: [Flashcoders] passing mouse event

2005-11-03 Thread Éric Thibault
Thanks I've tried it with no success because the droptarget property is only initialised once the dragged mc is droped! Is there another property that can say over wich instance the dragged mc is? Thanks a million! elibol wrote: Hi Eric, Maybe a more optimized solution would be to

[Flashcoders] Batch linkage jsfl command

2005-11-03 Thread Christophe Herreman
Hi all, does anyone know if there's a jsfl command to assign a linkage id to a selection of items in the library? The linkage id should be the same as the name of the item. thx in advance, Christophe ___ Flashcoders mailing list

Re: [Flashcoders] Flash Yahoo Maps - how do they update the URL?

2005-11-03 Thread Muzak
Flex has a history (back button) thing built in. It uses a hidden .swf in an iframe in combination with javascript to keep track of everything, including updating the url. Macromedia themselves have been using something similar for some time now with their Exchange RIA (Flash Exchange,

[Flashcoders] change icon

2005-11-03 Thread Spiros Gerokostas
Hi, It is possible to change the icon of an .exe flash application to a custom icon? //Spiros Gerokostas ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] XPath Error...

2005-11-03 Thread Chris Wilcox
Well spotted hadn't seen the inconsistent xml, which means you're also right about the XPath... Chris Wilcox Bounce Digital Ltd 12 Goslett Yard | London | WC2H 0EQ UK T +44(0)207 478 4488 | www.bouncedigital.co.uk -Original Message- From:

Re: [Flashcoders] Batch linkage jsfl command

2005-11-03 Thread Muzak
I have a Flash Panel (windowSWF) that does something like that. But it actually creates the movieclips for you and assigns the linkage id's (and if required even creates the class files and writes them to disk). http://www.muzakdeezign.com/osflash/mxp/Create%20Forms.mxp regards, Muzak -

RE: [Flashcoders] Batch linkage jsfl command

2005-11-03 Thread Mike Mountain
var lib = fl.getDocumentDOM().library; if (lib.getItemProperty('linkageImportForRS') == true) { lib.setItemProperty('linkageImportForRS', false); } lib.setItemProperty('linkageExportForAS', true); lib.setItemProperty('linkageExportForRS', false); lib.setItemProperty('linkageExportInFirstFrame',

[Flashcoders] win xp and firewire issues with flash

2005-11-03 Thread Søren Christensen
Hi all I have made a video broadcaster for a webcast project. The broadcast computers are pcs with win xp wih video via firewire. Though, I have some really weird issues with win xp, dv camera (canon - connected via firewire) and the flash player. (Everything work fine on mac though...) The

RE: [Flashcoders] passing mouse event

2005-11-03 Thread Scott Hyndman
So why don't you drop it then immediately start dragging it again? Scott -Original Message- From: [EMAIL PROTECTED] on behalf of Éric Thibault Sent: Thu 11/3/2005 9:30 AM To: Flashcoders mailing list Cc: Subject:Re: [Flashcoders] passing mouse event Thanks I've

Re: [Flashcoders] Batch linkage jsfl command

2005-11-03 Thread Christophe Herreman
Thx all, I altered this version to only assign the name of the item and not the full path. var selItems = fl.getDocumentDOM().library.getSelectedItems(); for(var i=0; iselItems.length; i++){ selItems[i].linkageExportForAS = true; selItems[i].linkageIdentifier =

RE: [Flashcoders] change icon

2005-11-03 Thread Merrill, Jason
Yes - just grab an icon editor application - lots of free and cheap ones if you search with Google for icon editor. Microangelo is one of the better ones. Jason Merrill | E-Learning Solutions | icfconsulting.com -Original Message- From: [EMAIL PROTECTED]

RE: [Flashcoders] Batch linkage jsfl command

2005-11-03 Thread Mike Mountain
Oh it does work, it just doesn't refresh the library view. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Mountain Sent: 03 November 2005 15:04 To: Flashcoders mailing list Subject: RE: [Flashcoders] Batch linkage jsfl command var

Re: [Flashcoders] XPath Error...

2005-11-03 Thread grant
his XML is fine, its either the chattyfig server or our email clients stripping his xml.. //product[colors[clr='red']] will only return results if the first clr child node of the colors tag has a value of red. the correct syntax to return any clr child of colors that matches red would be :

RE: [Flashcoders] Different font sizes in Tree Component

2005-11-03 Thread Mark Mulhollam
Hi Claudia, You can do a lot with formatting in a tree component with cellRenderers. Please see http://www.tc.umn.edu/~mulho005/trees3.html for examples. The relevant files are at http://www.tc.umn.edu/~mulho005/trees3.zip Mark Minneapolis, Minnesota -Original Message- From:

RE: [Flashcoders] change icon

2005-11-03 Thread Merrill, Jason
Just an opinion, but given what icon editors you can get for free or cheap, those are expensive options if all he wants to do is change the icon. Jason Merrill | E-Learning Solutions | icfconsulting.com -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders-

Re: [Flashcoders] Batch linkage jsfl command

2005-11-03 Thread Muzak
Enabling the Export for ActionScript option automatically sets the linkage ID to the name (without path) of the symbol. So setting the linkageIdentifier isn't really required. Just a FYI :-) regards, Muzak - Original Message - From: Christophe Herreman [EMAIL PROTECTED] To:

RE: [Flashcoders] Batch linkage jsfl command

2005-11-03 Thread Mike Mountain
Enabling the Export for ActionScript option automatically sets the linkage ID to the name (without path) of the symbol. So setting the linkageIdentifier isn't really required. Just a FYI :-) As per my example, no looping required...wonder if there's a way to refresh the library though

Re: [Flashcoders] passing mouse event

2005-11-03 Thread Éric Thibault
OK but how do I know all instances on the stage, in nested MC's ? I'm not developping that part of the project HELP! :'( Mike Mountain wrote: I dont want to do hittests for each object on the screen inside an onEnterFrame! Do it on an onMouseMove. M

RE: [Flashcoders] Different font sizes in Tree Component

2005-11-03 Thread Claudia Barnal
Thanks Mark, I'll have a look at you files now :) Claudia Hi Claudia, You can do a lot with formatting in a tree component with cellRenderers. Please see http://www.tc.umn.edu/~mulho005/trees3.html for examples. The relevant files are at http://www.tc.umn.edu/~mulho005/trees3.zip

[Flashcoders] Customer maps/mapquest ?

2005-11-03 Thread grant
I need to provide a client with the ability for the customers to have driving directions from their home to one of the clients 10 locations. The map can be html or flash based and the driving directions are really the key part. I looked at mapquest who provides a webservice, however their

Re: [Flashcoders] change icon

2005-11-03 Thread Derek Vadneau
what about mac application? (change the icon) You only asked about .exe applications so I assumed you meant just for Windows. Some of the Icon editors can change the icons of applications, but I'm not sure if they are limited to Windows or not, in that respect. Derek Vadneau

RE: [Flashcoders] change icon

2005-11-03 Thread Merrill, Jason
what about mac application? (change the icon) Just now, a quick search using Google for Mac icon editor turned up several results. Jason Merrill | E-Learning Solutions | icfconsulting.com NOTICE: This message is for the designated recipient only and may contain privileged or

[Flashcoders] LiveMotion Woes

2005-11-03 Thread Mike West
I have a client looking to edit several (100s) of files that were created in LiveMotion by an animator and now are dropped on my door. This is a long shot—but does anyone know of a converter to open the original LiveMotion files in Flash? or any way to remove buttons and actions? Thanks,

Re: [Flashcoders] Batch linkage jsfl command

2005-11-03 Thread Muzak
You mean as in deselecting the lib symbols? var lib = fl.getDocumentDOM().library; lib.selectNone(); Or you could display an alert dialog: alert(Linkage ID's set); regards, Muzak - Original Message - From: Mike Mountain [EMAIL PROTECTED] To: Flashcoders mailing list

RE: [Flashcoders] Customer maps/mapquest ?

2005-11-03 Thread Merrill, Jason
I need to provide a client with the ability for the customers to have driving directions from their home to one of the clients 10 locations. The map can be html or flash based and the driving directions are really the key part. I looked at mapquest who provides a webservice, however their site

Re: [Flashcoders] Customer maps/mapquest ?

2005-11-03 Thread JesterXL
Yahoo! just started this: http://maps.yahoo.com/beta/#trf=0 Developer info: http://ws1.inf.scd.yahoo.com/maps/index.html I'm pretty sure you can get directions and just host this in your site. Check the license though, still haven't read it. - Original Message - From: [EMAIL

RE: [Flashcoders] Batch linkage jsfl command

2005-11-03 Thread Mike Mountain
Not quite - if you try the script I posted it doesn't update the library view with the linkage names until you click on them - even though it's done it's mojo. M -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Muzak Sent: 03 November 2005 16:19 To:

RE: [Flashcoders] certificates

2005-11-03 Thread Fruber Malcome
Without putting too much thought into it - sounds like you could build a component that executes a java command and then stops, and the java shell that received the command would make a call back into the flash component for the result. Same theory applies to C#.NET. So doing a google on

RE: [Flashcoders] Customer maps/mapquest ?

2005-11-03 Thread Nathan Kirby
5K a year is cheap when you consider the cost of not only hardware but the data(up to date) and software to do the deed. You could use a simple html form and just use a pop and supply the arguments needed to the mapquest page. Not 100% sure if that's okay or not, But would assume that since the

Re: [Flashcoders] RE:txtNews.selectable = false NOT taking SOLVED

2005-11-03 Thread Miles Thompson
Very nice!! Thanks - Miles At 02:16 PM 11/3/2005, you wrote: Miles - To see all objects contained within a component use the code below. for(var j in demo_txtarea) { trace(J IS + j); } // demo_txtarea is the component instance - glad everything is all worked out! -- Drue Skyymap,

Re: [Flashcoders] Preloading locally

2005-11-03 Thread Count Schemula
I would think for CD or Hard Drive, you could just stuff everything into the main movie, within reason of course. Then when the Flash movie is opened, all assets are loaded. If you have a lot of video, just load it from the CD or Hard Drive, there should be plenty of bandwidth. The only real

Re: [Flashcoders] What is the minimum size (in kb) for a flexapplication

2005-11-03 Thread JesterXL
OMG, I sure you're criteria is more than that. The Yahoo! Maps have an insanely awesome API that developers have put in there such as creating your own markers, overlays, and widgets as well as other crazy cool methods GIS stuff. The minimum size of a Flex 1.5 Flash Player 7 SWF is 126kb;

Re: [Flashcoders] LiveMotion Woes

2005-11-03 Thread John Dowdell
Mike West wrote: I have a client looking to edit several (100s) of files that were created in LiveMotion by an animator and now are dropped on my door. This is a long shot—but does anyone know of a converter to open the original LiveMotion files in Flash? or any way to remove buttons and

Re: [Flashcoders] What is the minimum size (in kb) for a flex application

2005-11-03 Thread Eric Mauvière
Thank you Jesse, your answer is very clear, as usual. insanely awesome API ? Well, i'd like to share your enthusiasm, i don't quite see significant differences with Google maps, except that with Yahoo it is slower... I really love those Rich (designed for) Intranet Applications... Eric -

Re: [Flashcoders] What is the minimum size (in kb) for a flexapplication

2005-11-03 Thread JesterXL
Among other things, it provides API's for creating custom markers instead of that plain Red droplet thing Google Maps has. You can create your own overlays like the default map dragger that it as at the top right. Finally, there are controls which provide context called Widgets which are

Re: [Flashcoders] OT: Mac Mini as (L)AMP+CFMX dev server...

2005-11-03 Thread Weyert de Boer
Hi! I just ordered a new Powerbook G4 15 for the design work. My experience is that the Apple PowerPC are way faster in graphics then a pc. 10-15secs for gradient fills. Hopefully the Powerbook G4 1.67ghz is fast enough for the PhotoShop and Flash work. Anyway does anyone know how I can

Re: [Flashcoders] LiveMotion Woes

2005-11-03 Thread eric dolecki
No converters from lm to fla. Do you have the SWFs at least? Get a copy of lm2 and extract all the assets and rebuild. Or try ASV5. If no SWFs, gotta get a copy of lm2 :/ e.dolecki On 11/3/05, eric dolecki [EMAIL PROTECTED] wrote: I know someone who was an software engineer on LiveMotion 2...

Re: [Flashcoders] Flash Yahoo Maps - how do they update the URL?

2005-11-03 Thread Rajat Paharia
Thanks guys! - rajat On 11/3/05, JesterXL [EMAIL PROTECTED] wrote: Bunch of ways: http://www.quasimondo.com/archives/000570.php http://www.unfocus.com/Projects/FlashSuite/ http://www.chakramedia.com/deeplink-backbutton/index.html - Original Message - From: Rajat Paharia [EMAIL

Re: [Flashcoders] LiveMotion Woes

2005-11-03 Thread Alias
ASV *might* be able to help you... I know it has a decompile/reassemble function http://www.buraks.com/asv/ HTH, Alias On 11/3/05, Mike West [EMAIL PROTECTED] wrote: I have a client looking to edit several (100s) of files that were created in LiveMotion by an animator and now are dropped on

Re: [Flashcoders] LiveMotion Woes

2005-11-03 Thread Mike West
Will try that link—thanks all for the help. On Nov 3, 2005, at 12:56 PM, Kevin Bowers wrote: Hi, Just found this link to a trial download for LiveMotion 2 http://www.download.com/Adobe-LiveMotion/3000-6676_4-10130362.html Kev -Original Message- From: [EMAIL PROTECTED]

[Flashcoders] Cost of set interval

2005-11-03 Thread Judah Frangipane
Is there any noticable performance loss in using set interval? I've stayed away from them for years because I thought they might slow down an application but that was 5 years ago. I'm thinking of calling (to update) something every second. Maybe less maybe more. Any performance hit with watch?

[Flashcoders] Help For Custom Components

2005-11-03 Thread eric dolecki
I get all the jazz about the customactions XML document - but can that file be specified in an MXI file so when you install a component via MXP, it installs the help as well? Looking for documentation, not finding any yet. e.dolecki ___ Flashcoders

Re: [Flashcoders] OT: Mac Mini as (L)AMP+CFMX dev server...

2005-11-03 Thread Kent Humphrey
Weyert de Boer wrote: Hi! I just ordered a new Powerbook G4 15 for the design work. My experience is that the Apple PowerPC are way faster in graphics then a pc. 10-15secs for gradient fills. Hopefully the Powerbook G4 1.67ghz is fast enough for the PhotoShop and Flash work. My experience

Re: [Flashcoders] OT: Mac Mini as (L)AMP+CFMX dev server...

2005-11-03 Thread Weyert de Boer
Hi My experience is the opposite. The Dual 2.5 ghz G5 on my desk at work is barely faster than the AMD64 2800 at home. The G5 was crazy money, my AMD64 cost me £600. Hmm, if I fill huge PSD file with a black-to-white gradient then PhotoShop on the mac is faster then on my pc. One of the

Re: [Flashcoders] Card/Poker Game inquiry

2005-11-03 Thread Jobe Makar
Hi Brian, Are you looking for a multiplayer game or a single player with computer AI? If you want to email me directly I can give you some information. Jobe Makar http://www.electrotank.com http://www.electro-server.com phone: 919-609-0408 mobile: 919-610-5754 fax: 919-341-8104 - Original

[Flashcoders] Flash Player 8 - debug player?

2005-11-03 Thread Sullivan, Sean C - MWT
Where can I download the debug version of Flash Player 8 ? I searched www.macromedia.com but I could not find it. Sean ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] img tag in textarea

2005-11-03 Thread Diego Guebel
I cant get the img tag works as expected/ I want to have some text with images around in a textarea and they simply appear on top of each other. I tried hardcoding their dimension and it still doent work. This is an example code I have: var my_ta:mx.controls.TextArea; my_ta.setSize(320, 240);

Re: [Flashcoders] Card/Poker Game inquiry

2005-11-03 Thread Diego Guebel
Hi jobe, I'm interested in that information you offered as well, do you have that published somewhere? Cheers, Diego Jobe Makar wrote: Hi Brian, Are you looking for a multiplayer game or a single player with computer AI? If you want to email me directly I can give you some information.

[Flashcoders] FileReference onIOError

2005-11-03 Thread Sullivan, Sean C - MWT
I am using the FileReference class in Flash Player 8 My listener is receiving the onIOError callback. Unfortunately, the callback does not provide any specific details about the error. How can I get error details for the onIOError callback? Sean

[Flashcoders] Flash standalone awkwardness

2005-11-03 Thread Luke Munn
Hi there, Googled this and searched the archives but can't really find this addressed anywhere online. I'm creating an educational CD-ROM in Flash, which will use a Flash Projector to ensure everyone can run it. The issue is on starting the player up there is an awkward couple of seconds

Re: [Flashcoders] img tag in textarea

2005-11-03 Thread Eric E. Dolecki
the image tag is big buggy. I'd think about nesting some mcs and using a scrollpane or something else instead :/ On Nov 3, 2005, at 5:05 PM, Diego Guebel wrote: I cant get the img tag works as expected/ I want to have some text with images around in a textarea and they simply appear on

[Flashcoders] RE: Flashcoders Digest, Vol 10, Issue 4 ---- 23 of 23

2005-11-03 Thread Sorensen, Shannon M - MWL
23 of 23 Kindest regards, Shannon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, November 01, 2005 2:57 PM To: flashcoders@chattyfig.figleaf.com Subject: Flashcoders Digest, Vol 10, Issue 4 Send Flashcoders mailing list

RE: [Flashcoders] FileReference onIOError

2005-11-03 Thread Sullivan, Sean C - MWT
It appears that FileReference.upload does not work with HTTPS URL's http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid= 288threadid=1059687 -Original Message- I am using the FileReference class in Flash Player 8 My listener is receiving the onIOError callback.

Re: [Flashcoders] Help For Custom Components

2005-11-03 Thread Alain Rousseau
as promised, here is a link that will tell you exactly what to do and what to download to help you create your help files. http://www.macromedia.com/support/documentation/en/flash/mx2004/extending_help/index.html It's for Flash MX 2004 but is still valid for Flash 8, so there should be no

Re: [Flashcoders] Batch linkage jsfl command

2005-11-03 Thread Muzak
Ooooh... Sorry man, wasn't really sure what you were looking for. You're talking about the fact that the library listing itself isn't updated. Mine is always too small to read that anyway (which is why I totally missed it). Now, I just checked, with your code and added lib.selectNone() and it

Re: [Flashcoders] Help For Custom Components

2005-11-03 Thread Muzak
http://www.muzakdeezign.com/mxi_creator/ Add the customactions.xml file to the files list and select 'Flash CustomActions' from the File Destination drop down. All will be taken care of ;-) regards, Muzak - Original Message - From: eric dolecki [EMAIL PROTECTED] To: Flashcoders

Re: [Flashcoders] Flash Player 8 - debug player?

2005-11-03 Thread Muzak
Check Players folder in the flash 8 install directory. regards, Muzak - Original Message - From: Sullivan, Sean C - MWT [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Thursday, November 03, 2005 10:47 PM Subject: [Flashcoders] Flash Player 8 -

Re: [Flashcoders] FileReference onIOError

2005-11-03 Thread David Rorex
-Original Message- I am using the FileReference class in Flash Player 8 My listener is receiving the onIOError callback. Unfortunately, the callback does not provide any specific details about the error. How can I get error details for the onIOError callback? On 11/3/05,

Re: [Flashcoders] FileReference.upload - Filedata

2005-11-03 Thread David Rorex
On 11/3/05, bryan.rice [EMAIL PROTECTED] wrote: Every example of the Flash 8 file Upload feature uses the variable name Filedata in the server side script when referring to the file. Is this *always* the name that Flash passes to the server, or can this be specified somewhere? I can only

Re: [Flashcoders] Flash standalone awkwardness

2005-11-03 Thread David Rorex
On 11/3/05, Luke Munn [EMAIL PROTECTED] wrote: Hi there, Googled this and searched the archives but can't really find this addressed anywhere online. I'm creating an educational CD-ROM in Flash, which will use a Flash Projector to ensure everyone can run it. The issue is on starting the

Re: [Flashcoders] IMG embedded in HTML TextArea problem

2005-11-03 Thread Rajat Paharia
Hey Max - You're right - that fixes it! I guess having an image as the first thing in the TextArea causes the problem. Strange... Anyway, thanks! - rajat On 11/2/05, Maximilian Reuss [EMAIL PROTECTED] wrote: Looks like the problem is leaving this empty.. var strComments:String = ; putting

Re: [Flashcoders] IMG embedded in HTML TextArea problem

2005-11-03 Thread Diego Guebel
hey rajat, I just posted regarding the same issue a couple of hours before, could you please send me your working example... I'm still fighting with the textarea component. Cheers, Diego. Rajat Paharia wrote: Hey Max - You're right - that fixes it! I guess having an image as the first thing

Re: [Flashcoders] FileReference.upload - Filedata

2005-11-03 Thread bryan.rice
On Nov 3, 2005, at 9:19 PM, David Rorex wrote: Is there a reason you need to change it? No - just curious. Thanx. blue skies, bryan ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] Flash standalone awkwardness

2005-11-03 Thread stacey
Chances are, the exe is unpacking. How big is the exe you are trying to run? In Director, we used to create a stub exe that really had nothing much but launched the exe the way we needed with the xtras and then referenced a file. It was much friendly for the wait time. On 11/3/05, Luke Munn

Re: [Flashcoders] How to draw a copy of a curve?

2005-11-03 Thread Gregory_GOusable
OK, thanks to Jon for giving me a hope :-) I'll try to be more specific now. I'm developing a product, Dynamic Blend Flash component which allows you to dynamically build blend groups based on your symbols. Have a look: http://www.gousable.com/flash/dynBlend.html *Blend* tools in CorelDRAW or

Re: [Flashcoders] Help For Custom Components

2005-11-03 Thread Gregory_GOusable
In MX 2004, you can write the help in form of HTML files (number of files) instead of reference tag in customactions. Then, add the tag for each html file to your .mxi like that: file source=_your_path_/file_name.html destination=$flash/HelpPanel/Help/_your_folder_ / See Extending Flash Help

Re: [Flashcoders] Help For Custom Components

2005-11-03 Thread JOR
Gregory_GOusable wrote: In MX 2004, you can write the help in form of HTML files (number of files) instead of reference tag in customactions. Then, add the tag for each html file to your .mxi like that: file source=_your_path_/file_name.html destination=$flash/HelpPanel/Help/_your_folder_ /

RE: [Flashcoders] Help For Custom Components

2005-11-03 Thread Robert Edgar
Hmm, We bought AS2Doc a year ago, its good, probably still the best around(due to lack of any real competition) but... the bad news is AS2Doc development was abandoned in March and now there is no support whatsoever or bug fixes or new releases coming ever... There are a number of bugs, like some

RE: [Flashcoders] library fonts

2005-11-03 Thread Martin Klasson
Zarates single-file fontlibrary isn't that good as I thought it was. It downloads the same large fontfile twice. Since he had bot export and import in the same file. This is then a solution that doesn't really work. Unless you really want to rely on caching services. -Original

[Flashcoders] V2 Components - Themes/Styles/Skins - Window/ComboBox/Button

2005-11-03 Thread Steve Warren
*[A WHILE AGO ON FLASHCODERS...]* On 8/3/05, Iestyn Lloyd [EMAIL PROTECTED] wrote:Hi all, i've skinned the FMX2004 scrollpane component by altering the ScrollBarAssets MC, and now i've been told that i need to have 2 completely different skins for the scrollpane - and that they need to be shown

Re: [Flashcoders] Install flash 8 player without user interactivity

2005-11-03 Thread franto
it is on WAN, there is update script which runs automatically and can copy files so it is enough to copy ActiveX file to some specific folder, and it will be installed new player, that would be great... On 11/3/05, Mike Mountain [EMAIL PROTECTED] wrote: So many questions... Are they on a WAN?