--- In [email protected], Peter Farland <[EMAIL PROTECTED]> wrote: > > What do you want to do with Base64? I might be able to point you at an example. I've also logged a bug for documentation to ask them to provide examples in these classes (note this, and commenting on the live docs, is a better way to get the doc team's attention). https://bugs.adobe.com/jira/browse/FLEXDOCS-509 >
The problem was with the toString() method in Base64Decoder(which does not exist), according to the docs "Returns the string representation of the specified object.". The application threw a compile time error because the method did not exist. I ended up using the flush() method, after checking source code for the class, hence my comment on the previous post about the source. But thanks anyway.

