Printing Flash or SWF File

Hello all,
I am attempting to print a page of my flash file from within
flash (in the root of the file) and certain things are left out, as
they are left out on the actual flash 8 viewing screen.
I also tried compiling it and then going to print from SWF
file on the page I wanted a print out of, that worked better but
still very distorted. I'm just wondering how I can go about
accomplishing the goal of printing out various pages of my flash
file.
Also I know that like internet resolution is like 72dpi but
the flash file I'm not sure what resolution it is at, is there a
way to check? I'd like to print the various pages of my flash file
at the highest possible resolution, so knowing all that thank you
all for the help!
Travis

Your flash file is at 72 dpi unless everything is in vectors,
then it is resolutionless... is that a word? Basically vectors are
scalable to infinity, but bitmaps get fuzzy after a few zoom steps.
Increase the screen resolution on your monitor and zoom in on the
stage to 300% or more, then take the screenshots and change the
resolution in photoshop. Using the zoom you can get more then the
72dpi out of it, if you know what I am talking about.

Similar Messages

  • Embed Animated Flash Objects (*.swf file) in Oracle Forms.

    Hello All,
    To Embed Animated Flash Object (Shockwave *.swf File) in Oracle Forms, Please Follow the Steps Below.
    1. Draw "ActiveX Control" Item on Canvas with the Name "OCXITM".
    2. Select "ActiveX Control" Item & Go to its Properties (By Pressing F4).
    3. Select "ShockwaveFlash.ShockwaveFlash" in "OLE Class" Property of "ActiveX Control" Item.
    4. Come again to the Canvas.
    5. Right Click on "ActiveX Control" Item, Select "Insert Object...".
    6. In Control Type List, Select "Sockwave Flash Object" and Press "OK".
    7. On Canvas, Select "ActiveX Control" Item, Go to "Program" Menu, Select "Import OLE Library Interfaces...".
    8. Select All "Method Package(s)" & "Event Package(s)" for "ShockwaveFlash.ShockwaveFlash.X" & Press "OK".
    9. Go to "Object Nevigator" (By Pressing F3) & Expand "Program Unit" to verify that the Packages are Successfully Imported.
    10. Compile All the Objects (By Pressing "Ctrl+Shift+K").
    11. In "WHEN-NEW-FORM-INSTANCE" Trigger Write the Below Code.
    ** Author   : Muhammad Waseem Haroon                        *
    ** Dated    : 07-Apr-2005                                   *
    ** Purpose  : To Call Macromedia Flash Object (*.swf File)  *
    ** Module   : Logo                                          *
    DECLARE
         oleitm OLEOBJ;
    BEGIN
         oleitm := :item('OCXITM').INTERFACE;
         ShockwaveFlash_IShockwa_0.Movie(oleitm,'d:\movie.swf');--it can be dynamic.
    END;12. Compile, Save & Run Your Form.... and... See the Beauty.
    Thanks & Regards
    Muhammad Waseem Haroon
    [email protected]
    [email protected]
    [email protected]

    Mark Striekwold did an effort to put flash into forms
    http://mark-oradev.blogspot.com/2010/02/flash-inside-oracle-forms.html
    http://mark-oradev.blogspot.com/2010/02/flash-test-inside-oracle-forms-part-2.html
    http://mark-oradev.blogspot.com/2010/04/flash-test-inside-oracle-forms.html

  • Is this possible to package flash 8 swf file with AIR

    Hi All,
    Is this possible to package flash 8 swf file with AIR
    packager or load flash 8 swf file in AIR?
    Any info on AIR would be greatful.
    Thanks,
    Shailesh

    Yes.
    -ted

  • How can I save a Flash or .swf file in AVI format without losing quality?

    How can I save a Flash or .swf file in AVI (or another video) format without losing quality?

    As long as you don't have code in your animation then just hit File->Export->Export Movie, then configure the options.
    Here's an article on exporting sound, images and video. Just skip on down to exporting AVI and it explains the process. The codec is in the Video Compression section. When you click Settings for Video Compression, the codec is in the drop-down at the top. There's various kinds but to get lossless quality AVI you'll have to choose Uncompressed / None for full quality. Again, the file will be huge and you'll need to use another program (like Adobe Media Encoder) or Microsoft Windows Media Encoder, etc, depending on what format you intend to compress it ultimately.
    http://helpx.adobe.com/flash/using/exporting.html#exporting_video_and_sound

  • How to detect end of flash movie (SWF file) in Javascript

    I have used Dreamweaver CS4 to integrate my SWF file as shown
    below. So far so good. See GoToNext()
    my website
    What I wouldd like to do is have the SWF movie trigger a
    javascript function in my html page when the video is stopped
    playing (i.e. when it is finished) There are no controlls in that
    SWF file - it is basically am add banner. I would think this would
    be easiest done by rasinng an event in SWF that is communicated to
    javascript, where I can add an event listener, and thus trigger my
    function.
    How can this be done in the simplest way?
    <div id="bodyFlash"
    class="clearfloat"><p> </p>
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="760"
    height="150" id="FlashID" title="Chillifire Banner">
    <param name="movie" value="flash/chillifire.swf" />
    <param name="quality" value="high" />
    <param name="wmode" value="transparent" />
    <param name="swfversion" value="6.0.65.0" />
    <!-- This param tag prompts users with Flash Player 6.0
    r65 and higher to download the latest version of Flash Player.
    Delete it if you don’t want users to see the prompt. -->
    <param name="expressinstall"
    value="Scripts/expressInstall.swf" />
    <!-- Next object tag is for non-IE browsers. So hide it
    from IE using IECC. -->
    <!--[if !IE]>-->
    <object type="application/x-shockwave-flash"
    data="flash/chillifire.swf" width="760" height="150">
    <!--<![endif]-->
    <param name="quality" value="high" />
    <param name="wmode" value="transparent" />
    <param name="swfversion" value="6.0.65.0" />
    <param name="expressinstall"
    value="Scripts/expressInstall.swf" />
    <!-- The browser displays the following alternative
    content for users with Flash Player 6.0 and older. -->
    <div>
    <h4>Content on this page requires a newer version of
    Adobe Flash Player.</h4>
    <p><a href="
    http://www.adobe.com/go/getflashplayer"><img
    src="
    http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif"
    alt="Get Adobe Flash player" width="112" height="33"
    /></a></p>
    </div>
    <!--[if !IE]>-->
    </object>
    <!--<![endif]-->
    </object>
    </div>
    ...

    on the last frame in the banner file you can use the
    ExternalInterface class to call a specific JS method, and even pass
    data if needed.

  • Need help with Flash CS6 swf files

    I have upgraded to Flash CS6 from CS5.  My problem is now whenever I made an swf movie, install it into an html page then upload it is doesnt show up.  I didnt have this problem with CS5.  I run it in test and it works on my computer but when I upload it it doesnt.  I have uploaded the script folder so that wouldnt seem to be the problem.  I dont know what is going wrong.  Some help would be greatly appreciated.
    Thanks
    Brent
    http://baconball.com/index2013.html

    open your fla is flash pro.
    click file>publish settings
    tick swf and html wrapper
    click file>publish
    upload the newly published swf and html to your server.
    open the newly published server html using your browser.
    any problem?  if yes, post the url to your newly published html.

  • Playing Flash Movie .swf files in iWeb

    This is my second post. The first was about generally not being able to publish my website in iWeb in Argentina. Discovered it was due to the 12 kilobytes a second upload speed!
    This query is about trying to get a flash movie with .swf extension to play on my homepage in iWeb
    www.edgold.co.uk
    Ive made a flash movie on my girlfriends PC. Why? Because she has Flash installed.
    Ive transferred it to my Mac and it plays with a programme I downloaded called SWF & FLV Player - no problem there. For the love of trying I cant get it to play.
    Ive gone to 'Insert' in iWeb, clicked on Choose and selected the swf file. Ive put it in position on my homepage and published it. Then Ive opened the HTML page thats found in iDisk using TextEdit so that I can change the html to get the flash plug in to play it.
    I found all the details on website by 'Vertical Moon'
    http://www.verticalmoon.com/tutorials/general/iweb/iweb.htm
    Ive followed every step to the letter but where they seem to slip up is that the swf file isnt played by QuickTime. QuickTime on my Mac doesnt want to know! If it was played by QT then I'd have a chance to change the html from 'writeMovie1()' to writeflash1() but there is no sign of that code in the html file let alone having to change it in JavaScript.
    At the end of the day Ive got an swf file (Flash) that I want to stiuck on the front page of my website to play over and over. Ive spent over 18 hours on this non-stop and its time I called it a day.
    Please can someone tell me how to get iWeb to make friends with it!
    Ive looked at lost of other sites about free Video code generating but none of them work!
    Cheers
    Ed
    (Im in Patagonia - documentary photographer...sorting a good site helps me secure sponsorship and future exhibition venues. Your help is appreciated!

    Alancito
    Thanks for replying and the great info on getting a QuickTime to play automatically.
    Please can you continue to help as Im having no luck.
    I will write below briefly whats happening.
    I made a QuickTime in iPhoto as was suggested. I dropped it into iWebs 'Media' button under the 'Movies' tab, in a folder. I then dropped the QT file onto my web home page. It shows with a control bar at the bottom of its window for playing it.
    I published it OK. The live website shows the QuickTime movie BUT you have to click play to start it. So I then I opened the html file in iDisk in TextEdit.
    I tried and tried to find the html code for the QT Movie. I read and re-read the whole html file from top to bottom and found no sign of the QT Movie. Then I went to 'Edit' and 'Find' in TextEdit and typed Movie. It came up with a bit of code which says writeMovie1();
    I guess that this means it is talking about THE movie in question but there is no more code to
    do with 'true' or 'false'. If it said false Id change to true but writeMovie1(); just looks like this:
    <script type="text/javascript"><!--
    writeMovie1();
    --></script>
    stuck almost at the bottom of the html file page.
    Please help...remember Im using iWeb 06
    Thanks...I hope Im close to solving this now. All I want is to play the QT automatically.
    Ed

  • Importing a flash Catalyst .swf file in Flash CS5 ?

    Hi,
        I found Flash Catalyst by luck while browsing the Adobe website and downloading the Flash CS5 trial...
    One simple question....
    Can I import a .swf file created in Flash Catalyst into a Flash CS5 .fla as an element ?
    I created a scrolling text attached to a custom made scrolling bar in Flash Catalyst, and I would now like to use it in my Flash CS5 project...
    Well, I will be waiting for your responses...
    Thanks in advance for your help !
    Gilbert Gour

    Unfortunately you can't import an SWF from Flash Catalyst into Flash CS5.  Flash Catalyst uses the Flex Framework for building the its SWF.  Flash CS5 does not use the Flex Framework and doesn't know what to do with that kind of file.  You can load an SWF from Flash CS5 into your Flash Catalyst project, though. 

  • Director mx 2004 won't display Flash 8 swf files & other Flash media

    I have created a Flash 8 Project which has audio, video (which are converted to swf files fom flvs), flashpaper.  This application is driven by XML.
    However  this application works fine outside director, but when I import the main swf file into director mx 2004 and RUN it, director won't display the videos (but I can hear the audio from the videos), Director wont show graphic images(eg menu icon movie buttons, and flash buttons). Also I can launch external files (eg text file) from flash, but again it won't work via director.
    ANY SUGGESTIONS PLEASE

    ANY SUGGESTIONS PLEASE
    I suggest there's no need to shout.
    Try linking the Director cast member to the external swf file instead of fully importing it. You also should have the 10.1.1 update in place - this is particularly important.

  • Server won't display flash html/swf files

    I have a set of html/swf files that are "set" exacly like a dozen other nearly identical files that are served correctly by a hosting site but this set only displays a Flash Player upgrade icon on Foxpro and a blank page on IE.  My client Flash Player is the latest and works fine for the other dozen nearly identical files.  Of course the initiating fla file displays correctly with CS5.5 Flash itself.
    I've run out of ideas about what causes the problem and how to fix it.  Any ideas please?

    Thanks for your response.  I've resolved the problem.  This one troublesome file was not "set exactly".  The Publish Settings "output file" field designated a non-existent folder that was a remnant of a deleted folder.  Flash did it's best to sensibly respond.

  • Embedding Flash Charts (*.swf-file) to WebTemplate

    Hi, due to customer requests we want to embedd Flash Charts to our WebTemplate in BI7.0. The examples we´ve got contain JavaScript and the necessary staff. There are *.swf files available. But is it possible to use the Scripting in a WebItem Chart ? Has someone just experience in that ? I´m looking forward for some interesting information. I couldn´t find the right answer yet here.
    Regards,
    Peter

    Answered by a former colleague at SAP.

  • Flash CS5 SWF File not functioning in Captivate 5

    Hi,
    I have an Interactive SWF File created in Flash CS5 that has an Intro screen with a button to continue etc and it opens to a presentation with several buttons, and works fine.
    I bring the SWF file into Captivate 5. It shows fine in the Slide, but when I test it or publish it, two things happen.
         It stops after a second and disappears. I have set it to play for the duration of the animation, but it makes no difference.
         If I extend the timeline out to several minutes then it will stay, but although the Start button works, nothing happens, it just sits there.
    how do I get the Slide to stop and stay so that the user can take their time interacting with the animation. ( I dont how long someone will spend on the presentation)?
    Why doesn't the interactivity actually work?
    Cheers

    Take a look at this other thread: http://forums.adobe.com/message/3606274#3606274
    It may explain the reason for the issue and what you can do about it.

  • Can't open Adobe Flash for SWF file...keeps opening Install Manager instead.

    Hi, I need to open a SWF file made from InDesign (interactive PDF). And when I click on it, Adobe Flash Install Manager keeps popping up with an uninstall manager. I've re-downloaded it three times, re-installed it 3 times. It's just not working. Any suggestions?
    I'm on a Macbook Pro if it matters.

    To view a local SWF you will need the standalone player (Projector) from http://www.adobe.com/support/flashplayer/downloads.html

  • Tools to create a Flash 7 SWF file from Powerpoint for deployment to 4305G?

    Hi there,
    We are using
    4305G DMPs running firmware 5.2.1
    DMM 5.2.2
    We have an internal customer who wishes to find a tool to create Flash 7 (or Cisco DMS compatible Flash SWF) files from Powerpoint to deploy to the DMPs. The customer is currently using a tool called iSpring to create Flash SWF files out of Powerpoint files, but this will not display through the DMPs running 5.2.1 firmware.
    http://www.ispringsolutions.com/ispring_presenter_pro_now_ispring_pro.html
    What other options are available?
    The underlying business need is to reduce the time it takes to create presentations for deployment to the Digital Media Players.
    Any advice much appreciated,
    Regards,
    Kathy

    Not sure if this helps but I use Camtasia's powerpoint plugin to convert presentations that have animation into video files in either swf/flv or wmv format.  For standalone powerpoint presentations that do not include animations I simply use a program called PPTools which allows me to export high quality images from my presentations without losing any quality.

  • Flash Catalyst SWF file not working in Captivate 4

    Hi,
    I downloaded the trial version of Flash Catalyst to use in conjuction with Captivate (I don't know how to write code) so that I have scrolling text boxes in my project. Well, Flash Catalyst works as designed, but when I go to import the swf file into captivate, they don't play nice together. My project is in AS3, which is congruent with Flash Catalyst. Any ideas on what I'm doing wrong, or work arounds to get it to run would be greatly appreciated.
    Thanks,
    Tony

    Hi Tony,
    I got your file, thanks! I have not tried it inside Captivate because I was not on the same machine were Captivate is installed. However, if you tried to use,  in Captivate, the main.swf file located in the deploy-to-web folder than you will have some issues. The file in that folder is very lightweight because it will download at run-time the flex framework. Therefore, if the framework is not in the same location as the main.swf when captivate runs, the animation will not show up properly. So, if you copy the other swf and swz in the same folder were Captivate publishes, then it should work.
    However, there is an easier way to do this. You have another folder called run-local. This folder contains a bigger main.swf file. This file already contains all the framework part in it. So, if you try to use this file instead, it should work inside Captivate.
    Give this a try and let me know if it works out.
    Whyves
    www.flash-factor.com

Maybe you are looking for