User Tag List

Results 1 to 8 of 8

Thread: Print screen?

  1. #1
    No Products Registered

    Join Date
    Nov 2006
    Posts
    29
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Print screen?

    Hi all, I'm doing a swf that I need the user to be able to print what is on the screen. I could get them to do a Prt Sc and cut n paste into a word doc but thats pretty clunky.Any ideas please? Thanks Jafa

  2. #2
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    Stephen's Avatar
    Join Date
    Aug 2008
    Location
    Montana
    Posts
    4,515
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Print screen?

    I don't think this is possible in Flash without using php or something.
    _____________________________________________
    Nivram's Examples -Need extensions? Send me a PM.-


  3. #3
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module
    RickyRombo's Avatar
    Join Date
    Mar 2008
    Location
    Somewhere between here and there
    Posts
    3,167
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Print screen?

    You could send each pixel to a php script, and have the php script render an image... that would be horribly inefficient!

  4. #4
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    UrbanMonk's Avatar
    Join Date
    May 2008
    Location
    Southern U.S.A.
    Posts
    847
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Print screen?

    Yeah, iterate over the pixels using the surface object and build string then send the string to a php script using the get object.

    Actually I'm kidding, we really need a print object for the flash runtime. I've seen bunch of flash apps do this.

  5. #5
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Aug 2006
    Posts
    2,335
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Print screen?

    Yeah AS3 can do printing -

    http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/printing/package-detail.html

    It's just there is no object for this yet, hopefully the AS coding object will allow it though.

  6. #6
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export ModuleUnicode Add-on
    Looki's Avatar
    Join Date
    Aug 2006
    Location
    Karlsruhe, Germany
    Posts
    3,741
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: Print screen?

    It will.

  7. #7
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Aug 2006
    Posts
    2,335
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Print screen?

    Nice, i can't wait to try the new AS3 coding object.

    MMF2 is actually getting quite good for coding options now with Lua, Python, C#/DotNet, Basic, OpenGL, C++ (For Extensions), HLSL (HWA), AS3 (Soon) and other options like ActiveX/DLLs/XML and parsing features. This is great and i hope this continues with MMF3 also when that is released.

  8. #8
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export ModuleUnicode Add-on
    Looki's Avatar
    Join Date
    Aug 2006
    Location
    Karlsruhe, Germany
    Posts
    3,741
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: Print screen?

    More to come in the future.. *cough*

Similar Threads

  1. Print / Print Preview Bug?
    By Perry in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 30th December 2013, 01:54 AM
  2. Big Print App
    By StingRay in forum iOS Released Games & Apps
    Replies: 1
    Last Post: 21st May 2012, 08:25 AM
  3. Taking a Print Screen of SWF game screen
    By redpandagames in forum SWF/Flash Export Module Version 2.0
    Replies: 5
    Last Post: 12th February 2012, 01:49 PM
  4. print preview screen: is it possible?
    By Attus in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 13th September 2008, 06:07 PM
  5. Print screen protection/program termination.
    By tourmaline in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 11th April 2008, 01:45 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •