Re: [Flashcoders] Re: Datagrid cell focus

2014-09-21 Thread Karl DeSaulniers
Well, that was unexpected. Then I would say Adobe forums are your best bet Bill. Unless there is still someone here that can help? I wish I knew more or I would. Sry. Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Sep 21, 2014, at 12:13 PM, Dave Watts dwa...@figleaf.com wrote

Re: [Flashcoders] Re: Datagrid cell focus

2014-09-20 Thread Karl DeSaulniers
I think this question may be in the archives. Have you checked there? Not positive how to get there, just know one exists. Might post your question again as many flash devs are not paying attention to the list as much anymore, but peek in from time to time. They probably just missed it or

Re: [Flashcoders] AIR native extension - Windows debugging

2014-09-05 Thread Karl DeSaulniers
I still get banner jobs believe it or not. Working on one currently. But has become a lot more sparse then before the S. Jobs bandwagon started rolling. Best, Karl Sent from losPhone On Sep 5, 2014, at 2:16 PM, Merrill, Jason jason.merr...@bankofamerica.com wrote: Well that's great

[Flashcoders] Flash FireBug

2014-08-30 Thread Karl DeSaulniers
Hi All, Don't know how many of you have already seen this but thought it was worth the share. Might help someone down the road. https://addons.mozilla.org/en-US/firefox/addon/flashfirebug/?src=cb-dl-popular Best, Karl DeSaulniers Design Drumm http://designdrumm.com

Re: [Flashcoders] Pulling data from social media

2014-08-26 Thread Karl DeSaulniers
luck! Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Aug 25, 2014, at 10:44 PM, John R. Sweeney Jr. jr.swee...@comcast.net wrote: Howdy all, Well my client wants to pull 20 latest feeds from their Twitter, Instagram and Pinterest. I’ve already found out that Twitter

Re: [Flashcoders] Pulling data from social media

2014-08-26 Thread Karl DeSaulniers
Ah ok. I see. In that case, here you go. Next best thing. http://snipplr.com/view/56283/as3-load-and-access-json-data-example/ Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Aug 26, 2014, at 1:51 AM, John R. Sweeney Jr. jr.swee...@comcast.net wrote: Hi Karl, Thank you

Re: [Flashcoders] Pulling data from social media

2014-08-26 Thread Karl DeSaulniers
Sorry, I'm not more help. If I didn't have to get this project out by the morning I would. Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Aug 26, 2014, at 2:23 AM, Karl DeSaulniers k...@designdrumm.com wrote: Ah ok. I see. In that case, here you go. Next best thing. http

Re: [Flashcoders] getting data from outside servers

2014-08-11 Thread Karl DeSaulniers
Edit the swf to look for a relative path to find its XML. Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Aug 11, 2014, at 9:54 AM, Ted Lehr t...@qvine.com wrote: So it seems Flash by default does not allow a movie to get data (say xml) from another server. So if I have

Re: [Flashcoders] Html coding: video for iPad and Flash on one page

2014-07-29 Thread Karl DeSaulniers
here because the code was working for me. Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Jul 29, 2014, at 10:54 AM, natalia Vikhtinskaya natavi.m...@gmail.com wrote: Unfortunately that new code still does not show video on iPad. * I noticed that / is missed in source tag

Re: [Flashcoders] Html coding: video for iPad and Flash on one page

2014-07-28 Thread Karl DeSaulniers
/mac/documentation/QuickTime/Conceptual/QTScripting_HTML/QTScripting_HTML_Document/ScriptingHTML.html#//apple_ref/doc/uid/TP40001525-2-ApplicationsandExamples HTH, Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Jul 27, 2014, at 12:26 PM, Henrik Andersson he...@henke37.cjb.net

Re: [Flashcoders] Html coding: video for iPad and Flash on one page

2014-07-27 Thread Karl DeSaulniers
'; } document.getElementById(video_player).innerHTML = videoCode; } /script /head body div id=video_player/div script type=text/javascript loadVideo(); /script /body /html Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Jul 27, 2014, at 12:26 PM, Henrik Andersson he...@henke37.cjb.net

Re: [Flashcoders] Html coding: video for iPad and Flash on one page

