RE: [Flashcoders] Where is everyone

2014-11-27 Thread Cor van Dooren
Due to problems with flashplayer on several devices, I completely switched to HTML5/Javascript/PHP/etc. Goodbye Flash. :-( -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of John R. Sweeney Jr. Sent: donderdag

RE: [Flashcoders] Flash to HTML

2014-08-07 Thread Cor van Dooren
I did not follow the entire treat, but maybe you want to look at GSAP from www.greensock.com HTH Cor -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of David Cohn Sent: vrijdag 8 augustus 2014 1:46

RE: [Flashcoders] AS3 finally..

2013-05-27 Thread Cor
I use this for objects only needed in the scope of that particular class. I don't know if this is the best solution... I guess this depends on what you are trying to achieve. It works for me. Regards Cor On 27 May 2013 12:24, Paul A. p...@ipauland.com wrote: Out of curiosity, has anyone

RE: [Flashcoders] AS3 finally..

2013-05-27 Thread Cor
As for my usage: I create at any given moment one or more objects of the helper class within one or more functions in the containing class. excuse the poor English, I am Dutch. -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com

RE: [Flashcoders] AS3 finally..

2013-05-26 Thread Cor
I think they can be usefull to create objects with a lot of its own functionality. In fact the same as you use a public classes: create objects, and you can polymorphism the objects to your needs. I also think this will keep your code more readable and clean. HTH Cor -Original Message

RE: [Flashcoders] AS3 finally..

2013-05-21 Thread Cor
? Look a the variations with static etc. HTH Cor ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] AS3

2012-10-25 Thread Cor
Hi Jason, Me too. :-) Be sure to look at http://www.greensock.com/get-started-js/ regards Cor van Dooren The Netherlands Merrill schreef: I'm about to start my first HTML5/CSS3/Javascript job - wish me luck! :) Going through a lot of courses on Lynda.com - completed some Javascript

Re: [Flashcoders] AS3

2012-10-24 Thread Cor
for a possible typo? I go to dinner now, and create and send the promised examples after that. If you have problems with the code above, please tell me. For simplicity, I suggest mailing a FLA to eachother. regards Cor Karl DeSaulniers k...@designdrumm.com schreef: Hello All, Long time

Re: [Flashcoders] AS3

2012-10-24 Thread Cor
to email my FLA. No no, I don't want you to send clients FLA, but create a mock up with the problem/question, which I can adjust and send back. This makes understanding the problem much easier. Sleep tight, don't let Cor ___ Flashcoders mailing list

Re: [Flashcoders] AS3

2012-10-24 Thread Cor
try this: divers_btn.addEventListener(MouseEvent.ROLL_OVER, function(e:MouseEvent):void { e.target.gotoAndStop(OVER);}); Karl DeSaulniers k...@designdrumm.com schreef: So will this work? divers_btn.addEventListener(MouseEvent.ROLL_OVER, function() { this.gotoAndStop(OVER);}); I

RE: [Flashcoders] AS live coding demo

2012-09-23 Thread Cor
Thanks, I like it!!! -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Ivan Dembicki Sent: zaterdag 22 september 2012 14:51 To: Flash Coders List Subject: [Flashcoders] AS live coding demo Hello, Wow!

RE: [Flashcoders] HTML in Datagrid component

2012-08-08 Thread Cor
Thanks Karl! Unfortuneatly it crashes the same way. I think I have to search for a solution how to display html-encoded string in a datagrid? Best regards, Cor van Dooren -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun

RE: [Flashcoders] HTML in Datagrid component

2012-08-08 Thread Cor
)); return $html_encoded; } function mysqlToHTMLFormat($encoded) { //for displaying the data FROM mysql $html_decoded = html_entity_decode(stripslashes($encoded)); return $html_decoded; } Best regards, Cor -Original Message- From: flashcoders-boun

RE: [Flashcoders] HTML in Datagrid component

2012-08-08 Thread Cor
)); return $html_decoded; } function writeItem($k, $v) { global $xmlOutput; $xmlOutput .= \t\t . $k . . mysqlToHTMLFormat($v) . / . $k . \n; } Best regards, Cor -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun

RE: [Flashcoders] HTML in Datagrid component

