Re: [Flashcoders] Catfish adverts

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

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@chattyfig.figleaf.com http://chattyfig.

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

2012-06-01 Thread Karl DeSaulniers
t Flashcoders@chattyfig.figleaf.**com > http://chattyfig.figleaf.com/**mailman/listinfo/flashcoders<http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman

Re: [Flashcoders] Loader Mouse Event

2012-06-11 Thread Karl DeSaulniers
fig.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] Fonts taking up too much space

2012-06-27 Thread Karl DeSaulniers
#x27;s a couple of KB. Kevin 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/mailm

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

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 J

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
ember 2011', '19', '14', '', ''); -Original Message- From: flashcoders-boun...@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: [Fl

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 of

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-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
ot; . $key . ">" . htmlspecialchars(stripslashes($value), ENT_QUOTES, "UTF-8") . "$key . ">\n"; } $xmlOutput .= "\t\n"; } $xmlOutput.=""; //sluit de root tag

Re: [Flashcoders] HTML in Datagrid component

2012-08-08 Thread Karl DeSaulniers
e 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...@chattyfig.figle

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 pr

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 confusi

Re: [Flashcoders] Actionscript lives on.

2012-09-18 Thread Karl DeSaulniers
ble. Adobe 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

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 otherwise

[Flashcoders] AS3

2012-10-24 Thread Karl DeSaulniers
that is inside the button!!? AS2 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
ivers"); }); 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 y

Re: [Flashcoders] AS3

2012-10-24 Thread Karl DeSaulniers
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 use your help with some AS3. I finally got an AS3 job! Yay! But I am stuck on the most simple of thi

Re: [Flashcoders] AS3

2012-10-24 Thread Karl DeSaulniers
ntListener(MouseEvent.CLICK, function() { gotoAndStop("divinedivers"); }); scuba_btn.addEventListener(MouseEvent.CLICK, function() { gotoAndStop("scubadudes"); }); divers_btn.addEventListener(MouseEvent.ROLL_OVER, function() { divers_btn.gotoAndStop("OVER");}); .. Pau

Re: [Flashcoders] AS3

2012-10-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@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] AS3

2012-10-24 Thread Karl DeSaulniers
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 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

Re: [Flashcoders] AS3

2012-10-24 Thread Karl DeSaulniers
lf 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 wrote: OH? What is the best coding stan

Re: [Flashcoders] AS3