2014-07-25 Thread Karl DeSaulniers
% height=100% embed src=jack_giant.swf width=100% height=100% /object /video [Source] http://www.w3schools.com/html/html_videos.asp You'll have to work it into what your doing. I think someone earlier mentioned this though. HTH, Karl DeSaulniers Design Drumm http://designdrumm.com On Jul 22

Re: [Flashcoders] Html coding: video for iPad and Flash on one page

2014-07-25 Thread Karl DeSaulniers
. If the video tag doesn't fire, then the object is still there. Well, in theory anyway. Worth a test I'd say. Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Jul 25, 2014, at 5:06 AM, Henrik Andersson he...@henke37.cjb.net wrote: You got the priorities wrong. He wants to use Flash

Re: [Flashcoders] Html coding: video for iPad and Flash on one page

2014-07-25 Thread Karl DeSaulniers
=jack_giant.ogg type=video/ogg source src=jack_giant.webm type=video/webm /video Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Jul 25, 2014, at 5:15 AM, Karl DeSaulniers k...@designdrumm.com wrote: Ah, in that case switch it. video width=100% height=100% controls object data

Re: [Flashcoders] Html coding: video for iPad and Flash on one page

2014-07-22 Thread Karl DeSaulniers
. The same video iPad does not play. Where can be problem? 2014-07-22 4:44 GMT+04:00 Karl DeSaulniers k...@designdrumm.com: Here is what I use, it's simple and works like a charm for me. script type=text/javascript var nAgt = navigator.userAgent; var isMobile = { Android: function

Re: [Flashcoders] Html coding: video for iPad and Flash on one page

2014-07-21 Thread Karl DeSaulniers
the old skool flash fallback for that and a link to the html 5 page in there as well so if they know they have a html5 compatible desktop browser, they can just click that if they don't what to install flash per se. HTH. Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Jul 21

Re: [Flashcoders] Expandable Flash Banners

2014-03-17 Thread Karl DeSaulniers
Thanks everyone who commented. I got them done and they are working well. Client loves them. Now we will see if the code I wrote will work for the hosting company. Thanks again for the advice! Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Mar 16, 2014, at 8:13 AM, Paul A. p

[Flashcoders] Expandable Flash Banners

2014-03-15 Thread Karl DeSaulniers
Can anyone point me in the right direction for expandable banners? To be honest I am looking for an example or some script I can just use, but would take tut or doc links as well. Expandable banners with inset video to be exact. Also, correct me if I am wrong, but doesn't Javascript handle the

Re: [Flashcoders] Expandable Flash Banners

2014-03-15 Thread Karl DeSaulniers
Persson ro...@radiergum.com wrote: Hi Karl, Don't know if this is the case for you but if your banner is to be hosted by a network like Google Ads or AdForm they will have some specific code you need to use for the expanding to work. Best regards /roger Karl DeSaulniers skrev 2014

Re: [Flashcoders] IOS Flash question

2013-05-28 Thread Karl DeSaulniers
I have emailed with attachments, but it involved a PHP file that put the email together and attached the file as base64 then sent it on its way. Might be a good approach for you as well. Then you can just have your iOS app send just a form request. PDF attachments can get tricky though.

Re: [Flashcoders] AS3 finally..

2013-05-26 Thread Karl DeSaulniers
= + info.type); } } Best, Karl DeSaulniers Design Drumm http://designdrumm.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] AS3 finally..

2013-05-26 Thread Karl DeSaulniers
well most and in a few occasions a custom namespace was required. good luck :) On Sun, May 26, 2013 at 6:58 AM, Karl DeSaulniers k...@designdrumm.comwrote: Ok, I am understanding things a little better I believe. Quick question to solidify some knowledge. In reference to my question about

Re: [Flashcoders] AS3 finally..

2013-05-21 Thread Karl DeSaulniers
. Not that Moock doesn't deserve full-price for this invaluable resource of course! And whatever you pay, it's simply required reading if you're serious about AS3. .m On Mon, May 20, 2013 at 11:57 PM, Karl DeSaulniers k...@designdrumm.com wrote: Thank you John. Yes, I have already

Re: [Flashcoders] AS3 finally..

2013-05-21 Thread Karl DeSaulniers
PRODUCTIONS web design // animation // illustration uk: +44 7876 652 643 e: ma...@mularam.com w: www.mularam.com -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Karl DeSaulniers Sent: 21 May 2013

Re: [Flashcoders] AS3 finally..

