[Flashcoders] swf preview in mac oox finder

2008-02-14 Thread Robin Burrer
Hi All, does anybody know if there a way to preview swf file in the finder? I found this tool: http://www.eltima.com/products/swf-live-preview/ I need something for the mac though. Thanks Robin ___ Flashcoders mailing list Flashcoders@chattyfig.f

Re: [Flashcoders] static vars / constatnts in Movie Clips - Flash CS3

2008-02-01 Thread Robin Burrer
ash.display.MovieClip; public class SectionButton extends MovieClip { // events public static const ON_PRESS:String = "onPress"; } } It compiles without errors and traces "onPress". Cheers Juan Pablo Califano 2008/2/1, Robin Burrer &

Re: [Flashcoders] static vars / constatnts in Movie Clips - Flash CS3

2008-02-01 Thread Robin Burrer
// events public static const ON_PRESS:String = "onPress"; } } On 01/02/2008, at 3:47 PM, Kenneth Kawamoto wrote: Works fine for me... How are you creating SomeClass instance? Kenneth Kawamoto http://www.materiaprima.co.uk/ Robin Burrer wrote: Hi All,

[Flashcoders] static vars / constatnts in Movie Clips - Flash CS3

2008-02-01 Thread Robin Burrer
Hi All, I want do declare a constant in a class that extends the Movieclip class. That all works fine in Flexbuilder: public class SectionButton extends MovieClip { // events public static const ON_PRESS:String = "onPress"; } R

Re: [Flashcoders] search engine optimization for flash sites

2007-09-06 Thread Robin Burrer
ote: > > > Robin, > > maybe this will help. It wont solve all your problems, but could make a > solution a bit easier. > > http://www.asual.com/swfaddress/ > > Jiri > > Robin Burrer wrote: > > Hi there, > > > > My client wants to have his websit

[Flashcoders] search engine optimization for flash sites

2007-09-06 Thread Robin Burrer
Hi there, My client wants to have his website optimized for search engines. I don't know much about this topic. The binary data of a flash file can't obviously be read by a search engine though. I have this idea to create a html site map for my flash page. Basically this site map would have shor

RE: [Flashcoders] ArgumentError: Error #2126: NetConnection object mustbe connected - this is killing me

2007-04-17 Thread Robin Burrer
I restarted my computer twice now it seems to work fine... Robin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robin Burrer Sent: Wednesday, 18 April 2007 12:47 PM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] ArgumentError: Error #2126

RE: [Flashcoders] coverting video to flv on the server

2007-04-17 Thread Robin Burrer
://ffmpeg.mplayerhq.hu/ HTH, Ian On 3/26/07, Robin Burrer <[EMAIL PROTECTED]> wrote: > Hi there, > > Somebody told me the other day there are tools that can convert the most > common video formats to flvs. Unfortunately I can't remeber the names of > these products. > &

[Flashcoders] ArgumentError: Error #2126: NetConnection object must be connected - this is killing me

2007-04-17 Thread Robin Burrer
Hi there, I want to build a flv player in AS3. However once I try the net connection object Flex Builder decides to screw up my entire project and refuses to compile it again regardless what I do. Even if I delete all the code in my base class Flex builder still gives me that error message: A

RE: [Flashcoders] OT: Happy Easter

2007-04-10 Thread Robin Burrer
You guys must be seriously bored ... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick Weekes Sent: Tuesday, 10 April 2007 5:04 PM To: flashcoders@chattyfig.figleaf.com Subject: RE: [Flashcoders] OT: Happy Easter This is beyond OT its not even funny.

[Flashcoders] coverting video to flv on the server

2007-03-25 Thread Robin Burrer
Hi there, Somebody told me the other day there are tools that can convert the most common video formats to flvs. Unfortunately I can't remeber the names of these products. My company wants to create a youTube like web application where the user can upload a video which then gets converted to an f

RE: [Flashcoders] Flash exe and Vista

2007-02-25 Thread Robin Burrer
com/forums/showthread.php?t=7852&highlight=vista MDM Zinc is supposed to work on Vista, but I haven't been able to test it yet. http://www.multidmedia.com/support/developers/technotes/?action=show&id= 58 regards, Muzak - Original Message ----- From: "Robin Burrer" <

[Flashcoders] Flash exe and Vista

2007-02-25 Thread Robin Burrer
Hi there, I'm using swf studio as a swf wrapper. Unfortunately swf studio has not been updated for vista yet. As a result you have to have administrator rights to run the flash app. Even more annoying is the fact that if you just run the application by double-clicking the exe (or through an auto

RE: [Flashcoders] v2 text area htmlText and embedFonts

2007-01-01 Thread Robin Burrer
Silly me - I found the answer myself. The font face has to be specified in the html font tag not with the setStyle() method. Happy new year everybody! R -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robin Burrer Sent: Tuesday, 2 January 2007 9:31 AM

[Flashcoders] v2 text area htmlText and embedFonts

2007-01-01 Thread Robin Burrer
Hi there, I'm having trouble with the v2 text area component. The problem is I want to display html text in the component + I want to use an embedded font. Using embedded fonts with normal text works fine and html text with device font's works fine as well. But using both at the same time just doe

RE: [Flashcoders] Cairngorm

2006-12-19 Thread Robin Burrer
individual properties on the model? -Scott On 12/19/06, Robin Burrer <[EMAIL PROTECTED]> wrote: > > Hi Greg, > > Thanks for your reply from a few weeks ago. I just found your message > today by accident...:-) > I ended up creating my own framework which is basically a si

