Re: [Flashcoders] Mailing Lists and Tools

2013-05-23 Thread Jon Bradley
There are many better alternatives for professional coding that include automated building, unit testing, support for SCSS and LESS, grunt, etc. I wouldn't consider Dreamweaver a serious platform for building web applications. Useful for some, certainly, but there are many better options out

Re: [Flashcoders] Mailing Lists and Tools

2013-05-23 Thread Jon Bradley
Need to step up to IntelliJ for that. On May 23, 2013, at 6:23 PM, Kenneth Kawamoto kennethkawam...@gmail.com wrote: Webstorm doesn't support PHP :( Kenneth Kawamoto http://www.materiaprima.co.uk/ On 23 May 2013, at 17:35, Jon Bradley wrote: There are many better alternatives

Re: [Flashcoders] Adobe Flash future

2013-05-09 Thread Jon Bradley
Nice to see you're still lurking, mesh :) CreateJS looks interesting and I've toyed with it a bit. Some of the new integration opportunities with Flash CC will be interesting to check out. However, it'll be primarily a toy and best for demo work until (and if) Adobe can create a clear

Re: [Flashcoders] Adobe Flash future

2013-05-09 Thread Jon Bradley
Yea, that's why it's excellent for demoware. The suite clearly allows creatives to demonstrate work and it adds a fair amount of value to prototyping/demo work. In the keynote, we saw Photoshop to Edge Reflow export – a very useful step to PS CC to export graphics quickly and have them in-place

Re: [Flashcoders] Re: OT: Interactive conferences (Merrill, Jason)

2013-01-24 Thread Jon Bradley
, there is still some activity here! cheers, jon bradley cynergy. | Director, Research Development O: 585.563.2132M: 585.729.0837 @: jon.brad...@cynergy.com On Jan 24, 2013, at 1:58 PM, Dave Watts wrote: Our key learning event for 2013 will be O'Reilly's Fluent Conference in San Francisco

Re: [Flashcoders] Actionscript lives on.

2012-09-18 Thread Jon Bradley
Ooops...mis-quote. I didn't write that bit :) On Sep 18, 2012, at 5:48 AM, Cédric Muller wrote: Jon Bradley wrote : The problem of flash for mobile is as much about politics and protecting the Apple appstore than anything else -it seems to me that flash was a threat by allowing apps

Re: [Flashcoders] Actionscript lives on.

2012-09-17 Thread Jon Bradley
Of static art and of limiting complexity. The moment complex vectors are used, the data requirements balloon and once motion is taken into consideration (data for per-control point manipulation) the argument is far out the window. Either way, it's a moot argument. -j On Sep 17, 2012, at 4:13

Re: [Flashcoders] Actionscript lives on.