2013-05-21 Thread Karl DeSaulniers
This is very interesting to me. I don't know how that all works in a real-case scenario yet, but I will. ;) When I get into design patterns I think I may revisit this post. Thanks Kevin. Best, Karl DeSaulniers Design Drumm http://designdrumm.com On May 21, 2013, at 5:51 PM, Kevin Newman

Re: [Flashcoders] AS3 finally..

2013-05-21 Thread Karl DeSaulniers
Again, I am shown the great generosity of this list. Much thanks Marco. Best, Karl DeSaulniers Design Drumm http://designdrumm.com On May 21, 2013, at 2:12 PM, Karl DeSaulniers wrote: Thanks Marco. Got your email. Will check it when I get home tonight. Best, Karl Sent from

Re: [Flashcoders] AS3 finally..

2013-05-20 Thread Karl DeSaulniers
Quick two part question. One: why doesn't ActionScript 3 allow private classes? Two: why is writing public class a best practice if private class does not exist? I could not find an explination in the books I am studying so I thought I'd ask here. TIA. Best, Karl DeSaulniers Design Drumm

Re: [Flashcoders] AS3 finally..

2013-05-20 Thread Karl DeSaulniers
Thank you John. Yes, I have already watched some really good tuts on gotoandlearn and plan to watch more when I start working on my project. My book is from lynda.com too. Going to invest in Moocks book as suggested earlier as well. Just need to gen some funds. :) Karl DeSaulniers Design

Re: [Flashcoders] AS3 finally..

2013-05-20 Thread Karl DeSaulniers
Thank you Ktu. That is what I was looking for. Much thanks, Best, Karl DeSaulniers Design Drumm http://designdrumm.com On May 20, 2013, at 10:58 PM, Ktu wrote: you can have public class, internal class (limited to package), and you can make pseudo private classes by declaring a class

Re: [Flashcoders] AS3 finally..

2013-05-19 Thread Karl DeSaulniers
In place of void? so like... function someFunc():Number { //return a number } function someFunc():String { //return a string } Karl DeSaulniers Design Drumm http://designdrumm.com On May 19, 2013, at 12:26 AM, John R. Sweeney Jr. wrote: Void was AS2 and wasn't really

[Flashcoders] AS3 finally..

2013-05-18 Thread Karl DeSaulniers
. Hopefully my being a newbie and asking questions right now will fervor some lost zeal in some people and they will want to help me. :) (fingers crossed) Best, Karl DeSaulniers Design Drumm http://designdrumm.com ___ Flashcoders mailing list

Re: [Flashcoders] AS2: SWF Decompiler Recommendations

2013-05-17 Thread Karl DeSaulniers
+1 Karl DeSaulniers Design Drumm http://designdrumm.com On May 17, 2013, at 4:34 PM, Rick Hassen wrote: I used Trillix a few years ago with AS3 and was impressed with it. Everything was there just like a normal flash file. http://www.flash-decompiler.com/ From: ross.sclaf

Re: [Flashcoders] Stolen Laptop: Adobe Support Laughable

2013-05-15 Thread Karl DeSaulniers
Which do you need? Mac or PC? I think I may still have a CS4 DMG for powerMac (pre Intel). Best, Karl DeSaulniers Design Drumm http://designdrumm.com On May 15, 2013, at 1:22 AM, Cédric Muller wrote: Yep :( But the Cloud thing is quite interesting (I would consider the upgrade

Re: [Flashcoders] Adobe Flash future

2013-05-14 Thread Karl DeSaulniers
and they caught up. So now join the pack and take it to the next level. That's what Flash is/was about... t! he next level. 2¢ Best, Karl DeSaulniers Design Drumm http://designdrumm.com On May 14, 2013, at 4:55 AM, David Hunter wrote: I think the fact that this list is pretty inactive says

Re: [Flashcoders] loadvar call to asp fail

2013-01-29 Thread Karl DeSaulniers
Well remember. It could be your users connection, computer or browser that isn't working properly also. Do you have error checks where the data is being send and received? When the database is read, updated? Or when a certain part of the page loads? You can block entry yourself notifying the

Re: [Flashcoders] 3D engine for dynamic text

2013-01-28 Thread Karl DeSaulniers
. Claudio M. E. Bastos Iorio http://www.blumersolutions.com -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Karl DeSaulniers Sent: Monday, January 14, 2013 11:51 PM To: Flash Coders List Subject: Re: [Flashcoders

