[flexcoders] Re: FlexPrintJob - Very Hit Miss

2008-09-08 Thread thatstephen
Hi, Thank you for this advice. I have a similar problem and have tried to follow your advice. However I have tried everything I can think of to make Flex and its asynchronous events wait for the image load before adding the next rendered page to the printjob using addObject. How can you make

[flexcoders] Who is using the Framework Caching?

2008-08-06 Thread thatstephen
Framework caching is potentially a useful way to reduce the download required for each flex application. It doesn't benefit the user if there are not many sites using it as the total download of the flex app + framework as a seperate file is greater. I am working on some integration for a public

[flexcoders] Re: Saving image data to shared objects

2007-02-15 Thread thatstephen
If you see my post 64776, you'll see that I have tried to store binary data in shared objects and found it is not possible. There is no way to do this, the only way to do this is to create some form of application to sync images stored locally with your server and call it as needed using a

[flexcoders] storing htmltext in shared objects

2007-02-14 Thread thatstephen
I am developing an application that requires storage of styled text entered by users offline. I therefore have used htmlText to provide style capabilities to the text entered by users. However I have found that sharedobjects do not store the cdata that must be used for htmltext. I was a