2012-09-17 Thread Jon Bradley
even run). -j On Sep 17, 2012, at 4:35 PM, Henrik Andersson he...@henke37.cjb.net wrote: Jon Bradley skriver: Of static art and of limiting complexity. The moment complex vectors are used, the data requirements balloon and once motion is taken into consideration (data for per-control point

Re: [Flashcoders] Actionscript lives on.

2012-09-17 Thread Jon Bradley
Just look up the storage and memory needs of a vector point (plus it's animation) and compare that to an RGB triplet. It's pretty easy to find what you are looking for. -j On Sep 17, 2012, at 4:57 PM, Henrik Andersson he...@henke37.cjb.net wrote: Ross P. Sclafani skriver:

Re: [Flashcoders] Actionscript lives on.

2012-09-17 Thread Jon Bradley
to a smaller form. It most certainly has less processor overhead (maybe not memory). -j On Sep 17, 2012, at 5:29 PM, Paul Andrews p...@ipauland.com wrote: On 17/09/2012 22:10, Jon Bradley wrote: Just look up the storage and memory needs of a vector point (plus it's animation) and compare

Re: [Flashcoders] Apple changes their guidelines

2010-09-15 Thread Jon Bradley
LLVM. On Sep 9, 2010, at 9:59 AM, allandt bik-elliott (thefieldcomic.com) wrote: how does cs5 generate files for iphone? Does it create a swf and then use a cocoa framework to make it work or does it transcode the file directly into objective c? suddenly looks very interesting again

Re: [Flashcoders] Flex generative art???

2010-06-11 Thread Jon Bradley
to avoid measuring, layout and style changes. There are also a few flex-like components for Flash that will provide some measure of layout capability for you (minimal comps is but one example). - jon On Jun 10, 2010, at 8:30 PM, Gerry Beauregard wrote: Hi Jim, I see no reason why Flex

Re: [Flashcoders] iPhone viable solutions???

2010-04-30 Thread Jon Bradley
On Apr 30, 2010, at 3:19 AM, Julio Protzek wrote: HTML5 is less powerfull than Flash. But it is in the right way. We will see Tweeners and TweenLites done for canvas in no time. Flash guys can amuse with any technology. Just give us some time :) HTML 5 is s standard for describing

Re: [Flashcoders] @#$% New iPhone Developer Agr eement Bans the Use of Adobe’s Flash-to-iPhon e Compiler

2010-04-12 Thread Jon Bradley
I wouldn't call that amazing – I would call that whining. No offense to Lee, of course. Although all of us would love to develop iPhone and iPad applications using the Flash platform, frankly that is not a proper methodology for developing for these systems, in my opinion. Learn C, C++

Re: [Flashcoders] @#$% New iPhone Developer Agr eement Bans the Use of Adobe’s Flash-to-iPhon e Compiler

2010-04-12 Thread Jon Bradley
that runs like a snail and does not make any money. Jon Bradley wrote: I wouldn't call that amazing – I would call that whining. No offense to Lee, of course. Although all of us would love to develop iPhone and iPad applications using the Flash platform, frankly that is not a proper

Re: [Flashcoders] Has everyone seen this yet?

2010-02-16 Thread Jon Bradley
that are robust for UI development and multi-touch systems than Flash. - jon On Feb 16, 2010, at 7:55 PM, Ktu wrote: Looks like a great example of how Flash with AIR can create experiences that would otherwise be impossible. Too bad it will be on the iPad

Re: [Flashcoders] Has everyone seen this yet?

2010-02-16 Thread Jon Bradley
to it, and it will have to be standardized. Strictly out of curiosity Jon, would anyone actually choose a different framework to develop this type of application? Does it make sense considering development life cycle and platform availability? Ktu ___ Flashcoders mailing

Re: [Flashcoders] Runtime Font embedding

2010-02-11 Thread Jon Bradley
You can embed a range of characters through AS3. The unicodeRange property of the embed directive handles this. [Embed(source='pathToFond', fontName='NameOfFont', unicodeRange='Range1Start-Range1End,, RangeNStart-RangeNEnd')] - jon On Feb 11, 2010, at 6:35 AM, Geografiek wrote: Hi Glen

[Flashcoders] Flash File Question - AS2.0 - Adding Extra Functionality to a Slider

2009-10-16 Thread Jon Billett
, the better. Thanks so much guys! Looking forward to being a member of flash coders. -J -- Jon A. Billett Graphic/Interactive Design 726 Tasker St. Apt.#1 Philadelphia, Pa

Re: [Flashcoders] Flash vs. Flex libraries

2008-12-23 Thread Jon Bradley
. http://labs.wichers.nu/2007/12/25/using-flex-compiled-code-within-flash/ There are a couple other posts on that blog that may help you along as well. cheers, jon ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

Re: [Flashcoders] Re: A funny little hover problem with CSS

2008-12-17 Thread Jon Bradley
rectangle on a half pixel (+0.5 on x and y). It's all nice and smooth again. cheers, jon ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Re: A funny little hover problem with CSS

2008-12-17 Thread Jon Bradley
Mostly on rounded rectangles and things with arcs. Kinda limited but the rounded rectangle is a unique case because 1-pixel rounded rects have always been a problem. Course, with the 0.5 rule, not so much (unless you're tweening). best, jon On Dec 17, 2008, at 4:41 PM, Ashim D'Silva

Re: [Flashcoders] Re: A funny little hover problem with CSS

2008-12-16 Thread Jon Bradley
don't have my bug app open right now to check out the exact value that I ended up using. - jon ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] How much would you charge?

2008-11-14 Thread Jon Bradley
On Nov 14, 2008, at 2:28 AM, Carl Welch wrote: Good point. I'd recommend using SlideShowPro. It's cheap ($29), looks slick, and you'll be done in no time - your client will be none the wiser and you'll be $350 richer. http://slideshowpro.net/ At least there will be an email post in the

Re: [Flashcoders] How much would you charge?

2008-11-14 Thread Jon Bradley
On Nov 14, 2008, at 9:30 AM, Eric E. Dolecki wrote: Not sure thats really ripping them off considering they probably don't know how to use the thing even if they bought it themselves. Well, yea. Charging setup, installation and customization of some store bought product is one thing.

Re: [Flashcoders] How much would you charge?

2008-11-14 Thread Jon Bradley
On Nov 14, 2008, at 12:27 PM, Carl Welch wrote: using tools of the trade is far from ripping clients off. Ridiculous statement. It's not ridiculous at all. Read my reply to my initial email where I elaborated a bit more. The comment about a client being 'none the wiser' and the

Re: [Flashcoders] Congratulations America.

2008-11-05 Thread Jon Bradley
Yea ... now we can all look forward to a re-incarnation of the Welfare State. Yay. :P - jon On Nov 5, 2008, at 3:57 AM, John McCormack wrote: It's off topic, but it is a very special day. You give us hope. Hope that we can help each other. This forum is also proof of that. John

Re: [Flashcoders] Flex Builder: AS Application files outside of /src root?

2008-11-04 Thread Jon Bradley
(ie, src/com/yourcompany/ applicationname/). Then, you might be able to add that file as a separate application. Otherwise, I'm not 100% certain. - jon On Nov 4, 2008, at 7:13 AM, Henry Cooke wrote: Something that's been bugging me for a while: why can only AS files in the root of a Flex

Re: [Flashcoders] LMS -- Moodle

2008-10-17 Thread Jon Bradley
On Oct 17, 2008, at 11:42 AM, Cor wrote: Can anyone tell me how to read and write to Moodle (SCORM 2004 3e edition)?? Every hint is welcome! What are you trying to do? Moodle is just a CMS system at it's core. What do you want to write back to Moodle? If it's test results and

Re: [Flashcoders] LMS -- Moodle

2008-10-17 Thread Jon Bradley
On Oct 17, 2008, at 2:10 PM, Cor wrote: Just a CMS??? I thought it is L(C)MS. The main thing we are looking for is a LMS. Itis an LMS - but it's still a content management system. Either way, you just need to figure out how to communicate to Moodle to do what you want to do, if it's not

Re: [Flashcoders] Zipping in AS3

2008-09-24 Thread Jon Bradley
. - jon ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] TextArea class properties

2008-09-09 Thread Jon Bradley
shouldn't show. - jon ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Dynamic Scrollable textfield

2008-09-04 Thread Jon Bradley
fields themselves. For anything with scrollbars you need to use components. cheers, Jon ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] all useless: removeMovieClip, destroyObject, DepthManager.setDepthTo

2008-09-03 Thread Jon Bradley
v2 component as a MovieClip in any AS2 class (I never needed code completion on them). good luck with that one. - jon ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] A Question that I've been asking for years!!