Re: [Flashcoders] 3D engine for dynamic text

2013-01-14 Thread Karl DeSaulniers
the learning curve will not bury me. Thanks, Randy Tinfow IMAGE PLANT ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Karl DeSaulniers Design Drumm http://designdrumm.com

Re: [Flashcoders] pull in html section to Flash

2012-11-21 Thread Karl DeSaulniers
access to the database? I suppose that can not be done directly from flash. And how to manage that dynamically with new url each time? 2012/11/21 Karl DeSaulniers k...@designdrumm.com: Hi Natalia, Yes you can, but it is the most basic of html. No DIVs for example. From the link you provided

Re: [Flashcoders] pull in html section to Flash

2012-11-20 Thread Karl DeSaulniers
Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Karl DeSaulniers Design Drumm http://designdrumm.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo

Re: [Flashcoders] Game physics programming needed.

2012-10-28 Thread Karl DeSaulniers
___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Karl DeSaulniers Design Drumm http://designdrumm.com ___ Flashcoders mailing list Flashcoders

Re: [Flashcoders] AS3

2012-10-26 Thread Karl DeSaulniers
check out some of the links posted on this thread. Good luck to all making the transition! David On 25 October 2012 20:23, Karl DeSaulniers k...@designdrumm.com wrote: jQuery I think you will find is a very friendly language. Once you get into jQuery UI and jQuery animation, I think

Re: [Flashcoders] AS3

2012-10-25 Thread Karl DeSaulniers
. Thanks again people... YOU ROCK! Best Karl On Oct 24, 2012, at 5:43 PM, Karl DeSaulniers wrote: That didn't fix my problem. :( I got all excited too.. lol Karl On Oct 24, 2012, at 5:38 PM, Karl DeSaulniers wrote: I did start with a AS2 FLA and switched to AS3. So your saying the IDE does

Re: [Flashcoders] AS3

2012-10-25 Thread Karl DeSaulniers
, 2012, at 3:15 AM, Paul A. wrote: No worries - we've all been there. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Karl DeSaulniers Design Drumm http://designdrumm.com

Re: [Flashcoders] AS3

2012-10-25 Thread Karl DeSaulniers
Merrill Instructional Technology Architect II Bank of America Global Learning 703.302.9265 (w/h) ___ -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com ] On Behalf Of Karl DeSaulniers Sent: Thursday

[Flashcoders] AS3

2012-10-24 Thread Karl DeSaulniers
is just so much more simple... sigh* TIA, Karl DeSaulniers Design Drumm http://designdrumm.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] AS3

2012-10-24 Thread Karl DeSaulniers
); }); scuba_btn.addEventListener(MouseEvent.CLICK, function() { gotoAndStop(scubadudes); }); divers_btn.addEventListener(MouseEvent.ROLL_OVER, function() { divers_btn.gotoAndStop(OVER);}); .. Paul On 24/10/2012 12:39, Karl DeSaulniers wrote: Hello All, Long time. If your available at the moment, I could

Re: [Flashcoders] AS3

2012-10-24 Thread Karl DeSaulniers
() { divers_btn.gotoAndStop(OVER);}); .. Paul On 24/10/2012 12:39, Karl DeSaulniers wrote: Hello All, Long time. If your available at the moment, I could use your help with some AS3. I finally got an AS3 job! Yay! But I am stuck on the most simple of things. All I am trying to do is make some

Re: [Flashcoders] AS3

2012-10-24 Thread Karl DeSaulniers
(MouseEvent.CLICK, function() { gotoAndStop(divinedivers); }); scuba_btn.addEventListener(MouseEvent.CLICK, function() { gotoAndStop(scubadudes); }); divers_btn.addEventListener(MouseEvent.ROLL_OVER, function() { divers_btn.gotoAndStop(OVER);}); .. Paul On 24/10/2012 12:39, Karl DeSaulniers wrote

Re: [Flashcoders] AS3

2012-10-24 Thread Karl DeSaulniers
difficult for something so simple?? What the heck am I doing wrong??? Also, how do you use just a button instead of a mc? I tried using just a button and it wouldn't even switch to the over state that is inside the button!!? AS2 is just so much more simple... sigh* TIA, Karl DeSaulniers

