If have a product that is currently using Flash Paper documents, but I want to (gradually) start replacing them with Print2Flash docs,
what is the best way for my code to tell the difference between a Flash Paper document and a Print2Flash document?
Just to clarify:
- I load a swf into my AS2 project
- The swf might be Flash Paper, it might be Print2Flash
- My project identifies which type of document it is by checking … ???
- My project addresses the API properly based on the step above
Thanks!