2008-08-25 Thread Jon Bradley
code library. :P - jon ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] A Question that I've been asking for years!!

2008-08-25 Thread Jon Bradley
On Aug 25, 2008, at 10:07 PM, Juan Pablo Califano wrote: This strikes me as the typical gratiutous bashing of some product just because it's made by MS. But perhaps you could elaborate a bit more on the idea... Nah, it doesn't have anything to do with Microsoft. I don't have anything

Re: [Flashcoders] how many coders here actually have a degree related to computer science?

2008-08-20 Thread Jon Bradley
you further than a comp sci degree. Actionscript development is not just programming. It requires both sides of the brain to do well because much of what you do when programming in Flash has a direct visual effect. just my 0.02. good luck! -jon

Re: [Flashcoders] Upload PDF into SWF?

2008-08-11 Thread Jon Bradley
to the original poster though, I suppose. As an AIR application, right? - jon ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] flex 3 // Tile Component // Mutliple Drag Selection

2008-07-23 Thread Jon Bradley
event). Intersect the boundary of this rectangle with the children of the TileList (interesting exercise) and select them if they intersect. Finally clear out the rect on release. interesting challenge. jon ___ Flashcoders mailing list

Re: [Flashcoders] Netstream fails to close

2008-07-08 Thread Jon Bradley
- and null out the stream elements. This will force it to close out. I've seen the streams still stick around with 'just' pausing, closing and nulling out the stream connection. The only way I'm pretty sure it will work every time is by attaching this dummy vid. - jon