Re: [Flashcoders] AS3

2012-10-24 Thread Karl DeSaulniers
suggest mailing a FLA to eachother. regards Cor Karl DeSaulniers k...@designdrumm.com schreef: Hello All, Long time. If your available at the moment, I could use your help with some AS3. I finally got an AS3 job! Yay! But I am stuck on the most simple of things. All I am trying to do is make

Re: [Flashcoders] AS3

2012-10-24 Thread Karl DeSaulniers
and pick up actionscript 3 essentials and actionscript 3 cookbook. Doesn't take too long to get through them and saves you a lot and a lt of frustration :) hth jc On 24-10-2012 21:49, Karl DeSaulniers wrote: OH? What is the best coding standards way? I used an annon function because

Re: [Flashcoders] AS3

2012-10-24 Thread Karl DeSaulniers
this is getting more complicated than its worth real fast. But I would do myself a favor and pick up actionscript 3 essentials and actionscript 3 cookbook. Doesn't take too long to get through them and saves you a lot and a lt of frustration :) hth jc On 24-10-2012 21:49, Karl DeSaulniers

Re: [Flashcoders] AS3

2012-10-24 Thread Karl DeSaulniers
computer fans start freaking out because of unremoved listeners. lol Best, Karl On Oct 24, 2012, at 3:11 PM, Henrik Andersson wrote: Karl DeSaulniers skriver: Thank you Cor! The buttons are MCs placed on the stage. At first they were Buttons, but when they wouldn't change even the states

Re: [Flashcoders] AS3

2012-10-24 Thread Karl DeSaulniers
That kinda made sense. Will have to read about 5 more times though.. lol :P thanks Henrik. Time to go vote. I will be back later to see if I can pull an elephant out my WHOO HOO. Best, Karl On Oct 24, 2012, at 3:32 PM, Henrik Andersson wrote: Karl DeSaulniers skriver: Thanks Henrik

Re: [Flashcoders] AS3

