[Flashcoders] PLEASE help with advanced dataset issues

2007-04-20 Thread Gaia-Tek
Hi Group, I have an XMLconnector, bound to a dataset, bound to a datagrid. Connector connects, fills the dataset, dataset is sorted and filtered, and the datagrid is populated - lovely! Except for the looong freeze while the XMLconnector does it's thing... So I tried to fill the dataset manually,

[Flashcoders] Dataset Filtering on more than one variable

2007-03-28 Thread Gaia-Tek
Hi Group, I have a dataset that is populated with XML, then filtered depending on a value in a combobox which is populated from another dataset. My client walked in , looked at the result, and decided that he would like it to be further filtered according to a second combobox... Can the filterFun

RE: [Flashcoders] Creating a SWF to dynamically create SWF';s

2006-10-05 Thread Gaia-Tek
oders- >>[EMAIL PROTECTED] On Behalf Of Gaia-Tek >>Sent: Tuesday, October 03, 2006 10:39 PM >>To: 'Flashcoders mailing list' >>Subject: [Flashcoders] Creating a SWF to dynamically create SWF';s >> >>Hi All, >> >>My client has asked me t

[Flashcoders] Creating a SWF to dynamically create SWF';s

2006-10-03 Thread Gaia-Tek
Hi All, My client has asked me to create a SWF that reads in some XML and generates a course depending on the amount of questions images etc. in the XML. They found out today that the XML with all the images comes to about 6MB - so suddenly frightened by the implications of this, they've asked me

Re: [Flashcoders] Help with swapdepths

2006-04-12 Thread Gaia-Tek
I'll try it, thanks a lot... GregoryN wrote: Maybe you should try: this.swapDepths(this._parent.getNextHighestDepth()); OR this.swapDepths(_root.getNextHighestDepth()); instead of this.swapDepths(this.getNextHighestDepth()); ? ___ Flas

[Flashcoders] Help with swapdepths

2006-04-12 Thread Gaia-Tek
Hi Group, I'm having a problem with a seemingly simple task... I'm trying to get whichever movieclip on my stage is clicked on, to swapDepths to the top, and be draggable... My code is: on (press) { this.swapDepths(this.getNextHighestDepth()); startDrag(this); } on (release) { stopD

[Flashcoders] OT: Flash to ASP to Word or Excel ?????

2006-04-06 Thread Gaia-Tek
Hi Group, I need some info... My client wants me to create an online form in Flash, which, when filled out and submitted, is captured into a Word doc and an Excel spreadsheet... They are on a windows server, so it'll have to be done in ASP. Anyone had any experience with this, can anyone give

Re: [Flashcoders] What's your job title?

2006-03-11 Thread Gaia-Tek
New Media Designer Kirk Roberts wrote: Hello everybody, Here's a non-technical question: what is your job title? For a long time I've been telling people "Flash Developer", although that shortchanges the consultation and on-the-fly design I do. Also, people outside the industry have no

Re: [Flashcoders] Remove right click menu

2006-03-06 Thread Gaia-Tek
Here's what I've been able to find out: Disable Flash movie right-click menu disabling right-clicking on a Flash movie (in IE [on a PC]) so, i've complained for some time on various forums about the inherent security flaw of having the "About Macromedia Flash Player X" open a new browser wind