Re: [Flashcoders] scaleX on TextField

2008-06-18 Thread Jon Bradley
back into a BitmapData object with the new dimensions of the field. - jon ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] scaleX on TextField

2008-06-18 Thread Jon Bradley
On Jun 18, 2008, at 1:05 PM, Matt S. wrote: Is this online somewhere? Sounds interesting :) var m:Matrix = new Matrix(); m.scale(100,1); myDisplayObject.transform.matrix = m; cheers, jon ___ Flashcoders mailing list Flashcoders

Re: [Flashcoders] Maintain position on rotation

2008-06-18 Thread Jon Bradley
that those properties are updated in the transformation matrix of the object. good luck. jon ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] How to avoid fake data being sent to server?

2008-06-18 Thread Jon Bradley
On Jun 18, 2008, at 12:25 PM, Ricky Bacon wrote: Security through obscurity is not a very good idea. You also still have the problem of someone decompiling the swf and modifying it to their needs. If Flash Media Server 3 is being used, for a very nice level of protection it can hash

Re: [Flashcoders] Insert breakpoints and run debugger withoutFlashCS3?

2008-06-16 Thread Jon Bradley
On Jun 16, 2008, at 4:54 AM, EDELSTAR wrote: Данный почтовый ящик не обрабатывает подгрузки, заявки и прочие сообщения. Вам нужно написать на адрес, присвоенный Вашему СПО. List admin - can you block this? ___ Flashcoders mailing list

Re: [Flashcoders] Re: Usage of [Event....]

2008-06-02 Thread Jon Bradley
properties or custom parameters for the instance of the event type (again, it's just the definition). You still have to dispatch the event manually, so if you want to pass your own properties, just set up your custom event class to handle those properties good luck, jon

Re: [Flashcoders] FPS limit of flash player inside browser?

2008-05-09 Thread Jon Bradley
(!) and then frame blended back into 24 to give the impression it was a movie. That's because they didn't have the ability to 'render' motion blur. You wouldn't do that today though because there are other efficient ways around that (optical flow is one example). - jon Post • Central Visual FX

Re: [Flashcoders] FPS limit of flash player inside browser?

2008-05-08 Thread Jon Bradley
. - jon Post • Central Visual FX | Animation | Interactive 170 Linden Oaks, Suite B | Rochester, NY | 14625 P: 585.385.1530 x273 | F: 585.218.9219 [EMAIL PROTECTED] | www.postcentral.com ___ Flashcoders mailing list Flashcoders

Re: [Flashcoders] Using FlexBuilder3 profiler with FlashCS3

2008-04-25 Thread Jon Bradley
! jon On Apr 25, 2008, at 12:59 PM, Martin Tremblay wrote: Hello, Is there a way to use the Flexbuilder3 profiler with a FlashCS3 file? I just want to take a swf and run it through the profiler. Is it possible? Martin t. LVL ___ Flashcoders

Re: [Flashcoders] Is Adobe fixing this big FP9 problem?

2008-04-16 Thread Jon Bradley
On Apr 16, 2008, at 9:49 AM, Jer Brand wrote: myMovie.iDontCareIfYouHaveListeners_DIE_DAMN_YOU_DIE() ; LOL. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] PureMVC vs Cairngorm // who's better?

