It's not usual to see printable flash-webs, but I'm think they should be. The problem is that flash prints only the elements in the stage, so if you have a ten page text in a scrollbox, there's a problem.
Flash have an extensive help on print, use the Help Menu and search print or the topic printable movies
Some kews
- You need to mark a frame with a #p to be printable
- You could choice a printable area(works for all #p frames), and mark it as #b
- the print(level or target) action or printAsBitmap(level or target) fires the print, usually from a botton
Good luck
Jorge