RE: [Flashcoders] How to iterate through arrays

2010-11-13 Thread Cor
Thanks Paul, Yes, but how would I "dive" through in depth arrays? Regards Cor -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Paul Andrews Sent: zaterdag 13 november 2010 17:14 To: Flash C

RE: [Flashcoders] How to iterate through arrays

2010-11-13 Thread Cor
vel; //recursie findIndex (psdArray[psdLevel], psdButton, psdLevel); } } trace(psdArray[psdLevel], psdButton, psdLevel); } Regards Cor ___ Flashcoders mailing list Flashcod

RE: [Flashcoders] How to iterate through arrays

2010-11-13 Thread Cor
I was trying a lot, but not knowing the correct English phrase (I am Dutch :-)) to look for, I failed. Recursion was the big helper here. And no, the 10 minutes were not wasted! You did a good deed! THANK YOU! regards, Cor -Original Message- From: flashcoders-boun

RE: [Flashcoders] How to iterate through arrays

2010-11-14 Thread Cor
-- Regards Cor ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] fscommand Issue.

2010-12-12 Thread Cor
import flash.external.*; readout.text = ExternalInterface.call("function(){ return myGlobalJavaScriptVariable; }"); Grz, Cor van Dooren -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Omar

RE: [Flashcoders] Components With Pure ActionScript

2010-12-13 Thread Cor
Yes. I think you can create them easely whitout the use of the library. Just write them into classes and create your skin with code. This will give you ALL the flexibility! -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com]

RE: [Flashcoders] My first code.

2010-12-19 Thread Cor
Right-Click object in Library, Click Linkage Select Export for Actionscript Set the ToggleButton as Base class file Groeten, Cor van Dooren www.codobyte.com -- "There are only 10 types of people in the world: Those who under

RE: [Flashcoders] My first code.

2010-12-19 Thread Cor
utton = new ToggleButton(); HTH, Cor van Dooren -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of John McCormack Sent: zondag 19 december 2010 12:51 To: Flash Coders List Subject: Re: [Flashcoders] My first

RE: [Flashcoders] checking for properties AS3