2008-04-11 Thread Jon Bradley
recently run into (better command chaining architecture) and am looking into various solutions for (UM Cairngorm extensions is one). just a thought. jon ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman

Re: [Flashcoders] ot : Flex RIA running on multiple servers

2008-03-27 Thread Jon Bradley
is: code.google.com/p/igenko Either way, your issue is server-side, not Flex/Flash. - jon ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Image colorization / contrast adjusting

2008-03-27 Thread Jon Bradley
. Additionally, you could use BitmapData.threshold() to get different value areas, colorize them and recombine them. Lots of options. cheers, jon ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo

Re: [Flashcoders] ot : Flex RIA running on multiple servers

2008-03-27 Thread Jon Bradley
, plus the scalability of ColdFusion, with it's clustering support, etc. Great addition to the discussion. There are a lot of options out there. cheers, jon ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com

Re: [Flashcoders] ot : Flex RIA running on multiple servers

2008-03-26 Thread Jon Bradley
do with Flex. - jon ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Help needed AS3 -- [Embed(source='library.swf' symbol='backgroud_mc')]

2008-03-24 Thread Jon Bradley
it that way for non- component UI elements that do not need to extend UIMovieClip. Also because I use the same SWC as an SWF file for CSS embedding of graphical elements. good luck, jon ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

Re: [Flashcoders] Help needed AS3 -- [Embed(source='library.swf' symbol='backgroud_mc')]

2008-03-24 Thread Jon Bradley
Oops... my last email was kinda based on the idea that you were running this in Flex. My bad - replying to two lists at once. http://www.digitalflipbook.com/archives/2007/03/associating_cus.php - jb On Mar 24, 2008, at 8:30 AM, Cor wrote: This throws an error: TypeError: Error #1007:

Re: [Flashcoders] AS2: Tweening a very large vector file causes shaking

2008-03-21 Thread Jon Bradley
if anyone has found the core issue or a work around. thanks! jon ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Source Control [WAS] to mac or not to mac

2008-03-15 Thread Jon Bradley
the required params to check out a trunk. I just have to get better at actually using the source control for small projects where I'm pretty much the main person working. :) - jon ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] wierd easter egg?

2008-03-05 Thread Jon Bradley
On Mar 5, 2008, at 9:31 AM, Allandt Bik-Elliott (Receptacle) wrote: hey this is odd i'm testing my movie at http://qsworld.co.uk/index.php? extcategory=Designextdesigner=Darkest%20Starextproduct=Jacket and when i tried right clicking the top right corner and selecting zoom in, i got

Re: [Flashcoders] multiple TextFormats in one TextField

2008-02-06 Thread Jon Bradley
and then apply that text. Loop that process (setNewTextFormat ... add text ... setNewTextFormat ...) Try that out. - jon ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] LoadVars maximum?

2008-01-31 Thread Jon Bradley
to the request header (if I understand the process correctly). If you're appending all these variables to the URL, it will not work. cheers, jon ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman

Re: [Flashcoders] Problems with Gradient Banding

2008-01-18 Thread Jon Bradley
don't think this would work out too well (at least not in a performance-wary manner). cheers, jon ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] 9-section scalable graphic

2008-01-03 Thread Jon Bradley
it (minus the outside portions). Finally, scale 9 properties for any movieclip can be added and defined at runtime through Actionscript. Look it up in the help docs. have fun. - jon ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

Re: [Flashcoders] Two Solutions: Flex swc’s ( RPC) and or Intrinsic classes within Flash CS3!