RE: [Flashcoders] Cairngorm

2006-12-18 Thread Robin Burrer
Hi Greg, Thanks for your reply from a few weeks ago. I just found your message today by accident...:-) I ended up creating my own framework which is basically a simplified version of cairngorm for AS2. I didn't use all of the underlying design patterns but most of them. I found that you can easily

RE: [Flashcoders] Flv's playing in a projector from usb drive

2006-09-06 Thread Robin Burrer
What kind of projector is it? Are you using the Adobe projector or a wrapper application? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kent Haynes Sent: Thursday, 7 September 2006 8:21 AM To: Flashcoders mailing list Subject: RE: [Flashcoders] Flv's pl

RE: [Flashcoders] HTML formated text in Flash 8 SWF

2006-08-29 Thread Robin Burrer
f eka Sent: Wednesday, 30 August 2006 1:43 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] HTML formated text in Flash 8 SWF Hello :) try to use TextField.condenseWhite property :) http://livedocs.macromedia.com/flashlite/2/main/0816.html EKA + :) 2006/8/29, Robin Burrer <[E

[Flashcoders] HTML formated text in Flash 8 SWF

2006-08-29 Thread Robin Burrer
Hi all, This is wired. It seems html text in a flash 7 swf behaves differently than html text in a flash 8 swf. var myText ="Headline Some text"; this.myTextField.html = true; this.myTextField.htmlText = myText; the swf 7 text filed displays: HeadlineSome text // the whites

RE: [Flashcoders] RE: weather web service

2006-08-20 Thread Robin Burrer
t those weather widgets on MAC, they'd be using another feed I guess. Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robin Burrer Sent: Monday, 21 August 2006 3:27 PM To: Flashcoders

[Flashcoders] RE: weather web service

2006-08-20 Thread Robin Burrer
WFs Hey Robin, Try http://www.webservicex.net/WS/WSDetails.aspx?CATID=12&WSID=56 I used ServiceCapture on Eric Dolecki's blog www.ericd.net and found it in the traffic logs Regards, Bjorn Schultheiss Senior Flash Developer QDC Technologies -Original Message- From: [EMAIL PROTECTED] [mailto:[E

RE: [Flashcoders] htacess and loaded SWFs

