Yakov Fain

237
reputation
52 views

Registered User

name Yakov Fain
member for 8 months
seen yesterday
website
location USA
age
Oct
19
answered Flex printing on OSX pushes image off the page. How can this be fixed?
Oct
1
comment How do I make sure the text of an ActionScript TextInput is updated when the Object property defining that text is updated?
You don't need a base class. Create the class in the main proj that has a code snippet from your original post and take a look at the generated code. Besides, the compc compiler accepts -keep too.
Sep
30
answered How do I make sure the text of an ActionScript TextInput is updated when the Object property defining that text is updated?
Sep
8
answered Watching a bindable property
Sep
2
answered Enums in AS3 / Flash / Flex?
Aug
19
answered How much logic should be included in a Flex MXML attribute?
Jul
28
comment How to implement HTTP Tunneling
To the best of my knowledge, during the last 8 years no firewalls restrict AMF (binary) content. Your Flex app talks to a BlazeDS/LCDS servlet over the port 80 or 443. You don't need to use proxy unless your flex app needs to connect to a 3rd party server that doesn't have a crossdomain.xml with proper permissions.
Jul
26
answered How to implement HTTP Tunneling