Christian Nunciato

5,417
Reputation
871 views

Registered User

Name Christian Nunciato
Member for 1 year
Seen yesterday
Website
Location Seattle, WA
Age 37
Software developer @ RealNetworks working mainly on video-related stuff. I actually spend much of my time coding in ActionScript for Flex and AIR, though the majority of my career's been focused on building Web apps and systems in various domains using everything from Tcl to C#.

I'm @cnunciato on Twitter.
1d
comment JavaScript/CSS vs. Silverlight vs. Flex
Indeed, I agree.
Nov
18
comment Silverlight vs Flex
In point of fact, Flash does not come bundled with IE, FF or Chrome.
Nov
17
answered C# get thumbnail from file via windows api
Nov
17
awarded  Popular Question
Nov
8
awarded  Nice Answer
Nov
6
comment AS3 Memory Conservation (Loaders/BitmapDatas/Bitmaps/Sprites)
Right -- well, in my img1 example above, the BitmapData object is not duplicated -- it's the same object. In img2, I explicitly clone the bytes to demonstrate how you'd do that, as there are times when you might want to. Either way, though, you're in the clear with respect to concern about references to the Loader. Good luck!
Nov
5
answered AS3 Memory Conservation (Loaders/BitmapDatas/Bitmaps/Sprites)
Nov
3
answered Difference in building swf through FlexBuilder and mxmlc(ANT build)
Oct
31
answered Adobe Flex: Word Wrap in Button Label
Oct
29
awarded  Yearling
Oct
27
comment How to create HBox with only the top corners rounded in Flex?
What version of the framework are you using? I'm just curious, because it doesn't compile for me (3.4 using FlexBuilder 3, though neither with Flex 3.2).
Oct
27
comment How to create HBox with only the top corners rounded in Flex?
This answer actually worked?
Oct
27
revised How to create HBox with only the top corners rounded in Flex?
Formatted for clarity
Oct
27
answered How to create HBox with only the top corners rounded in Flex?
Oct
27
comment How to create HBox with only the top corners rounded in Flex?
roundedBottomCorners doesn't apply to HBox.
Oct
27
comment Flex: image switching place in tilelist
Ah, good point -- I've tweaked my answer to reflect that. Glad it helped!
Oct
27
revised Flex: image switching place in tilelist
Added super.data
Oct
27
accepted Flex: image switching place in tilelist
Oct
27
accepted How to remove the icon indent in Flex control Menu?
Oct
27
comment JavaFX or Adobe Flex? Which shines in which case?
There's no reason this question should be closed. It's a legitimate question.
Oct
27
accepted How to programmatically set focus to HorizontalList so that it could receive key events (Flex)?
Oct
26
revised Flex: image switching place in tilelist
added 109 characters in body; added 8 characters in body
Oct
26
revised Flex: image switching place in tilelist
added 80 characters in body
Oct
26
answered Flex: image switching place in tilelist
Oct
26
answered How to remove the icon indent in Flex control Menu?
Oct
26
answered Capture CTRL+A, CTRL+C keys/events in flex
Oct
26
revised How to programmatically set focus to HorizontalList so that it could receive key events (Flex)?
added 427 characters in body; added 20 characters in body
Oct
26
answered How to programmatically set focus to HorizontalList so that it could receive key events (Flex)?
Oct
26
accepted actionscript: Using multidimentional arrays
Oct
26
answered actionscript: Using multidimentional arrays
Oct
25
comment actionscript: Using multidimentional arrays
Sorry for the edit -- I clicked the down arrow by mistake, meaning to click the up. :) (SO forced me to make an edit to correct the mistake.)
Oct
25
revised actionscript: Using multidimentional arrays
added 1 characters in body
Oct
24
accepted Program doesn’t respond when I add canvas on enterFrame function
Oct
23
answered Program doesn’t respond when I add canvas on enterFrame function
Oct
23
answered Is it possible to drag and drop files from local file system into a Flex application?
Oct
23
accepted Flex TileList start offset and click handler
Oct
23
answered Flex TileList start offset and click handler
Oct
22
accepted Flex 3 ,ASP.NET and WCF
Oct
22
comment Flex 3 ,ASP.NET and WCF
Sure, you can (and often do) use both -- it depends on what you need. For example, I just completed a project for a client that uses ASP.NET Web forms to provide basic CMS functionality, and then as part of the CMS, there's a Flash component in one of the pages that handles a few tasks related to audio processing, and which hooks up to the database by way of a handful of WCF services. Whether it's a good idea" depends on the nature of your project, but I can say it's a fine way to go, and I've had excellent experience with it personally.
Oct
22
revised Flex 3 ,ASP.NET and WCF
added 925 characters in body; added 158 characters in body
Oct
22
answered Flex 3 ,ASP.NET and WCF
Oct
20
answered Can Flex wrap Java applets?
Oct
13
comment Flex: Binding to an MXML-esque “binding string” in action script?
Yeah, I just don't think there's another way, actually.
Oct
13
answered Flex: Binding to an MXML-esque “binding string” in action script?
Oct
6
accepted Flex: is there a way to put TileList highlight “over” itemRenderer?
Sep
27
accepted Best authentication mechanism for Flex, ASP.NET and SOAP or REST web services?
Sep
22
accepted Type completion in FlexBuilder?
Sep
16
awarded  Nice Answer
Sep
9
comment Building Flex 3 Project from MSBuild
It's definitely worth exploring, yeah. I simplified my command line for purposes of illustration, but we build pretty much exactly this way, with mxmlc, the SDK and a flex-config.xml file, and all goes well -- localization, modules, etc., all get handled with a single batch file. Good luck!
Sep
8
answered Adobe Flex - any way to automatically change font size to fit in its container?