2008-01-02 Thread Jon Bradley
On Jan 2, 2008, at 5:12 AM, Sander wrote: Hi FlashCoders!, I’ve been trying to evangelize my solution to the flash community but I don’t think it came through, really... I hope someone on this list will pick it up! Woah. That's pretty freakin cool. This almost seems as though it will

[Flashcoders] UNSUBSCRIBE PASSWORD RETRIEVAL NOT WORKING - HAAAALP!!

2007-10-24 Thread Jon C. Rosen
___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] digest

2007-10-20 Thread Jon Weber
Same for me- this is way too many messages through which to sort, esp. with all of the spam one gets. Kindly re-add me to the Digest mode, please. David Bitterman [EMAIL PROTECTED] wrote: Apparently some user preferences were jostled/reset by the move. Where can I

[Flashcoders] New server!

2007-10-18 Thread Jon Bradley
Whoohoo. Good job guys. Glad to see the server up and running again. Looking forward to massive amounts of email in my inbox all day long from all the flash coders out there. cheers, Jon ___ Flashcoders mailing list Flashcoders

Re: [Flashcoders] how are they doing this? Papervision3d or pre-rendered 3d?

2007-09-17 Thread Jon Bradley
on the card, it's still 'video' in the sense of all the pre-rendered sequences. cheers, jon On Sep 16, 2007, at 10:36 PM, Snepo - Arse wrote: I disagree, IMO tthe only video involved would be the initial sequence of the cards falling though that could easily be an image sequence. It is more

Re: [Flashcoders] how are they doing this? Papervision3d or pre-rendered 3d?

2007-09-16 Thread Jon Bradley
It's video. On Sep 15, 2007, at 1:27 AM, Carl Welch wrote: Hi All, Does any one know how this site achieved its card flipping effect? Papervision3d or pre-rendered 3d? http://www.tripleslanguage.com/?CMP=BAC-1TO1Q3TP7042 Thanks. -- Carl Welch [EMAIL PROTECTED] 805.403.4819

Re: [FlashCoders] AS3 TextFields with filters - game performance?

2007-09-14 Thread Jon Bradley
considerations - don't use embedded fonts. That's a performance hit right there. Flash uses the native system rendering to get the curve information for non-embedded fonts, rather than rendering it itself - that comes with it's own set of problems of course. good luck. jon

Re: [Flashcoders] Q:Flash Player update and Impact on 3D in Flash

2007-08-21 Thread Jon Bradley
decoding engine - which is the same code in FlipFactory and almost all other licensed h.264 decoders. The multi-threaded (multi-core CPU) work they are doing will have an effect though. cheers, jon ___ Flashcoders@chattyfig.figleaf.com To change your

Re: [Flashcoders] Splitting TextField into Lines - Simple?

2007-08-16 Thread Jon Bradley
Check out Jack's great Text Metrics class. He just posted this Aug. 7th. http://www.greensock.com/ActionScript/TextMetrics/ cheers, Jon On Aug 16, 2007, at 8:47 AM, Dan Efergan wrote: Hello FlashCoders. The seemingly simple task of splitting a Textfield into it's (soft) wrapped lines

Re: [Flashcoders] RE: obfuscation swf !

2007-07-19 Thread Jon Bradley
instead... cheers, jon On Jul 18, 2007, at 7:32 PM, Latcho wrote: whats this? Jon Bradley wrote: Or, if you're a masochist: http://www.kirupa.com/forum/showthread.php?t=256400 ___ Flashcoders@chattyfig.figleaf.com To change your subscription

Re: [Flashcoders] RE: obfuscation swf !

2007-07-19 Thread Jon Bradley
A better link for those interested in obfuscation of AS3 code. http://www.kirupa.com/forum/showthread.php?t=266992 peace, jon On Jul 18, 2007, at 7:32 PM, Latcho wrote: whats this? Jon Bradley wrote: Or, if you're a masochist: http://www.kirupa.com/forum/showthread.php?t=256400

