Welcome, Guest
  • Author Topic: (Newbie) Links please to printable yet scrollabe flash movies  (Read 894 times)

    Trevor Ward

    • Server what's that
    • *
    • Posts: 1
      • View Profile
      • Email
     I am thinking of creating my cv (resume) in flash, created dynamically from text files. I have figured out that bit (kind of  ;D ) but would like to be able to print out a decent result from the flash file.

    If anyone can point me in the direction of movies/sites that have this kind of functionality (and believe me I have done some searching) I should be most grateful. If they are .fla files or tutorials even better.

    TIA

    Trevor

    Jorge Solis

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 14616
      • View Profile
    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