2012-10-24 Thread Karl DeSaulniers
not, because the actions and the button are inside Scene2MC I may just have to pass on this job. I cant even get buttons to work.. lol Best, Karl On Oct 24, 2012, at 3:13 PM, Karl DeSaulniers wrote: So will this work? divers_btn.addEventListener(MouseEvent.ROLL_OVER, function

Re: [Flashcoders] AS3

2012-10-24 Thread Karl DeSaulniers
on the block, afterall... On Oct 24, 2012, at 3:45 PM, Karl DeSaulniers k...@designdrumm.com wrote: Your not the only one who has said that about AS2.. lol I know nothing about any AS3 classes. Frankly they confuse me with the whole extend and static and public and aa! Makes my brain

Re: [Flashcoders] AS3

2012-10-24 Thread Karl DeSaulniers
a useful error number with it. Good luck! Kevin N. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Karl DeSaulniers Design Drumm http://designdrumm.com

Re: [Flashcoders] AS3

2012-10-24 Thread Karl DeSaulniers
That didn't fix my problem. :( I got all excited too.. lol Karl On Oct 24, 2012, at 5:38 PM, Karl DeSaulniers wrote: I did start with a AS2 FLA and switched to AS3. So your saying the IDE does not add the appropriate stuff when you just convert? WTF! Good to know Kevin. Thanks Best

Re: [Flashcoders] Actionscript lives on.

2012-09-18 Thread Karl DeSaulniers
Flash is not dead. It's hibernating. I for one don't see why everyone went with Apples view. Flash works on almost all other phone devices doesn't it? I do agree with Jobs, that flash pieces (not Flash itself) can be an inferior product, but this I believe was a problem that lay in the flash

Re: [Flashcoders] Actionscript lives on.

2012-09-18 Thread Karl DeSaulniers
.. Karl PS: I don't think the original topic was vectors anyway, so your good. :) On Sep 18, 2012, at 5:26 AM, Cédric Muller wrote: Karl DeSaulniers wrote : Flash is not dead. It's hibernating. . With SOME of the fault in the way flash handles things. Adobe was a little confusing

Re: [Flashcoders] Actionscript lives on.

2012-09-18 Thread Karl DeSaulniers
is never going to try and make Flash compete with javascript as a DOM manipulator. Adobe is going to concentrate on markets where flash has an advantage. Paul On 18/09/2012 11:35, Karl DeSaulniers wrote: I personally think that if Flash wants to compete with the likes of HTML 5 and jQuery

Re: [Flashcoders] Actionscript lives on.

2012-09-18 Thread Karl DeSaulniers
Unfortunately the problem is pixels themselves. With higher res screens the desire for clean imagery is greater. So with pixels, they have to be set at there largest size at 72 DPI. So this means with zoomed material you have to have multiple images set at their largest size per device

Re: [Flashcoders] HTML in Datagrid component

2012-08-08 Thread Karl DeSaulniers
Ooh Sry, brain fart.. :P Try this.. function stringToMysqlFormat($original_input) { //for inserting the data INTO mysql $my_string = html_entities(mysql_real_escape_string($original_input)); return $my_string; } function mysqlToHTMLFormat($encoded) {

Re: [Flashcoders] HTML in Datagrid component

2012-08-08 Thread Karl DeSaulniers
; } Best regards, Cor -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Karl DeSaulniers Sent: woensdag 8 augustus 2012 9:02 To: Flash Coders List Subject: Re: [Flashcoders] HTML in Datagrid component Ooh Sry

Re: [Flashcoders] HTML in Datagrid component

2012-08-08 Thread Karl DeSaulniers
and never have to worry about wath the fieldnames are. So when Flash reads a project it send a URLVariable to PHP: Karl DeSaulniers Design Drumm http://designdrumm.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

Re: [Flashcoders] HTML in Datagrid component

2012-08-08 Thread Karl DeSaulniers
, Cor -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Karl DeSaulniers Sent: woensdag 8 augustus 2012 11:12 To: Flash Coders List Subject: Re: [Flashcoders] HTML in Datagrid component Hey Cor, One thing I

Re: [Flashcoders] HTML in Datagrid component

2012-08-07 Thread Karl DeSaulniers
$string; } function mysqlToHTMLFormat($encoded) { //for displaying the data FROM mysql $html = htmlspecialchars(urldecode($encoded)); return $html; } Karl DeSaulniers Design Drumm http://designdrumm.com

Re: [Flashcoders] HTML in Datagrid component

2012-08-06 Thread Karl DeSaulniers
___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Karl DeSaulniers Design Drumm http://designdrumm.com ___ Flashcoders mailing list Flashcoders

Re: [Flashcoders] HTML in Datagrid component

2012-08-06 Thread Karl DeSaulniers
...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Karl DeSaulniers Sent: maandag 6 augustus 2012 22:02 To: Flash Coders List Subject: Re: [Flashcoders] HTML in Datagrid component Can you post what some data looks like before you put it into mysql? On Aug 6, 2012, at 8

Re: [Flashcoders] HTML in Datagrid component

2012-08-06 Thread Karl DeSaulniers
($encoded) { //for displaying the data FROM mysql $html = htmlspecialchars($encoded); return $html; } On Aug 6, 2012, at 6:15 PM, Karl DeSaulniers wrote: Yes and no. That is your SQL insert statement, which is good to know, but I was referring to the value

Re: [Flashcoders] Fonts taking up too much space

2012-06-27 Thread Karl DeSaulniers
N. On 6/26/2012 4:59 PM, Tristan wrote: I did not embed any fonts but the numerals and period for the input box. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Karl

Re: [Flashcoders] Fonts taking up too much space

2012-06-27 Thread Karl DeSaulniers
Ah that's right! Well there you go. Best, Karl On Jun 27, 2012, at 3:59 PM, Don Talcott wrote: No need to outline in Illustrator. In Flash, select the text, go to Modify/Break Apart. Do this twice, and you will have outline of text. On Jun 27, 2012, at 4:42 PM, Karl DeSaulniers wrote

Re: [Flashcoders] Fonts taking up too much space

2012-06-27 Thread Karl DeSaulniers
Just remember if its fonts on top of fonts, break each layer separately and then merge. Otherwise your bottom font may be cropped by the top fonts bounding box. Best, Karl On Jun 27, 2012, at 4:34 PM, Karl DeSaulniers wrote: Ah that's right! Well there you go. Best, Karl On Jun 27

Re: [Flashcoders] Loader Mouse Event

2012-06-11 Thread Karl DeSaulniers
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Karl DeSaulniers Design Drumm http://designdrumm.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Converting a flash game to facebook app

2012-06-01 Thread Karl DeSaulniers
://chattyfig.figleaf.com/mailman/listinfo/flashcoders Karl DeSaulniers Design Drumm http://designdrumm.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Catfish adverts

2012-05-24 Thread Karl DeSaulniers
functionality. Thanks, Paul ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Karl DeSaulniers Design Drumm http://designdrumm.com

Re: [Flashcoders] Catfish adverts

2012-05-24 Thread Karl DeSaulniers
___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Karl DeSaulniers Design Drumm http://designdrumm.com ___ Flashcoders mailing list Flashcoders

Re: [Flashcoders] Get Timezone City?

2012-05-17 Thread Karl DeSaulniers
on how to detect what city they have set in their system preferences or some other way to detect what city they are in. IP address? Thanks, David On 17 May 2012 00:37, Karl DeSaulniers k...@designdrumm.com wrote: You could use PHPs date function. http://us.php.net/manual/en

Re: [Flashcoders] Get Timezone City?

2012-05-17 Thread Karl DeSaulniers
. But that's my experience. Someone may have a solution I'm not aware of. Best, Karl Sent from losPhone On May 17, 2012, at 6:48 AM, Karl DeSaulniers k...@designdrumm.com wrote: That's what this code does. Gets the timezone like CST or America/Chicago for example based on local settings

Re: [Flashcoders] Get Timezone City?

2012-05-16 Thread Karl DeSaulniers
___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Karl DeSaulniers Design Drumm http://designdrumm.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

Re: [Flashcoders] Accessing FlashVars

2012-04-30 Thread Karl DeSaulniers
/ /a !--[if !IE]-- /object !--![endif]-- /object ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Karl DeSaulniers Design Drumm http

Re: [Flashcoders] Accessing FlashVars

2012-04-30 Thread Karl DeSaulniers
Found here : http://www.permadi.com/tutorial/flashVars/indexAs3.html Best, Karl On May 1, 2012, at 12:12 AM, Karl DeSaulniers wrote: Something like this? object ... param name=FlashVars value=appURL= testappURL2=hello ... embed ... FlashVars=appURL= testappURL2=hello ... / /object

Re: [Flashcoders] Accessing FlashVars

2012-04-30 Thread Karl DeSaulniers
I think in your code, var flashVars:Object; should be.. var flashVars:Object = new Object; ..and your just missing, var appURL=flashVars.appURL; HTH, Best, Karl On May 1, 2012, at 12:12 AM, Karl DeSaulniers wrote: Something like this? object ... param name=FlashVars value=appURL

Re: [Flashcoders] Accessing FlashVars

2012-04-30 Thread Karl DeSaulniers
. Thanks, Karl. Cordially, Kerry Thompson On Tue, May 1, 2012 at 1:12 AM, Karl DeSaulniers k...@designdrumm.comwrote: Something like this? object ... param name=FlashVars value=appURL= testappURL2=hello ... embed ... FlashVars=appURL= testappURL2=hello ... / /object FLASH --- function

Re: [Flashcoders] AIR and external mp3's

2012-03-14 Thread Karl DeSaulniers
___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Karl DeSaulniers Design Drumm http://designdrumm.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

Re: [Flashcoders] AIR Screensaver?

2012-03-13 Thread Karl DeSaulniers
on this computer. I'm on OS X version 10.6.8 . Similar message if I try just an swf not a projector. It's in the same folder as the ones I made in Quartz Composer, and they work fine. On 13 March 2012 01:30, Karl DeSaulniers k...@designdrumm.com wrote: /Library/Screen Savers (for all users

Re: [Flashcoders] AIR Screensaver?

2012-03-13 Thread Karl DeSaulniers
Or try these.. http://www.flashsaver.org/en/ http://www.video-flash.de/swf-screensaver-for-mac/ HTH, Karl On Mar 13, 2012, at 5:28 AM, Karl DeSaulniers wrote: Here you go... http://www.instantstorm.com/ Best, Karl On Mar 13, 2012, at 3:17 AM, David Hunter wrote: Hmmm changing

Re: [Flashcoders] AIR Screensaver?

2012-03-13 Thread Karl DeSaulniers
wrote: Thanks Karl that last one looks like it could be the ticket. Will give it a go later and post how successful it is. Best, David On 13 March 2012 10:55, Karl DeSaulniers k...@designdrumm.com wrote: Or try these.. http://www.flashsaver.org/en/ http://www.video-flash.de/swf

Re: [Flashcoders] AIR Screensaver?

2012-03-13 Thread Karl DeSaulniers
...@davidhunterdesign.com wrote: Nice one! got it working. Not sure if that will be acceptable to the client but the upshot is that I can make a wicked screensaver for myself in Flash. Thanks Karl, David On 13 March 2012 23:13, Karl DeSaulniers k...@designdrumm.com wrote: Because OSX

Re: [Flashcoders] AIR Screensaver?

2012-03-13 Thread Karl DeSaulniers
the reigns. Karl On Mar 13, 2012, at 7:29 PM, David Hunter wrote: Nice one! got it working. Not sure if that will be acceptable to the client but the upshot is that I can make a wicked screensaver for myself in Flash. Thanks Karl, David On 13 March 2012 23:13, Karl DeSaulniers k

Re: [Flashcoders] AIR Screensaver?

2012-03-13 Thread Karl DeSaulniers
system preferences in 32-bit mode. can i recompile the .screensaver file in 64-bit ? On 14 March 2012 00:45, Karl DeSaulniers k...@designdrumm.com wrote: Not sure what you mean. It asks you to update the screensaver file? Did you make it 64bit? Karl On Mar 13, 2012, at 7:32 PM, David Hunter

Re: [Flashcoders] AIR Screensaver?

2012-03-13 Thread Karl DeSaulniers
, Karl DeSaulniers wrote: Just provide a 64bit and 32bit version to the client. They always love choices... :) ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Karl DeSaulniers

Re: [Flashcoders] AIR Screensaver?

2012-03-13 Thread Karl DeSaulniers
13, 2012, at 10:22 PM, John R. Sweeney Jr. wrote: I didn't think you could make a 64- projector from Flash. Thanks, John John R. Sweeney Jr. Senior Interactive Multimedia Developer OnDemand Interactive Inc Hoffman Estates, IL 60169 On Mar 13, 2012, at 8:33 PM, Karl DeSaulniers wrote: Here

Re: [Flashcoders] AIR Screensaver?

2012-03-12 Thread Karl DeSaulniers
: Make a projector that automatically enters fullscreen at start and exits at input. Then rename it to *.scr, done. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Karl DeSaulniers

Re: [Flashcoders] MVC - ScreenManager

2012-03-08 Thread Karl DeSaulniers
://chattyfig.figleaf.com/mailman/listinfo/flashcoders Karl DeSaulniers Design Drumm http://designdrumm.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] MVC style Correction

2012-03-07 Thread Karl DeSaulniers
@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Karl DeSaulniers Design Drumm http://designdrumm.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] MVC style Correction

2012-03-07 Thread Karl DeSaulniers
- whichever fits their need. For instance PureMVC and RobotLegs use Mediators: http://puremvc.org/component/option,com_wrapper/Itemid,34/ http://www.robotlegs.org/diagram/ regards, Muzak - Original Message - From: Karl DeSaulniers k...@designdrumm.com To: Flash Coders List

Re: [Flashcoders] MVC style Correction

2012-03-06 Thread Karl DeSaulniers
examples are crude or wrong. I have no stance to say such. Just a heart felt feeling I have that amongst the confusion of how its done correctly, there is a simplistic solution that everyone may be overlooking. That NEO if you will. On Mar 5, 2012, at 6:05 PM, Karl DeSaulniers wrote: Thanks

Re: [Flashcoders] MVC style Correction

2012-03-06 Thread Karl DeSaulniers
...@chattyfig.figleaf.com] On Behalf Of Karl DeSaulniers Sent: maandag 27 februari 2012 11:19 To: Flash Coders List Subject: Re: [Flashcoders] MVC style Correction That actually makes a lot of sense to me and I haven't written one MVC yet. Thanks for the break-down! In relation to what Henrik said

Re: [Flashcoders] MVC style Correction

2012-03-06 Thread Karl DeSaulniers
! -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Karl DeSaulniers Sent: dinsdag 6 maart 2012 11:08 To: Flash Coders List Subject: Re: [Flashcoders] MVC style Correction Forgive me if I am wrong, but I watched

  1   2   3   4   5   6   7   8   9   >