Re: [Flashcoders] RE: obfuscation swf !

2007-07-19 Thread Jon Bradley
or whatever. Then, the decompiler results in spriteInstance1.mask = shapeInstance45. Legible enough to work with. I don't believe that scenario can be avoided, no matter what compiler/obfuscator you use. - jon ___ Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] RE: obfuscation swf !

2007-07-18 Thread Jon Bradley
the file. http://www.bytearray.org/?p=32 good luck. - jon ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software

Re: [Flashcoders] RE: obfuscation swf !

2007-07-18 Thread Jon Bradley
Or, if you're a masochist: http://www.kirupa.com/forum/showthread.php?t=256400 - Jon On Jul 18, 2007, at 1:13 PM, Mark Winterhalder wrote: On 7/18/07, Douglas Pearson [EMAIL PROTECTED] wrote: Since we're talking about obfuscation/encryption does anyone know of a tool that works for AS3

[Flashcoders] drag and drop

2007-07-18 Thread Jon Bradley
the wheel here. cheers, - jon ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting

Re: Re[2]: [Flashcoders] obfuscation swf !

2007-07-17 Thread Jon Bradley
On Jul 17, 2007, at 2:05 PM, Jim Berkey wrote: Congratulations, I obviously have more holes to plug, my methods are no good. I will continue trying . . . You can't do it Jim - there aren't any holes to plug. It's just technically impossible. cheers, - Jon

Re: [Flashcoders] Flipping Effect...

2007-07-11 Thread Jon Bradley
copies from one BitmapData object to another and use a matrix for the transformation - all that's needed is a draw routine and loop that modifies the rect and matrix for the copy. It would definitely be an interesting test... cheers, jon ___ Flashcoders

Re: [Flashcoders] Flash CS3 over 400 MB! and 25 minutes to install!

2007-06-20 Thread Jon Bradley
can read about this, so I can find out if it is just me paranoid? Paranoid. Who cares if the installer is big? Honestly. Get a bigger hard drive. 400 MB for an installer is a drop in the bucket. Even a couple gigs is a drop in the bucket with the size of drives today. cheers, jon

Re: [Flashcoders] Bitmap text (no anti-alias) still aliasing?

2007-06-13 Thread Jon Bradley
; txtField.text = oldText; return tH; } cheers, jon ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software

[Flashcoders] Cairngorm without remoting?

2007-05-24 Thread Jon Bradley
with the org.osflash project structure? I'm still using the nevis formatting. From what I gather the only change is to the package formatting ... nothing else. Any takers? thanks for any input. best, jon ___ Flashcoders@chattyfig.figleaf.com To change your

Re: [Flashcoders] Cairngorm without remoting?

2007-05-24 Thread Jon Bradley
that could be used. cheers, jon On May 24, 2007, at 11:58 AM, Muzak wrote: I don't know if anything like this exists for Cairgorm, I do know that people have written extensions for ARP. One of them is an XMLService written by Christophe Herreman: http://www.herrodius.com/upload

Re: [Flashcoders] FLV CuePoints - discrepancies between CuePoint time and actual time

2007-05-18 Thread Jon Bradley
the Flash Video Encoder. cheers, jon On May 17, 2007, at 5:25 PM, Martin Tremblay wrote: Video newbie! I inserted multiple CuePoint into a flv. The problem is when onCuePoint is call on the netstream, is it not being called directly on time, but almost a full seconds before the actual cuepoint

Re: [Flashcoders] toronto flash developer

2007-05-09 Thread Jon Bradley
On May 8, 2007, at 9:53 AM, Tim Arney wrote: Dashboard is seeking a fulltime flash developer to join our growing team For details - Ah... I'd love to move to Toronto. It's quite nice this time of year. Alas, I'm stuck across the pond in Rochester ... loving the lake effect snow I get

Re: [Flashcoders] jpeg 2000 compression