2012-08-08 Thread Cor
to be parsed? Are there side effects to be expected when using only single quotes? From php.net is where I have got this so far. Also http://www.w3schools.com is very helpful. Thanks very much for all your help!!! Best regards, Cor -Original Message- From: flashcoders-boun

RE: [Flashcoders] HTML in Datagrid component

2012-08-07 Thread Cor
know, don't use components... But the harm is done and I can't go back. Regards Cor -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Karl DeSaulniers Sent: dinsdag 7 augustus 2012 4:19 To: Flash Coders List

[Flashcoders] HTML in Datagrid component

2012-08-06 Thread Cor
$html_decoded; } It works OK in all the textfields, but not in my Datagrid. Then it shows like the HTML formatted way: Atilde; etc. How to solve this? Best regards, Cor van Dooren ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

RE: [Flashcoders] HTML in Datagrid component

2012-08-06 Thread Cor
? On Aug 6, 2012, at 8:52 AM, Cor wrote: Hi All, I am having a problem with loading data correctly in my Datagrid. User input data is stored in MySQL through PHP with these functions: function stringToMysqlFormat($original_input) { //for inserting the data with special characters

RE: [Flashcoders] Button events under mc

2012-07-09 Thread Cor
Which version of Flash do you have? -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of natalia Vikhtinskaya Sent: maandag 9 juli 2012 21:02 To: Flash Coders List Subject: Re: [Flashcoders] Button events under

RE: [Flashcoders] Button events under mc

2012-07-09 Thread Cor
Here is my solution: http://www.codobyte.com/Nathalia/ Best regards, Cor van Dooren -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Nathan Mynarcik Sent: maandag 9 juli 2012 21:36 To: Flash Coders List

RE: [Flashcoders] MVC style Correction

2012-03-07 Thread Cor
I have an example of that. If you wish I can send it to you 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: woensdag 7 maart 2012 21:16 To: Flash Coders

RE: [Flashcoders] MVC style Correction

2012-03-07 Thread Cor
Instead of sending, everyone can get it here: www.codobyte.com/MVC.zip 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: woensdag 7 maart 2012 21:16

RE: [Flashcoders] MVC style Correction

2012-03-06 Thread Cor
+1 !!! Oh, would I love to see this too!! 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 maart 2012 10:26 To: Flash Coders List Subject

RE: [Flashcoders] MVC style Correction

2012-03-06 Thread Cor
around this. Thanks for this video though Cor! It helped me see a real example so far of how to implement a MVC. Best, Karl On Mar 5, 2012, at 7:00 AM, Cor wrote: Thanks Paul, In the documentation I read there is mostly the View telling the Controller an event has taken place. The View

RE: [Flashcoders] MVC style Correction

2012-03-06 Thread Cor
this. Thanks for this video though Cor! It helped me see a real example so far of how to implement a MVC. Best, Karl On Mar 5, 2012, at 7:00 AM, Cor wrote: Thanks Paul, In the documentation I read there is mostly the View telling the Controller an event has taken place. The View holds e reference

RE: [Flashcoders] MVC style Correction

2012-03-06 Thread Cor
+1 Best regards, Cor van Dooren -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of John McCormack Sent: dinsdag 6 maart 2012 21:30 To: Flash Coders List Subject: Re: [Flashcoders] MVC style Correction

RE: [Flashcoders] MVC style Correction

2012-03-05 Thread Cor
me a little example of how that is done in MVC, don't hasitate. :-) best regards Cor van Dooren The Netherlands -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Karl DeSaulniers Sent: maandag 27 februari 2012

RE: [Flashcoders] MVC style Correction

2012-03-05 Thread Cor
the Controller would then have a listener : view.addEventListener( View.MY_CUSTOM_EVENT, callback_function); Correct??? Regards Cor -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Paul Andrews Sent: maandag 5

RE: [Flashcoders] MVC style Correction

2012-03-05 Thread Cor
OK, I almost started changing my approach, but this confirms I shouldn't. I stopped smoking in 1978 but I still listen to all the warnings. :-) Thank you!! -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of

RE: [Flashcoders] MVC style Correction

2012-03-05 Thread Cor
I am still at the most basic level, so I 'll stick to MVC for this moment. -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Paul Andrews Sent: maandag 5 maart 2012 17:01 To: Flash Coders List Subject: Re:

[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

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

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: flashcoders-boun

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

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 style Ross

[Flashcoders] Array sort issue

2012-02-16 Thread Cor
this? 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 have a multi

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-boun

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] swf 2 pdf on the fly

2011-10-30 Thread Cor
--- END CODE Best regards, Cor -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Rodrigo Augusto Guerra Sent: vrijdag 28 oktober 2011 17:42 To: Flash Coders List Subject: Re: [Flashcoders] swf 2 pdf on the fly hi

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] swf 2 pdf on the fly