2012-10-24 Thread Karl DeSaulniers
ggle this button MC frame } Why does AS3 have to make things so 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

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 s

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
ton1_btn.addListener(... I thought 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.addEventList

Re: [Flashcoders] AS3

2012-10-24 Thread Karl DeSaulniers
ck on the block, afterall... On Oct 24, 2012, at 3:45 PM, Karl DeSaulniers 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 hurt just thi

Re: [Flashcoders] AS3

2012-10-24 Thread Karl DeSaulniers
error, you'll actually get 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

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

Re: [Flashcoders] AS3

2012-10-25 Thread Karl DeSaulniers
logize. 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 I

Re: [Flashcoders] AS3

2012-10-25 Thread Karl DeSaulniers
On Oct 25, 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://

Re: [Flashcoders] AS3

2012-10-25 Thread Karl DeSaulniers
s. Jason 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

Re: [Flashcoders] AS3

2012-10-26 Thread Karl DeSaulniers
ded a lot of un-chargeable time. But in the long run I'm sure we will all adjust. I'd really like to learn to approach javascript from a class-based approach, so I must check out some of the links posted on this thread. Good luck to all making the transition! David On 25 October 2

Re: [Flashcoders] Game physics programming needed.

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

Re: [Flashcoders] pull in html section to Flash

2012-11-20 Thread Karl DeSaulniers
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://chattyfig.figleaf.com/mailman/lis

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 : Hi Natalia, Yes you can, but it is the most basic of html. No DIVs for example. From the link you provided, that html would

Re: [Flashcoders] 3D engine for dynamic text

2013-01-14 Thread Karl DeSaulniers
a3D? Hopefully 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://

Re: [Flashcoders] 3D engine for dynamic text

2013-01-28 Thread Karl DeSaulniers
g curve as well. 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: R

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 use

Re: [Flashcoders] Adobe Flash future

2013-05-14 Thread Karl DeSaulniers
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

Re: [Flashcoders] Stolen Laptop: Adobe "Support" Laughable

2013-05-14 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 th

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

[Flashcoders] AS3 finally..

2013-05-18 Thread Karl DeSaulniers
r directly, please, be my guest. If you want to send me somewhere to learn, by all means. I'll take what I can get. 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 DeSaulnier

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'

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. Be

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 cl

Re: [Flashcoders] AS3 finally..

2013-05-21 Thread Karl DeSaulniers
> probably score it for $10 or something. >> >> 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 >> >&

Re: [Flashcoders] AS3 finally..

2013-05-21 Thread Karl DeSaulniers
rrinoni - Director > MULARAM 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.c

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 N

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

Re: [Flashcoders] AS3 finally..

2013-05-26 Thread Karl DeSaulniers
} public function onCuePoint(info:Object):void { trace("cuepoint: time=" + info.time + " name=" + info.name + " type=" + 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
> in my experience, i have yet to feel the need for a pseudo 'private' class. > the internal namespace serves me 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 wrote:

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. Sometime

[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
M, Roger Persson 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 >

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

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

2014-07-21 Thread Karl DeSaulniers
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] Html coding: video for iPad and Flash on one page

2014-07-22 Thread Karl DeSaulniers
-flash" pluginspage=" >> http://www.macromedia.com/go/getflashplayer"; /> >> >> >> >> >> if ((navigator.userAgent.match(/iPad/i) != null) || >> (navigator.userAgent.match(/iPhone/i) != null) || >> (navigator.userAgen

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

2014-07-25 Thread Karl DeSaulniers
Hi Natalia, Looks like this is your best solution and doesn't involve any javascript. [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 De

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

2014-07-25 Thread Karl DeSaulniers
f the tag doesn't fire, then the 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 wrote: > You got the priorities wrong. He wants to use Flash if possible,

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

2014-07-25 Thread Karl DeSaulniers
Actually, if you want just flash to play first, then I think it would be set like this. Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Jul 25, 2014, at 5:15 AM, Karl DeSaulniers wrote: > Ah, in that case switch it. > > > > > > >

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

2014-07-27 Thread Karl DeSaulniers
t;scale" value="noscale" />\n'+ ' <param name="align" value="mc" />\n'+ ' <param name="salign" value="mc" />\n'+ ' <embed src="jack_giant.swf"

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

2014-07-28 Thread Karl DeSaulniers
27; + 'bgcolor="#fdef96" width="100%" height="100%" '+ 'quality="high"' + 'scale="noscale"' + 'name="jack_giant"' +

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

2014-07-29 Thread Karl DeSaulniers
osted 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 wrote: > Unfortunately that new code still does not show video on iPad. > * I noticed that "/" is missed in source ta

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" wrote: > So it seems Flash by default does not allow a movie to get data (say xml) > from another server. So if I

Re: [Flashcoders] Pulling data from social media

2014-08-25 Thread Karl DeSaulniers
does the trick. Good luck! Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Aug 25, 2014, at 10:44 PM, "John R. Sweeney Jr." wrote: > Howdy all, > > Well my client wants to pull 20 latest feeds from their Twitter, Instagram > and Pinterest. I’ve already foun

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." 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 wrote: > Ah ok. I see. In that case, here you go. Next best thing. > >

[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://designdrum

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" > wrote: > > Well that's great it's going well for you. I pe

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 becau

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 wrote: >> I thin

<    4   5   6   7   8   9