2007-05-03 Thread Jon Bradley
sequences into Flash as JPG2k and retained the alpha channel, which Flash would use. I did some experimentation with that a while back, so if I can dig up any info I'll post it here. I vaguely recall that there's no easy way to bring in a JPG2k image directly into Flash. good luck, jon

Re: [Flashcoders] Matrix Building

2007-04-26 Thread Jon Bradley
it to NxM format ... if you do that, please send me the adjusted code. I'll let you figure out only using the values you want (full outer ring on matrix). cheers, Jon Jon Bradley VFX Artist / Animator Post Central, Inc. [EMAIL PROTECTED] www.cherrycrushthemovie.com

Re: [Flashcoders] seek() in VideoPlayer class

2007-04-23 Thread Jon Bradley
On Apr 23, 2007, at 1:08 PM, Ash Warren wrote: Why do I feel like it's a constant 1 step forward 2 steps back with these new releases??? Well.. you are running Vista ... :) - jon ___ Flashcoders@chattyfig.figleaf.com To change your subscription

Re: [Flashcoders] Adobe Media Player vs. the competition..??

2007-04-19 Thread Jon Bradley
to playback a few hundred different formats. Definitely going to be interesting though ... - jon ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] On2VP6 hardware acceleration

2007-04-19 Thread Jon Bradley
have a fast enough system. H.264 is way more demanding than the OnVP6 codec. It's also quite a bit higher quality and can handle much higher data rates. I'm not sure what your system specs are but I've got HD FLV files that playback quite nicely, from 720p up to1080p. cheers, Jon Jon

Re: [Flashcoders] Adobe Media Player vs. the competition..??

2007-04-18 Thread Jon Bradley
going on behind the scenes, but it looks to me like something a few advanced flex/flash developers could knock out in a couple weeks, or less. my 0.02. jon ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive

Re: [Flashcoders] Editors in use by Actionscript Programmers

2007-04-09 Thread Jon Bradley
Another: Subethaedit for mac Just the fact that it's collaborative editing makes it worthwhile. I've yet to get into all the code-hinting/folding, etc. jazz offered by many of these editors. Though, now I'm getting into more Flex 2 work, I have a feeling I might be making a switch (but

Re: [Flashcoders] Question: FMS 2 and CMS managed FLV files

2007-04-05 Thread Jon Bradley
the question. I've never used FMS (from an administrative standpoint) so it'll be an interesting learning experience. thanks for the help john. jon ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http

Re: [Flashcoders] Question: FMS 2 and CMS managed FLV files

2007-04-04 Thread Jon Bradley
On Apr 3, 2007, at 10:34 PM, john robinson wrote: On Apr 3, 2007, at 3:41 PM, Jon Bradley wrote: I've got a bit of a question that I'm trying to wrap my head around. Can Flash Media Server 2 take dynamic paths to FLV content? As long as the path exists, then yeah it should be fine. I'm

Re: [Flashcoders] Flash and video optimisation ....

2007-04-04 Thread Jon Bradley
On Apr 3, 2007, at 8:12 PM, Kerem İşeri wrote: I couldnt find any software directly converts avi to flv better then flash. I am open for other ideas : ) FFmpeg is free and it also will do it just as well as Flash. It's just tricky to use and get running, more so if you're on a windows

[Flashcoders] Question: FMS 2 and CMS managed FLV files

2007-04-03 Thread Jon Bradley
this or knows if this is even possible? I can't seem to find any resources that goes into this depth. Bunch of bright people here so I figured I would ask. cheers, Jon ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search

Re: [Flashcoders] simple code- should work but is not.

2007-04-03 Thread Jon Bradley
... check out your publish settings first. - jon ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier

[Flashcoders] Job post: Flash-based Learning Management System project

2007-04-03 Thread Jon C. Rosen
dependent on qualifications and entirely negotiable I welcome all inquiries and look forward to hearing from you: Jon Rosen (818) 703-1957 [EMAIL PROTECTED] (if emailing, please include GAO Programmer in the subject line.) ___ Flashcoders@chattyfig.figleaf.com

  1   2   >