[flexcoders] Re: HELP Embedded font looks bold in Flash but crisp in Photoshop [1 Attachment]

2011-09-30 Thread dorkie dork from dorktown
When I said I set it to bold in Photoshop I meant strong. The font weight is normal in both Flash and Photoshop. I've attached an image to show you the settings in Photoshop, the settings in Flash and the visual results. On Thu, Sep 29, 2011 at 2:30 PM, dorkie dork from dorktown

Re: [flexcoders] Re: HELP Embedded font looks bold in Flash but crisp in Photoshop

2011-09-30 Thread dorkie dork from dorktown
I found this examplehttp://blog.flexexamples.com/2007/10/24/setting-a-fonts-anti-alias-type-sharpness-thickness-and-grid-fit-type-in-flex/but these styles have no effect on spark label. I think this is what I need.

[flexcoders] creating a twitter feed on flex

2011-09-30 Thread Gustavo Duenas
Hi, there si a tutorial or something about how to create a twitter feed for an air app? gus

[flexcoders] PayPal integration - ready made component?

2011-09-30 Thread mulchand12345
Hi, I have to integrate PayPal transaction facility in my Flash web application. I know all the basic things regarding the transaction like what parameters to pass to PayPal and what to expect from it. But I not feeling quite comfortable with it as its related to the payments. Is there any ready

[flexcoders] runtime-shared-library-path tag is overriding the default framework RSLs

2011-09-30 Thread lew.miller
I'm trying to add some custom RSLs to my ant build scripts but it seems that, unlike library-path and external-library-path, the runtime-shared-library-path ANT task does not accept an append attribute and it ends up overriding all the framework RSLs defined in flex-config.xml. How do you

Re: [flexcoders] creating a twitter feed on flex

2011-09-30 Thread Tandon, Rishi
You ca use the twitter APIs to integrate with the AIR apps: https://dev.twitter.com/docs You have to get to know how authorization work and then later you can fetch the individual feed for each user and display that in flex/ air using the HTTP component.