Clear Print2Flash between loads

Publishing Print2Flash Documents embedding them in Flex applications
davidrepas
Posts:6
Joined:Wed Mar 05, 2008 11:35 am
Clear Print2Flash between loads

Post by davidrepas » Fri Apr 04, 2008 4:52 pm

I have a list of Print2Flash documents in a Flex app. When a user clicks one of these items, the document begins to load. Some documents are quite large and I'm looking for a way to stop the downloading process - and clear the document - at least until another document is selected. In other words, I don't want the downloading process to continue if the user has decided they do not want to view the document in full - or if they just want to do other things in the application.

The source is bindable, so I've tried changing that to a blank - which does stop the download process - although often times a user will not be able to view another document (the page stays blank) after the user makes another doc selection.

I've also tried temp loading a blank doc - but the same issues occur.

Any suggestions on how to clear the doc until a new one is selected.

Thanks.

Post Reply