2006-08-20 Thread Robin Burrer
Hi there, Does anybody know if there is free weather forecast web-service? I went to the yahoo website but all I could find is an RSS feed, which seems to be a bit buggy. Plus it only gives you the forecast the next day. Thanks Robin -Original Message- From: [EMAIL PROTECTED] [mailto:[

RE: [Flashcoders] flash widgets

2006-08-16 Thread Robin Burrer
gets now... (I could be wrong, havent done extensive research). Robin Burrer wrote: > Hi there, > > Is there any way to create flash widgets other than using swf wrappers? > It would be cool if could use flash to create apple or yahoo widgets. > > I reckon for a c++ progra

[Flashcoders] flash widgets

2006-08-16 Thread Robin Burrer
Hi there, Is there any way to create flash widgets other than using swf wrappers? It would be cool if could use flash to create apple or yahoo widgets. I reckon for a c++ programmer it should not be too hard to create widget runtime that uses the flash player. Can someone please do this? :-) R

RE: [Flashcoders] |:::| can you write dynamic meathods in a class?

2006-08-13 Thread Robin Burrer
If I want to change the behavior of an object dynamically I rather create a new class to encapsulate the functionality. I might have to write more code but I think it this is a very clean approach. class CustomClickBehavior implements Clickable { public function click():Void

RE: [Flashcoders] Cairngorm 2.0 tutorials

2006-08-07 Thread Robin Burrer
As Bjorn suggested: http://labs.adobe.com/wiki/index.php/Cairngorm (how come Adobe is using PHP btw) Have a read through this very good article. After I studied the article I had a look at Jesse Warden's Cairngorm 2 web service example. http://www.jessewarden.com/archives/2006/07/flex_2_webservi

RE: [Flashcoders] Flash Lite - what's happening

2006-08-06 Thread Robin Burrer
Well that might be case for Japan but I haven't seen a flash lite enabled mobile here in Australia. I just went to Europe a couple of weeks ago and Flash Lite dose not seem to be a big thing there either. Furthermore, I really can't be bothered developing Flash lite v.1.1. >> If Flash Lite were o

[Flashcoders] Flash Lite - what's happening

2006-08-06 Thread Robin Burrer
Hi there, I think I don't really understand Adobe's policy regarding flash Lite. First of all how come they talking about flash Lite for ages and I have not met anybody (besides other flash developers) with flash enabled mobile yet? Secondly, why is the player not for free? I mean fair enough Ad

[Flashcoders] just a test

2006-07-31 Thread Robin Burrer
___ 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.fi

RE: [Flashcoders] [Ann] Flex 2 Training in Sydney - Registration ofInterest

2006-07-12 Thread Robin Burrer
I'm interested. Robin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Velevitch Sent: Thursday, 13 July 2006 10:33 AM To: Flash Developers List; cfaussie@googlegroups.com; CFUG WA; flexcoders@yahoogroups.com; Flashcoders mailing list Subject: [Flash

RE: [Flashcoders] Flash 9 Professional AS 3 Preview on labs

2006-06-28 Thread Robin Burrer
I had the same problem - try using IE instead of FF. This worked for me... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Zeh Fernando Sent: Thursday, 29 June 2006 10:37 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] Flash 9 Professional AS 3

[Flashcoders] another AS 3 question

2006-06-27 Thread Robin Burrer
Hi How do I control the timeline of a loaded swf file (created with the Flash 8 IDE) with AS 3? My problem is that the "content" property of a Loader object returns me a display object but not a movieclip. I tried casting but my application crashes when I try to run it. Any ideas? Robin //

RE: [Flashcoders] where to put AS 3 classes

2006-06-27 Thread Robin Burrer
That's it - thanks a lot! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, 28 June 2006 10:48 AM To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] where to put AS 3 classes right click on project properties

[Flashcoders] where to put AS 3 classes

2006-06-27 Thread Robin Burrer
Hi there, I'm playing around with AS 3 and Flex 2 at the moment. With AS 2 I used to organize my classes in subdirectories e.g. com.domain.utilities.SomeClass. I found that especially helpful when using classes in different projects. I can't really figure out how to do this with flexbuilder 2.0.

RE: [Flashcoders] Test CPU/performance/rendering

2006-05-24 Thread Robin Burrer
Hey Mick, Maybe it is better to give the user the option to select the processor speed rather than detecting it automatically. (that would be similar to picking your connection speed for a QuickTime movie). Some users may want to see all the effects even though they have a slow computer. If you w

RE: [Flashcoders] CD ROM dimensions?

2006-05-18 Thread Robin Burrer
>> Changing a user's resolution without asking them first is a HUGE no-no. Who was talking about this? There are defiantly scenarios (Such as presentations for exhibitions or flash games provided on CD) where it makes sense to change the screen resolution. I would not use this feature for a deskto

RE: [Flashcoders] CD ROM dimensions?

2006-05-18 Thread Robin Burrer
ormance by using it's ability to change the screen resolution using DirectDraw to run your app at an even lower resolution while keeping the app fullscreen. Derek Vadneau -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robin Burrer Sent: Thursday, Ma

RE: [Flashcoders] CD ROM dimensions?

2006-05-18 Thread Robin Burrer
I'd say pretty much everybody runs at least a 1024 X 768 resolution these days. Most of the times I use 800x600 though, because of performance issues. It all depends on the kind of application you want to build. Also keep in mind that your performance can decrease up to 20% if you use a wrapper

RE: [Flashcoders] loader component - scaleContent does not always work

2006-04-20 Thread Robin Burrer
EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robin Burrer Sent: Friday, 21 April 2006 3:23 PM To: Flashcoders mailing list Subject: RE: [Flashcoders] loader component - scaleContent does not always work That's it! No with the IELoader everything works fine :-) Great stuff! Che

RE: [Flashcoders] loader component - scaleContent does not always work

2006-04-20 Thread Robin Burrer
http://www.bunchball.com http://www.rootburn.com On 4/20/06, Robin Burrer <[EMAIL PROTECTED]> wrote: > > I'll give that a try thanks. Each of these Loader components is embedded > in a movie clip which is invisible by default. Setting the scaleContent > property after it finished loadi

RE: [Flashcoders] loader component - scaleContent does not always work

2006-04-20 Thread Robin Burrer
fires, try: doLater ( this, "laterStuff" ); function laterStuff() { loaderRef.scaleContent = true; loaderRef.visible = true; } - Original Message - From: "Robin Burrer" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Thursday, April

[Flashcoders] loader component - scaleContent does not always work

2006-04-20 Thread Robin Burrer
Hi there, I'm having trouble with the v2 Loader component. The scaleContent does not always work. Every 20th time or so the loaded jpeg image is not scaled. This happens rather randomly which is a bit of a pain. Here's a code that I'm using to initialize a loader component. Note that I'm creati

RE: [Flashcoders] If not Zinc, then what?

2006-03-28 Thread Robin Burrer
I agree, the swf studio support is just phenomenal. I have been using swf studio for over two years now and I never had any issues. It's just a great wrapper, which offers a lot of features. The pricing is very reasonable as well. It's not cross platform though. Robin -Original Message-

RE: [Flashcoders] trouble with alert component

2006-03-27 Thread Robin Burrer
eliminate it by adding \n to our messages... HTH Matthew -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robin Burrer Sent: Monday, March 27, 2006 12:52 AM To: Flashcoders mailing list Subject: [Flashcoders] trouble with alert component Hi there, When I

[Flashcoders] trouble with alert component

2006-03-26 Thread Robin Burrer
Hi there, When I send a alert message to the v2 alert component it dose not show the last couple of lines of the message. The wired thing is that on some computers all characters of the message are displayed. It length of the message dose not really make a difference though. Regardless if I want t

RE: [Flashcoders] Flash 6

2006-03-23 Thread Robin Burrer
No idea but flash 6 and mx are actually the same :-) MX 2004 came out in 2003 as far as I can remember ... Robin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Wood Sent: Friday, 24 March 2006 8:28 AM To: Flashcoders mailing list Subject: [Flashcode

[Flashcoders] Flash and Poerpoint

2006-03-14 Thread Robin Burrer
Hi there, I need to embed a flash animation in a PowerPoint file. I want to make sure that the flash file starts playing from the beginning every time I enter the slide that holds the Flash file.(by default the flash file just continues playing from where it last stopped) I found a vb macro whic

RE: [Flashcoders] AS 3.0 tutorials

2006-02-13 Thread Robin Burrer
Thanks a lot Scott! I guess there will be plenty of a stuff to write books about. Plus the great variety of options will make it even more important to have proper frameworks for the next generation of flash based RIAs. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTE

[Flashcoders] AS 3.0 tutorials

2006-02-13 Thread Robin Burrer
Hi there, Do you guys know of any tutorials how to set up an action script project with flex builder 2.0 beta? It all is somehow a bit confusing I think. Especially I don't really understand the concept and purpose of packages. Btw what was wrong about using class paths? Wasn't that good and simp

[Flashcoders] Flex 2.0 and flash remoting

2006-02-08 Thread Robin Burrer
Hi there, Dose anyone know in how far the current version of flash remoting for .net is supported in Flex 2.0? I know that the coldfusion version of flash remoting is integrated in the Flex 2.0 framework. I'm just wondering if it makes sense to purchase flash remoting for .net now or if I should

RE: [Flashcoders] Flash lite 2.0 download

2006-01-12 Thread Robin Burrer
] [mailto:[EMAIL PROTECTED] On Behalf Of Robin Burrer Sent: Thursday, 12 January 2006 9:33 AM To: Flashcoders mailing list Subject: [Flashcoders] Flash lite 2.0 download Hi there, I was trying to download the flash new flash lite player for my Nokia 6670 yesterday. However adobe/macromedia website

[Flashcoders] Flash lite 2.0 download

2006-01-11 Thread Robin Burrer
Hi there, I was trying to download the flash new flash lite player for my Nokia 6670 yesterday. However adobe/macromedia website always linked me to the American products store. Even though I have a Macromedia account the order form would not accept my Australian address. I could not find the fl

RE: [Flashcoders] build text one char at a time with random

2005-12-11 Thread Robin Burrer
Hey Mick, I'm sure you can this yourself - that's not rocket science :-) Check out the string class - the rest is just a bit of fiddling around. Cheers Robin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mick G Sent: Monday, 12 December 2005 2:26 P

