Re: [Flashcoders] fileReference failing silently

2010-08-09 Thread Juan Pablo Califano
The issue here is quite likely the garbage collector doing its job... You FileRefence object is referenced only in a local variable in the deskClickHandler method. After the method returns, since there's no other reference to it, it's eligible for collection. So it might stick around or not. In yo

[Flashcoders] fileReference failing silently

2010-08-09 Thread Matt S.
I'm trying to use fileReference to allow users to download images, but it keeps failing, without errors, and without even seeming to start the download. What makes it weird is that it does open the finder window and prompts me to save the select a download location etc, but then when I click save..

[Flashcoders] facebook share | swfaddress

2010-08-09 Thread michael schoenfelder
Hey, I've got a multi-page flash site that uses swfaddress to create urls. I'd like to use facebook's "share" button on each page individually and have it generate a unique preview for each page, but facebook seems to pull info from the html wrapper's , which is the same for each page. Tried using