[flexcoders] Security sandbox violation

2007-05-08 Thread thierrybertossa
I have a strange probleme with the security sandbox... I can't load a rss feed when I put my project on my IIS (localhost) I have tried: In wwwroot and in my project root... and with Security.loadPolicyFile("../crossdomain.xml"); Security.loadPolicyFile("crossdomain.xml"); the error me

[flexcoders] XML with local shared object

2007-04-18 Thread thierrybertossa
Is there a way to store XML in a local shared object?

[flexcoders] flex bug ????

2007-03-30 Thread thierrybertossa
I have a hierarchie of containers like: Panel -HBox -HDivideBox --Box --Canvas ---VBox ---HDivideBox Box1 Box2

[flexcoders] Error: Repeater is not executing.

2007-03-27 Thread thierrybertossa
I have a repeater: _newss, is an instance of a custom Newss Class extends ArrayCollection. When I change _newss like this: _newss = new Newss(); I have an error: Error: Repeater is not executing. Is there a way to dynamically change repeater's Dataprovider without having this kind of prob

[flexcoders] Flash Player and XP admin privilege????

2007-03-12 Thread thierrybertossa
That's a surprise for me to see that we need admin privilege to update from flash player 7 to flah player 9. Is there a way to solve this important probleme ...? Or it's a gift from microsoft ...

[flexcoders] Init Global Object Best Practice

2007-03-08 Thread thierrybertossa
With the Application's initialize event, I instanciate a unique -init- Object. How can I access This instance inside another Class ? -instanceName-.variable doesn't work inside other Class? I don't really understand the probleme. What is the Best Practice to link AS3 OOP and The Flex MXML?

[flexcoders] Flex and Java

2007-02-28 Thread thierrybertossa
Is it possible to embed swf in java application? And call method between them? http://www.javaworld.com/javaworld/jw-01-2003/jw-0117-flash.html if not with flex perhaps with flash 6 7 8 ?

[flexcoders] flash cookie

2007-02-27 Thread thierrybertossa
Is it possible to store a cookie (LSO) from a domain www.x.com and then access this cookie from a .swf played outside internet explorer or mozilla (in flash player directly) if we know the name of the domain www.x.com ?? thanks

[flexcoders] flex swf size

2007-02-22 Thread thierrybertossa
I built a project with nothing inside. the size of the swf is about 125 k. Does something exist to have lighter swf ?