RE: [Flashcoders] strange compiler error

2005-12-08 Thread Robin Burrer
I set my system clock two years back (even though I'm pretty sure the system clock of the computer I created the file originally is set correctly") -didn't help either. I had similar problem a couple of moth ago. I had two classes which both had a variable of the data type of the other class. T

RE: [Flashcoders] strange compiler error

2005-12-08 Thread Robin Burrer
I tried deleting the aso files and restarted my computer - nothing helped :-( ---Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andy Johnston Sent: Friday, 9 December 2005 2:25 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] strange compiler error

[Flashcoders] strange compiler error

2005-12-08 Thread Robin Burrer
Hi there, I try compile a fla file with the flash 8 IDE. It always gives me this pointless error message. **Error** E:\vss_data\ActionScriptClasses\org\hubb\flashBrowser\UserVO.as: Line 2: The name of this class, 'org.hubb.flashBrowser.UserVO', conflicts with the name of another class that was l

RE: [Flashcoders] simulating narrowband connection

2005-12-08 Thread Robin Burrer
Thanks everybody! Just tried sloppy and it works perfect!! I'm gonna check out the other ones as well. Cheers Robin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Campbell Anderson Sent: Friday, 9 December 2005 9:42 AM To: Flashcoders mailing list Subj

[Flashcoders] simulating narrowband connection

2005-12-08 Thread Robin Burrer
Hi there, Are there any tools out there that enable you to simulate a low bandwidth connection (e.g. modem or "slow" broadband connection) I'm currently working on a project which uses flv files that interact with my flash movie. In the past I always used the "simulate download" option in flash b

RE: [Flashcoders] OOP newbie question

2005-11-24 Thread Robin Burrer
It always worked for me though. I think in most cases it's just less hassle than importing the delegate class. But I guess that's just a matter of taste. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andy Johnston Sent: Friday, 25 November 2005 2:52 PM T

RE: [Flashcoders] OOP newbie question

2005-11-24 Thread Robin Burrer
Why what's wrong about it? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andy Johnston Sent: Friday, 25 November 2005 2:41 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] OOP newbie question I never have a use for self refencing.. maybe that

RE: [Flashcoders] OOP newbie question

2005-11-24 Thread Robin Burrer
Just create reference to your class. You will need that a lot ... function connect () { mySocket = new XMLSocket (); var _obj = this; mySocket.onXML = function () { _obj.handleInco

RE: [Flashcoders] Flvs fail to stream on an older pc

2005-11-24 Thread Robin Burrer
Hi Karina Yes there's always will be a system which will cause problems. (It's just a bit annoying though when it happens on your client's commuter) The CD-ROM should however run even on very slow system. >> application loads various swfs into a base swf file, and the flvs are >> >>loaded If

RE: [Flashcoders] Xml editor

2005-11-22 Thread Robin Burrer
I use Notepad in combination with Internet explorer :-). I used to use XMLSpy but after the trial expired I switched to Notepad again. Robin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Patrick Matte Sent: Wednesday, 23 November 2005 7:46 AM To: Flas

[Flashcoders] recursive function that returns an array

2005-11-17 Thread Robin Burrer
Hi everybody, I try to build a recursive function that searches an xml node for a particular attribute name. Each Node of my xml document has an attribute called "transition". So basically what I want to do is pass an xml node to my function and the name of the transition and in return I want to

RE: [Flashcoders] Flex Style Flash MX2004 Components

2005-11-14 Thread Robin Burrer
Whenever I want to build a cool flash application and I have enough time and resources I don't use flash components. Don't get me wrong I really like the idea of flash (v2) component architecture. I wouldn't mind spending hours (as I did in the past) skinning and formatting them. The only thing I

RE: [Flashcoders] Remoting with AMFPHP vs. ASP

2005-11-09 Thread Robin Burrer
ood stuff from the forum :) Regards, Navneet - Original Message - From: "Robin Burrer" <[EMAIL PROTECTED]> To: "'Flashcoders mailing list'" Sent: Thursday, November 10, 2005 5:51 AM Subject: RE: [Flashcoders] Remoting with AMFPHP vs. ASP > Hi

RE: [Flashcoders] Remoting with AMFPHP vs. ASP

2005-11-09 Thread Robin Burrer
Hi Navnett, You can't use flash remoting with standard ASP. However using remoting with .net is not such a painful experience after all. It's actually fun once you get the hang of it. I didn't have any idea of .net but it didn't take me long to build a working application. 2 tips that should mak

[Flashcoders] poor preformance of the flash data grid

2005-11-09 Thread Robin Burrer
Hi there, Whenever I try to format the text in a v2 datagrid component the performance of my flash application dramatically goes down. The flash application freezes for one to two seconds (depending On the processor speed) before the data grid is displayed. If I don't call the "formatDataGrid

[Flashcoders] images in a combo box component

2005-10-24 Thread Robin Burrer
Hi there, Is it possible to have images in a combo box component rather than text? Cheers Robin ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders