Here’s the catch,I need to take a full screenshot of a webpage via actionscript, I know this is possible on other programming languages (like PHP & CutyCapt), but via actionscript, is there a way to accomplish it?
The full screenshot should be able to take the entire webpage which might include swfs / videos.
Please note, im only interested for available solutions (if any!) for Actionscript, not references to libraries / other programming languages.
Nope. This would be a huge security vulnerability. Imagine if some 3rd party Flash ad could randomly just screen capture anything that you are doing on the webpage (login details, personal information, activity etc.).
Anything within the SWF itself is fair game however.
I’d advise you to think about why you need the screenshot and from there try to find another approach that can give you the same effect as a screenshot, since it is impossible to take a screenshot of the whole webpage just from ActionScript.