2011-02-16 Thread Cor
Hi Willem, Not sure, but what if you change this: for each (var childNode:XML in node.*) { into: for each (var childNode:XML in node..*) { Groeten, Cor van Dooren www.codobyte.com -- "There are only 10 types of peop

[Flashcoders] How to center my Flash in SWFOBJECT?

2011-02-16 Thread Cor
#flashContent { text-align:left; } object#flashContent { display:block; margin:0 auto; } But it doesn't center??? TIA Cor ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] How to center my Flash in SWFOBJECT?

2011-02-16 Thread Cor
sh in SWFOBJECT? You might need: html, body { width:100%; height:100%;} #flashContent { height:100%;width:100%; text-align:center;} This won't do vertical align - you have to hack with javascript to do that. On 16/02/2011 12:40, Cor wrote: > Can anyone tell me how to center my Flash co

RE: [Flashcoders] How to center my Flash in SWFOBJECT?

2011-02-16 Thread Cor
That did the trick!!! Thanks Karl. regards, Cor -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Karl DeSaulniers Sent: woensdag 16 februari 2011 14:19 To: Flash Coders List Subject: Re: [Flashcoders] How

RE: [Flashcoders] Anybody Want to Work in Dubai?

2011-02-17 Thread Cor
WHAT! No kissing AND no drinking... I am gone grz, Cor -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Van Tuck Sent: donderdag 17 februari 2011 20:22 To: Flash Coders List Subject: Re: [Flashcoders

RE: [Flashcoders] IE8 not loading flv files

2011-02-17 Thread Cor
I have no problem in IE 8 and FLV: Test: http://www.codobyte.com/ Regards, Cor -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Mendelsohn, Michael Sent: donderdag 17 februari 2011 21:10 To: Flash

RE: [Flashcoders] IE8 not loading flv files

2011-02-17 Thread Cor
Ok, I think this would be enough; var path:String = "assets\vid.flv"; flvInstance.load(path); regards, Cor -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Mendelsohn, Michael Sent: do

RE: [Flashcoders] Anybody Want to Work in Dubai?

2011-02-17 Thread Cor
Kerry, LOL, you should move to the Netherlands or at least visit it once! :-) Groeten, Cor -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Kerry Thompson Sent: donderdag 17 februari 2011 21:40 To: Flash

RE: [Flashcoders] IE8 not loading flv files

2011-02-18 Thread Cor
according mouse position off center. Regards, Cor van Dooren www.codobyte.com -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Karl DeSaulniers Sent: vrijdag 18 februari 2011 12:40 To: Flash Coders List Subject: Re

RE: [Flashcoders] Multiline text width

2011-02-21 Thread Cor
Give your text box a width Set : wordWrap = true; mulitLine = true; HTH Cor -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of natalia Vikhtinskaya Sent: maandag 21 februari 2011 15:16 To: Flash Coders List

RE: [Flashcoders] Multiline text width

2011-02-21 Thread Cor
but that’s up to you. Regards Cor -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of natalia Vikhtinskaya Sent: maandag 21 februari 2011 15:45 To: Flash Coders List Subject: Re: [Flashcoders] Multiline text

[Flashcoders] flash.filesystem not in Flash?

2011-02-23 Thread Cor
me with this one?? Regards, Cor van Dooren ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] flash.filesystem not in Flash?

2011-02-23 Thread Cor
Thanks Andrew, I switched to AIR... Regards, Cor van Dooren www.codobyte.com -- "There are only 10 types of people in the world: Those who understand binary and those who don’t." -Original Message- From: f

RE: [Flashcoders] flash.filesystem not in Flash?

2011-02-23 Thread Cor
Thanks Jason, i will look at those too. Regards, Cor van Dooren www.codobyte.com -- "There are only 10 types of people in the world: Those who understand binary and those who don’t." -Original Message- From: f

RE: [Flashcoders] flash.filesystem not in Flash?

2011-02-23 Thread Cor
I have no experience with either so for me it is a learning thing trying both. Thanks for reacting! Regards, Cor van Dooren www.codobyte.com -- "There are only 10 types of people in the world: Those who understand binar

RE: [Flashcoders] flash.filesystem not in Flash?

2011-02-23 Thread Cor
Thank you! I already have it working in AIR. I can't use AIR at my work (DOD security policy) but this is a home thing. But every tip is welcome! Regards, Cor van Dooren www.codobyte.com -- "There are only 10 types of peo

RE: [Flashcoders] flash.filesystem not in Flash?

2011-02-26 Thread Cor
Thanks Gerry! I left AIR and went to the Mike Chambers solution, but then in Flash CS5. It works like a charm! Thanks to all who cared helping me!!! Regards, Cor van Dooren www.codobyte.com -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun

[Flashcoders] currency issue

2011-02-26 Thread Cor
. There are empty currency fields, so those have to be discarded. All the items are String data type and the "floating point" is a comma because it is a European format. How can I iterate through these items with the lowest price as result? Also any better approach is appreciated! re

RE: [Flashcoders] currency issue

2011-03-02 Thread Cor
o properly print, possibly multiple pages? Groeten, Cor van Dooren -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Geografiek Sent: woensdag 2 maart 2011 12:45 To: Flash Coders List Subject: Re: [Flashcoders

[Flashcoders] Flash writing/reading database on MS SQL server

2011-04-20 Thread Cor
Hi List, I am looking for a way to read/write to a database in a MS SQL server. What do I need to do? What is the best approach? Do I need server side scripting, PHP or ASP? Is there anyone who can help me with a little example? TIA! Regards Cor

RE: [Flashcoders] Flash writing/reading database on MS SQL server

2011-04-21 Thread Cor
Thanks Karl, I will look into that. Personally I like to use MySQL and PHP, but I am asked to create some app which communicates with MS SQL server. Regards, Cor -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On

RE: [Flashcoders] test

2011-04-24 Thread Cor
Got it. -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Paul Andrews Sent: zondag 24 april 2011 15:46 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] test Traffic seems to have abruptly stoppe

RE: [Flashcoders] test

2011-04-24 Thread Cor
It is Eastern, so hunting the bunny Regards Cor -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Paul Andrews Sent: zondag 24 april 2011 16:08 To: flashcoders@chattyfig.figleaf.com Subject: Re

RE: [Flashcoders] 360 degree rotation

2011-04-24 Thread Cor
(); regards Cor -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of a...@yonearth.com Sent: maandag 25 april 2011 8:45 To: Flash Coders List Subject: [Flashcoders] 360 degree rotation Hi all, any one have an

RE: [Flashcoders] 360 degree rotation

2011-04-24 Thread Cor
rotate(e:Event):void{ obj.rotation +=5; } //start the show init(); regards Cor ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] 360 degree rotation

2011-04-25 Thread Cor
Oh, OK look at Swift3D -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of a...@yonearth.com Sent: maandag 25 april 2011 9:47 To: Flash Coders List Subject: Re: [Flashcoders] 360 degree rotation thanx Cor

RE: [Flashcoders] send email from flash project (exe)

2011-05-05 Thread Cor
oader.load(loadvarSend); Regards, Cor van Dooren The Netherlands -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Bassam M Sent: donderdag 5 mei 2011 9:43 To: Flashcoders@chattyfig.figleaf.com Subject: [F

RE: [Flashcoders] load one swf movie after another

2011-05-06 Thread Cor
Look at (the tutorials) TimelineMax and LoaderMax on www.greensock.com Regards Cor -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of a...@yonearth.com Sent: vrijdag 6 mei 2011 11:32 To: Flash Coders List

RE: [Flashcoders] send email from flash project (exe)

2011-05-10 Thread Cor
Hi Bassam, You have to embed the Arabic characters. Groeten, Cor van Dooren www.codobyte.com -- "There are only 10 types of people in the world: Those who understand binary and those who don't." -Original Me

[Flashcoders] typechecking ActionScript 3.0

2011-05-20 Thread Cor
the ActionScript 3.0 Preferences. I checked the directory and found that file is in there. I even reinstalled the application only to have that error again later on. Does anyone know how to solve this?? Regards Cor ___ Flashcoders mailing list Flashcoders@c

RE: [Flashcoders] typechecking ActionScript 3.0

2011-05-20 Thread Cor
I found it at the location which was pointed in the error: C:\Program Files\Adobe\Adobe Flash CS5\Common\Configuration\ActionScript 3.0\FP9 No errors any more Thank you Kerry! Regards, Cor van Dooren The Netherlands -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com

RE: [Flashcoders] Panorama creation

2011-05-23 Thread Cor
PTGui -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Randy Tinfow Sent: zondag 22 mei 2011 23:07 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Panorama creation Any applications recommended

[Flashcoders] dynmically adding waves together problem

2011-06-06 Thread Cor
Hi All, I need to draw waves dynamically which can be influenced at runtime. These waves then have to add together and show the result in a third wave. Here you can see the problem graphically: http://www.codobyte.com/waves/ Every help is welcome! TIA, Cor van Dooren

RE: [Flashcoders] dynmically adding waves together problem

2011-06-07 Thread Cor
I draw my wave with this class: package com.codobyte.display{ /* @class: Sinus @author:Cor van Dooren @usage: Draw sinus dynamically @syntax:var s:Sinus= new Sinus(params); @params:positieX:int=0, positieY:int=200, lengte:int=200

RE: [Flashcoders] using "this" in AS3 classes?

2011-06-07 Thread Cor
Micky, There are no stupid questions! Only stupid people who don't ask their question... and yes, there are stupid answers. :-) As for the prefix, IMO it is unnecessary, but some people find it easier to read their code. I'll will not call myself a pro, but I never use it.

RE: [Flashcoders] as3 component screen redraw

2011-06-08 Thread Cor
Hoi Willem, Je moet even je .htaccess aanpassen want je hebt de deur open staan: http://www.vluchtelingenatlas.nl/php/ Groeten, Cor van Dooren -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Geografiek

RE: [Flashcoders] reading a very simple XML file

2011-06-08 Thread Cor
Try this: trace(xmlData.asset[i]); instead of trace(xmlData.children()[i]); // <<=== but I can;t get each node here... Groeten, Cor van Dooren www.codobyte.com -- "There are only 10 types of people in the world:

RE: [Flashcoders] reading a very simple XML file

2011-06-08 Thread Cor
I will create a fla and xml and get back to you... Regards Cor -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of ACE Flash Sent: woensdag 8 juni 2011 17:29 To: Flash Coders List Subject: Re: [Flashcoders

RE: [Flashcoders] reading a very simple XML file

2011-06-08 Thread Cor
Aahh, I understand. Your children are in fact empty!! You use only attributes. Try this: trace(xmlData.asset[i].@size) Groeten, Cor van Dooren www.codobyte.com -- "There are only 10 types of people in the world: Thos

RE: [Flashcoders] reading a very simple XML file

2011-06-08 Thread Cor
n().length()); //trace(xmlData.children()); // <<== I can retrieve the data here for (var i:uint = 0; i < childLength; i++) { trace(xmlData.asset[i]);// <<=== but I can;t get each node here... } } HTH, Cor -Original Message- From: flashcoders-boun

RE: [Flashcoders] AS3 is it possbile to show a movieclip before its all frames loaded

2011-06-13 Thread Cor
Does this help you: http://www.actionscript.org/forums/showthread.php3?t=151850 regards Cor -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of B Shankar PEDANA Sent: maandag 13 juni 2011 10:36 To

RE: [Flashcoders] AS3 exploding and reassemble bitmap

2011-06-13 Thread Cor
Not sure, but look at: www.greensock.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] AS3 exploding and reassemble bitmap

2011-06-13 Thread Cor
Lee Brimelow did something with that: http://www.gotoandlearn.com/play.php?id=57 http://www.gotoandlearn.com/play?id=107 HTH Cor -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Eric E. Dolecki Sent

[Flashcoders] scrolling webpage with flash

2011-06-30 Thread Cor
I am creating a flash site but need it to be dynamic in height so it is scrollable. So I need to extend the stage height to the content so the html is scrolling? How do I need to set this in Flash/Actionscript 3.0??? TIA, Cor ___ Flashcoders mailing

RE: [Flashcoders] scrolling webpage with flash

2011-06-30 Thread Cor
Thanks Hendrik. By embedding code, you mean in Publish setting?? Best regards, Cor -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Henrik Andersson Sent: donderdag 30 juni 2011 17:06 To: Flash Coders

RE: [Flashcoders] scrolling webpage with flash

2011-06-30 Thread Cor
I need loaded content to be able to grow within my SWF to any height. If this overshoots the html-height then the scrollbar of the browser will show. Best regards, Cor -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com

RE: [Flashcoders] scrolling webpage with flash

2011-06-30 Thread Cor
Thanks Matt, Swffit works fine... when resizing the browser, but my issue is that the browser is never resized, but the content in the swf grows dynamically. So I would like to get my swf-dimensions variable. Best regards, Cor -Original Message- From: flashcoders-boun

RE: [Flashcoders] scrolling webpage with flash

2011-06-30 Thread Cor
Thanks Kevin! I understand what you are saying, but I have no ideas how to do this. Can you be more specific or perhaps some example? Best regards, Cor -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of

RE: [Flashcoders] scrolling webpage with flash

2011-06-30 Thread Cor
Eric, Thank you! That's exactly the problem. I don't know how to do this in javascript, etc. Best regards, Cor van Dooren www.codobyte.com -- "There are only 10 types of people in the world: Those who understand b

RE: [Flashcoders] scrolling webpage with flash

2011-07-12 Thread Cor
I have now. :-) Thank you! Best regards, Cor -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Amanda Kuek Sent: dinsdag 12 juli 2011 3:59 To: Flash Coders List Subject: Re: [Flashcoders] scrolling webpage

[Flashcoders] Incorrect XML from PHP to Flash

2011-07-20 Thread Cor
I am loading data from a mySQL database into Flash with PHP. But I get a string with all the tag-signs replaced with %-characters: %3C%3Fxml%20version=%221%2E0%22%20encoding%3D%22UTF%2D8%22%20%3F%3E%0A%3Cdat a%3E%3Cproject%3E%3Cproject%5Fcode%3E.

RE: [Flashcoders] Incorrect XML from PHP to Flash

2011-07-20 Thread Cor
x27;' ; $response.=' '; $response.=''; $response.=''; $response.=''; $response.=''; $response.=''; $response.=''; } $response.="";

RE: [Flashcoders] Incorrect XML from PHP to Flash

2011-07-20 Thread Cor
look at your suggestion now. Due to my time zone, I had to take a beauty sleep. :-) Best regards, Cor -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Glen Pike Sent: woensdag 20 juli 2011 16:58 To: Flash

RE: [Flashcoders] Incorrect XML from PHP to Flash

2011-07-20 Thread Cor
Is the issue due to sending URLVariables to PHP and Flash expects a value-pair back??? ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Incorrect XML from PHP to Flash

2011-07-21 Thread Cor
tutorials on http://www.developphp.com/view.php?tid=740&t=Discover_Dynamic_XML_MySQL_PHP_ Database_Results_Loop_Tutorial and there is the same construction but his works appearantly... Best regards, Cor -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashco

RE: [Flashcoders] Incorrect XML from PHP to Flash {RESOLVED}

2011-07-21 Thread Cor
. It even shows different on refresh/reload? regards, Cor van Dooren -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Henrik Andersson Sent: donderdag 21 juli 2011 15:10 To: Flash Coders List Subject: Re

RE: [Flashcoders] array problem,loop.plot

2011-08-22 Thread Cor
Not the solution, but I notice you try to add .001 to an integer. So the var i should be a Number? -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of nasim h Sent: maandag 22 augustus 2011 9:12 To: Flashco

RE: [Flashcoders] loop and Timer problem?????????

2011-08-29 Thread Cor
trace("hello"); counter+=1; //} } } Best regards, Cor van Dooren www.codobyte.com -- "There are only 10 types of people in the world: Those who understan

RE: [Flashcoders] loop and Timer problem?????????

2011-08-29 Thread Cor
in main i call testhalgheh(); so inside it timer will start Cor: Yes, but your Timer gets create 1 line below your function caal, so at that moment it does not exist. it stuck in loop untill it get true in logic I think when the timer start it shouldnt related to thing so during loop the

RE: [Flashcoders] loop and Timer problem?????????

2011-08-29 Thread Cor
it get in the infinite loop Best regards, Cor van Dooren www.codobyte.com -- "There are only 10 types of people in the world: Those who understand binary and those who don’t." -Original Message- From: flashcoders-boun..

RE: [Flashcoders] loop and Timer problem?????????

2011-08-29 Thread Cor
TRY THIS: var forsate,generalFlag:Boolean; var counter:int=0; var generalTimer:Timer=new Timer(1); generalTimer.addEventListener(TimerEvent.TIMER,generalfunc); //NOW IT IS SET //UN COMMENT THE LINE BELOW TO NOTICE THE DIFFENCE //generalFlag=true; testhalgheh(); function generalfunc(e:TimerEven

RE: [Flashcoders] loop and Timer problem?????????

2011-08-29 Thread Cor
It does not effect your CPU, but because of the never ending loop, your app crashes. Best regards, Cor -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of nasim h Sent: maandag 29 augustus 2011 21:27 To

[Flashcoders] DataGrid: save multidim arrayfrom Flash to mySQL with PHP

2011-09-05 Thread Cor
]["id"] myArray[i]["name"] myArray[i]["description"] So, can anyone tell/show me a apropriate way to pass this to PHP and in the php-file how to INSERT or UPDATE this to mySQL? TIA! Best regards, Cor van Dooren ___ Flashc

RE: [Flashcoders] DataGrid: save multidim arrayfrom Flash to mySQL with PHP

2011-09-05 Thread Cor
uot;description"] myArray[2["id"] myArray[2]["name"] myArray[2]["description"] etc. Best regards, Cor van Dooren -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Karl DeSau

RE: [Flashcoders] DataGrid: save multidim arrayfrom Flash to mySQL with PHP

2011-09-05 Thread Cor
Do you mean that is it not possible to send an array from Flash to PHP in this way: private function validateAndSend(e:MouseEvent):void { form_variables = new URLVariables(); form_varSend=new URLRequest(Main.PHP_URL+"control.php"); form_varSe

RE: [Flashcoders] DataGrid: save multidim arrayfrom Flash to mySQL with PHP

2011-09-05 Thread Cor
and where my knowledge of PHP stops... You can address me directly if you like: codo AT chello DOT nl Best regards, Cor van Dooren -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Karl DeSaulniers Sent:

RE: [Flashcoders] DataGrid: save multidim arrayfrom Flash to mySQL with PHP

2011-09-05 Thread Cor
Thanks David, OK, HTTP -> String... that clears a lot! Can you give a little example of how to do you typically have to serialize your data to send via HTTP, then deserialize the sent data to use it as an object that's not a string. Best regards, Cor van Dooren -Original Message--

RE: [Flashcoders] DataGrid: save multidim arrayfrom Flash to mySQL with PHP

2011-09-05 Thread Cor
some examples of your construction with the different files/classes? Best regards, Cor van Dooren -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Karl DeSaulniers Sent: dinsdag 6 september 2011 6:24 To:

RE: [Flashcoders] DataGrid: save multidim arrayfrom Flash to mySQL with PHP

2011-09-06 Thread Cor
Thanks Glen! This is what I was looking for. I use URLVariables in many occasions, but that is always like 1 record. The (multi-records)part in php is really my problem. I think I can work-out your example! Thanks again! Best regards, Cor van Dooren -Original Message- From

RE: [Flashcoders] can't get e.target.data

2011-10-08 Thread Cor
var str:String = String(e.target.data); without new? -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Karl DeSaulniers Sent: zaterdag 8 oktober 2011 2:44 To: Flash List Subject: Re: [Flashcoders] can't get e

RE: [Flashcoders] can't get e.target.data

2011-10-08 Thread Cor
7;t.. var str:String = e.target.data; work? Karl On Oct 8, 2011, at 2:31 AM, Ross Sclafani wrote: > Has to be. > > Ross P. Sclafani > Design | Technology | Creative > 347.204.5714 > http://ross.sclafani.net > http://www.twitter.com/rosssclafani > > On Oct 8, 201

RE: [Flashcoders] can't get e.target.data

2011-10-08 Thread Cor
s supposed to be like this.. var str:String = new String(); str = e.target.data; Yes? Karl On Oct 8, 2011, at 2:39 AM, Cor wrote: > yes > > > -Original Message- > From: flashcoders-boun...@chattyfig.figleaf.com > [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Beha

RE: [Flashcoders] can't get e.target.data

2011-10-08 Thread Cor
NSTRUCTOR private function loaderCompleteHandler (e:Event):void { trace( loader.data ); dispatchEvent(new Event("loaded", true)); }//end loaderCompleteHandler }//end

RE: [Flashcoders] can't get e.target.data

2011-10-08 Thread Cor
Yes, THANKS TO WILLEM !!! :-) Best regards, Cor -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Karl DeSaulniers Sent: zaterdag 8 oktober 2011 10:18 To: Flash Coders List Subject: Re: [Flashcoders

RE: [Flashcoders] swf 2 pdf on the fly

2011-10-28 Thread Cor
b.pageSize On Windows it prints OK, but on MAC systems it gives total black prints. Can you tell me how you do your printing? Best regards, Cor van Dooren -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf

RE: [Flashcoders] swf 2 pdf on the fly

2011-10-30 Thread Cor
pj.send(); } } } }//end class }//en package --- END CODE Best regards, Cor -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mai

RE: [Flashcoders] swf 2 pdf on the fly

2011-10-30 Thread Cor
In addition: The parameter psdAPages is an array with movie clips which contains the textfields to print. Every movie clip is a page with the size of 595 x 842 pixels Best regards, Cor -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun

RE: [Flashcoders] improve generated pdf quality (using alivePDF)

2011-11-11 Thread Cor
str = "Put your text here.\nYour add as many lines as you wish and within the paper size.\nWhich is 210 x 297 millimeters."; pdf.setXY(20, 50); pdf.addMultiCell(150, 5, str, 0, "L"); Best regards, Cor van Dooren

[Flashcoders] AlivePDF - addMultiCell: how to adjust the heigth

2011-12-02 Thread Cor
. So I need to find out how many lines of text are in the last addMultiCell and then figure out the needed height of that one. Is it possible trace the amount of lines in a addMultiCell according miltiline text in it? TIA Cor ___ Flashcoders mailing

RE: [Flashcoders] Natavi's example photo gallery

2012-01-11 Thread Cor
I have seen this at: http://www.greensock.com/learning/ Don't know the exact link, but it is there. Best regards, Cor van Dooren -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of lists...@fo.com

RE: [Flashcoders] MVC style

2012-02-16 Thread Cor
-controller Best regards, Cor van Dooren -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Bryan Thompson Sent: donderdag 16 februari 2012 9:37 To: 'Flash Coders List' Subject: RE: [Flashcoders] MVC s

[Flashcoders] Array sort issue

2012-02-16 Thread Cor
? Regards Cor van Dooren ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Array sort issue

2012-02-16 Thread Cor
I figured it out. End of topic. -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Cor Sent: donderdag 16 februari 2012 11:51 To: 'Flash Coders List' Subject: [Flashcoders] Array sort issue I ha

RE: [Flashcoders] Fwd: MVC

2012-02-16 Thread Cor
Ross, And you did get people started. At least me! I am also very interested in your fuller framework. I don't wish to use the big frameworks as RobotLegs, etc. I want to learn to create good MVC from scratch. Best regards, Cor van Dooren -Original Message- From: flashcoders

RE: [Flashcoders] Fwd: MVC

2012-02-16 Thread Cor
Me, being Dutch, is having all the problems expressing in a non-native language. I did not mean to offend ANY framework. Sure RobotLegs is perfect, as many people use it. I am only trying to get some help/examples to write a somewhat fuller MVC myself. So I am sorry! Best regards, Cor van

RE: [Flashcoders] MVC style Correction

2012-02-17 Thread Cor
Jord, This is exactly what I don't understand to do in actionscript! And that's why I think some example will visualize it to me. So I can analyze the flow of it all. Feel free to contact me offlist if you prefer. Best regards, Cor van Dooren -Original Message- From: flashc

RE: [Flashcoders] MVC style Correction

2012-02-17 Thread Cor
Thank you! Another piece of the puzzle is filled in. Best regards, Cor van Dooren -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Ben Sand Sent: vrijdag 17 februari 2012 10:11 To: Flash Coders List

RE: [Flashcoders] MVC style Correction

2012-02-18 Thread Cor
Kevin, Thanks for this and the video. I sure clears the theory. Best regards, Cor -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Kevin Newman Sent: zaterdag 18 februari 2012 6:10 To: Flash Coders List

[Flashcoders] Touch event question

2012-02-23 Thread Cor
hints, examples, tutorials? Everything is welcome and most appreciated! Best regards, Cor ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Touch event question

2012-02-23 Thread Cor
Thank you! But I really have to get into it myself. There has to be a lot more interaction in the end. And I want to learn how to do it. Best regards, Cor -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of

Re: [Flashcoders] Multiple moviecliploaders

2008-02-13 Thread Cor
I tkink that 4 object at a time EECOLOR <[EMAIL PROTECTED]> schreef: If I remember well the MovieClip loader can only load 2 images simultaniously. This also might be a browser restriction. Greetz Erik ___ Flashcoders mailing list Flashcoders@ch

RE: [Flashcoders] Multiple moviecliploaders

2008-02-14 Thread Cor
Guess again: http://www.google.com/search?hl=en&q=windows+simultaneous+downloads&meta= http://support.microsoft.com/kb/282402 - Original Message - From: "Cor" <[EMAIL PROTECTED]> To: "Flash Coders List" Sent: Wednesday, February 13, 2008 6:17 PM S

<    1   2   3   4   5   6   >