trucu Posted March 24, 2016 Posted March 24, 2016 Hi will like to know if there a way for me to save any shockwave.flash as an image of the actual frame. My problem is I have a chart that is made with shockwave.flash using xml file but I want to print it out in a PDF but I can paste an image but I dont know how to do it. Can anyone help?
AutoBert Posted March 24, 2016 Posted March 24, 2016 Make a Screenshot using _ScreenCapture_Capture and use a app which can print JPG's.
trucu Posted March 25, 2016 Author Posted March 25, 2016 yeah I wanted to be easier because the graph are in the Gui program in one tab, so if is not in that tab it wont screencapture the chart that I want to print.
trucu Posted March 28, 2016 Author Posted March 28, 2016 On 24/3/2016 at 3:16 PM, AutoBert said: Make a Screenshot using _ScreenCapture_Capture and use a app which can print JPG's. Im using your solution but with _ScreenCapture_CaptureWnd but I dont know how to run it more than once, I making 3 charts in a new Gui and Img making _ScreenCapture_CaptureWnd(@ScriptDir & "\tabla\imc.jpg", $press, 20, 30, 320, 250 ) _ScreenCapture_CaptureWnd(@ScriptDir & "\tabla\pesoa.jpg", $press, 350, 30, 320, 250 ) _ScreenCapture_CaptureWnd(@ScriptDir & "\tabla\grasa.jpg", $press, 680, 30, 320, 250 ) But it only working the first one.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now