2011-10-28 Thread Cor
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 Of Rodrigo

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

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

2011-10-08 Thread Cor
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, 2011, at 3:25 AM, Cor c...@chello.nl wrote: var

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

2011-10-08 Thread Cor
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 Behalf Of Karl DeSaulniers Sent: zaterdag 8 oktober 2011 9:38 To: Flash

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

2011-10-08 Thread Cor
HTH 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 9:55 To: Flash Coders List Subject: Re: [Flashcoders] can't get e.target.data I'm also not to entirely

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] DataGrid: save multidim arrayfrom Flash to mySQL with PHP

2011-09-07 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

[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 ___ Flashcoders mailing list Flashcoders

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

2011-09-05 Thread Cor
. 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 3:54 To: Flash Coders List Subject: Re: [Flashcoders] DataGrid: save multidim

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);

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

2011-09-05 Thread Cor
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: dinsdag 6

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- From

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

2011-09-05 Thread Cor
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: Flash

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

2011-08-29 Thread Cor
); counter+=1; //} } } 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

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

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

2011-08-29 Thread Cor
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...@chattyfig.figleaf.com

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

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

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:

RE: [Flashcoders] Incorrect XML from PHP to Flash

2011-07-21 Thread Cor
at the tutorials on http://www.developphp.com/view.php?tid=740t=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:flashcoders

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

2011-07-21 Thread Cor
]]/project_ordernummer_klantproject_contactpersoon![CDATA[project Tinus Plosteling]]/project_contactpersoonproject_aanneemsom![CDATA[3000.00]] /project_aanneemsomproject_opdracht![CDATA[lopend]]/project_opdracht /project/data So flash expects a key-value pair!!! Thanks to all you responded to help me Best regards, Cor van

RE: [Flashcoders] Incorrect XML from PHP to Flash

2011-07-21 Thread Cor
...@chattyfig.figleaf.com] On Behalf Of Cor Sent: donderdag 21 juli 2011 9:35 To: 'Flash Coders List' Subject: RE: [Flashcoders] Incorrect XML from PHP to Flash {RESOLVED} OK, so when I change the output line in my PHP from: print $response; to print returnString=$response; It traces out a correct XML

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

2011-07-21 Thread Cor
? 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: [Flashcoders] Incorrect XML from PHP to Flash

[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
; } Best regards, Cor -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Henrik Andersson Sent: woensdag 20 juli 2011 16:37 To: Flash Coders List Subject: Re: [Flashcoders] Incorrect XML from PHP to Flash

RE: [Flashcoders] Incorrect XML from PHP to Flash

2011-07-20 Thread Cor
/project_contactpersoonproject_aanneemsom3000.00/project_aann eemsomproject_opdrachtlopend/project_opdracht/project/data I will 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

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] 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] 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

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 binary and those

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

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

RE: [Flashcoders] using this in AS3 classes?

2011-06-08 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. HTH, Cor

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: Those who

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: Those who

RE: [Flashcoders] reading a very simple XML file

2011-06-08 Thread Cor
childLength; i++) { trace(xmlData.asset[i]);// === but I can;t get each node here... } } HTH, 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

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

[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] 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

[Flashcoders] typechecking ActionScript 3.0

2011-05-20 Thread Cor
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@chattyfig.figleaf.com

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] 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 Message- From

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-05 Thread Cor
(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: [Flashcoders

RE: [Flashcoders] 360 degree rotation

2011-04-25 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

RE: [Flashcoders] 360 degree rotation

2011-04-25 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] 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

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] 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

[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

  1   2   3   4   5   6   >