SWF Rendering

Hi,
I have few SWF files for which the loading/rendering time of
SWF is huge.I am converting these SWF from PDF files.Can anyone
tell me what are the factors in SWF that cause slow rendering and
how can i avoid that during PDF to SWF conversion.
Thanks in advance

johnnyblondon;
Make sure the text field is set to "static", and avoid using
one of the
device fonts, or if the text field needs to be dynamic, elect
to "embed" the
character outlines in the swf.
-Tom Unger

Similar Messages

  • Swf colors rendered diffrent in IE, FF, Opera

    Hi folks,
    Just changed a header from png image to swf, needed a red
    blinking "beacon" But strangely the color of the swf renders
    diffrently in all browsers except safari? Does anyone have a clue?
    Colorprofile issue in the PSD file maybe? Have tried a few options
    but no luck so far...
    http://www.swedenpicture.se/prelook/gallerilofoten/index.html
    Link is here:
    Cheers!

    FYI. Looks pretty in Firefox on my Mac (same as Safari).
    There have been some issues with Color Management in Flash:
    http://blogs.adobe.com/jnack/2008/10/get_better_color_through_fp10.html
    ...but usually you see them in the Flash authoring
    environment.
    Even more likely for this case, though, is that you're using
    wmode in your html, which is notorious for causing display
    problems:
    <param name="wmode" value="opaque" />
    Get rid of this parameter entirely. You shouldn't need it for
    this piece.

  • Using code to export SWF frame as image

    Hi - I currently deal with a customer who has a large number
    of dynamically generated SWF movies. For various purposes they
    would like to be able to generate images (for example of the first
    frame only) of a SWF on demand, and potentially there would be
    multiple concurrent requests to do so. Does anyone know if there is
    a component, Dot Net DLL or any other programmatic mechanism for
    exporting a single SWF frame to JPG or PNG format, but without
    displaying the flash control or other visual interface, and that
    supports multiple concurrent calls?

    officermcnulty wrote:
    > Hi - I currently deal with a customer who has a large
    number of dynamically
    > generated SWF movies. For various purposes they would
    like to be able to
    > generate images (for example of the first frame only) of
    a SWF on demand, and
    > potentially there would be multiple concurrent requests
    to do so. Does anyone
    > know if there is a component, Dot Net DLL or any other
    programmatic mechanism
    > for exporting a single SWF frame to JPG or PNG format,
    but without displaying
    > the flash control or other visual interface, and that
    supports multiple
    > concurrent calls?
    >
    Sounds like you need a SWF renderer. Based on the complexity
    of your
    SWFs, it's no an easy thing to do.
    I would look into the various Open Source Flash player
    implementations
    out-there to use their rendering code. I haven't digged into
    this myself
    much but it may require a fair bit of coding on your side,
    plus be aware
    that these open source flash player generally do not support
    all
    features of Flash.
    There is one SWF rendering library here:
    Flirt:
    http://flirt.sourceforge.net/
    And some open source Flash players here:
    * gameSWF:
    http://tulrich.com/geekstuff/gameswf.html
    * Gnash (based on gameSWF):
    http://www.gnu.org/software/gnash/
    * swfDEC:
    http://swfdec.sourceforge.net/
    Good luck.
    Tim.

  • Licence for rendering Flash movies

    Hello,
    I'm an indie game developer and for one of my projects I
    would like to use a third party open source SWF rendering library,
    GameSWF. Is there any restrictions from Adobe/Macromedia point of
    view in this matter?
    The author of GameSWF claims the following:
    quote:
    I've been careful to try to avoid any possible legal problems
    with Macromedia, by not using their specs and not taking patches
    from anyone using their specs. I.e. as I understand it, gameswf
    clearly qualifies as a legal clean-room reimplementation of a SWF
    player. But I have not sought any professional legal opinions on
    this, and of course for free code I can't offer any warranty or
    indemnification about it.
    Please, comment on this. I would like to hear a comment of
    an official representative of Adobe/Macromedia, please.
    Thank you!

    This is a forum for "user to user" discussions. You have to
    contact adobe directly if you want to hear from an actual rep from
    the company:
    http://www.adobe.com/support/contact/

  • Running animation/graphics heavy swf in a worker?

    Hi,
    I am have a performance issue on lower spec machines.
    My application loads and displays a swf that renders heavy animations/graphics.
    This loaded swf renders at the same time as the application itself is rendering heavy animations/graphics.
    Would running this loaded swf in a Worker improve performance or do workers not help with rendering?
    Best regards,
    Kyle

    rubnov » On devices with Flash 2.0 preinstalled, SWF
    open directly in Flash Player with no user interaction (i.e: you
    can open them from the file browser).
    Flash Lite 2 "Developer Edition" is a different beast. It's
    not even signed, so you'll get a warning when installing it.
    Honestly, if your user is able to install the current Flash
    Player I don't think it'd be a problem for them to open the player
    and then loading the SWF from there.
    Current Flash Lite 2 users belong to two groups:
    * Those with "new" terminals (Nokia 5200, 5300, etc...) that
    already have Flash Lite 2 installed and won't notice this problem.
    * Developers/power users that have manually installed Flash
    Lite 2, and won't have a problem with opening the SWF files from
    the player.
    OTOH, it would be cool if Adobe could get the player signed,
    so installation becomes easier. Also, signing could also mean that
    the newly installed player "takes over" the ability to open SWF
    files, thus negating the need to open them from inside the player.
    Just my .02.
    Ale Muñoz
    http://sofanaranja.com
    http://bomberstudios.com

  • NEW cUMER

    hi,
    this is my first posting in the forum i have just started
    reading the adobe flex2 i have some questions.
    a. How you will compile the program written in adobe flex2?
    b. do you need to place the file which contain adobe flex2 in
    some special folder?
    c. i am a student form where i can download the student copy
    so that i can learn this fantastic language.
    d. why we need adobe flex2 like purpose e.g . PHP is used for
    dynamic page wht is the main reason of that language.
    please add me in ur messenger list
    [email protected]
    thanks for your cooperation
    with regards and best wishes
    Khurram.

    a. use Flex builder, or mxmlc
    b. A flex app is a compiled swf, rendered by the Flash
    Player, hosted by a browser. How you get there is very flexible.
    c. I do not know. Check the Adobe site.
    d. State on the client, no page refreshes, cross-browser
    compatibility, to name a few.
    Tracy

  • Desktop AIR 2.5 application with transparency and embedded Flash with wmode transparency error

    I'm working on a desktop AIR project using the 2.5 SDK (ADT) to create an application that combines html and flash content. My application is using systemChrome none and transparent true. I have an swf element in my html file that I have set to wmode transparent. Instead of the swf rendering with a transparent background and showing the desktop like the html content does, I'm seeing a black box that fills the area where the Flash element is embedded.
    Can someone please assist me in removing this black square so that my flash content is rendered within the html file with a transparent background instead of a black background?
    When the AIR application is set to transparent, the Flash content must have it's wmode set to either transparent or opaque. Opaque gives it a white background (the stage background color), but transparent seems to just give it a black background.
    Thanks!

    Ok fellas,
    It appears that I have indeed answered my own question. So thanks... uh, me As I've now figured out, the entire AIR application is basically still a Flash based Display Object, one that can render html using webkit. That means that even though my main application is written in HTML I can still load swf files into the display list of the root applications native window using the Loader class.
    I had mentioned earlier that this didn't work, but actually it did work I was just having an error. In my flash file I had a reference error because I was referencing stage.stageWidth in actionscript. This produces a typeError in the AIR runtime when I add this to the root display list. I was able to finally see this error by add the -nodebug command to my adl testing script (adl app.xml -nodebug). For whatever reason my AIR 2.5 adl would not produce air.trace calls to the cmd console without that -nodebug command, which is extremely ironic. So adding in the -nodebug command actually gave me my debug traces! Welcome to the world we live in folks... I also found out that my traces in the swf also trace out to the console when you add this command in there.
    In addition, the reason I was not able to get the Loader class to work from javascript was because I was not using the correct addEventListener call. If you are familiar with Actionscript 3.0 (which luckily I am) you will recall that you have to add the event listener to the "contentLoaderInfo" object of the Loader variable you instanciate.
    Here's a snippet of how I was able to do this as well as another link that is buried in the documentation that's useful:
    var loader;
    loader = new air.Loader();
    var file = air.File.applicationDirectory.resolvePath("test.swf");
    loader.contentLoaderInfo.addEventListener(air.Event.COMPLETE, swfLoaded);
    loader.load( new air.URLRequest(file.url) );
    function swfLoaded(evt) {
         air.trace(" SWF LOADED! Woohoo! ");
         air.trace( loader.numChildren );
         loader.width = 1000;
         loader.height = 800;
         loader.x = 0;
         loader.y = 0;
         window.nativeWindow.stage.addChild(loader);
    This is a very useful article on creating nativeWindows and other things, such as creating Flash based display objects and adding them to the stage:
    http://help.adobe.com/en_US/air/html/dev/WS5b3ccc516d4fbf351e63e3d118666ade46-7e0a.html
    Woohoo!

  • 3/7/2013 - Flash Player 11.7 Beta

    Flash Player Beta Channel Update
    The weekly Flash Player Beta update, 11.7.700.128, is now available for direct download and automatic installation via Background Update.
    To improve Flash Player security, we are making changes in Flash Player 11.7 that could introduce backward compatibility issues in certain cases. We encourage you to test all of your content in different browsers and verify that your content works as expected. We look forward to getting your feedback and input.
    The latest version of the Flash Player Beta is available here: http://www.adobe.com/go/flashplayerbeta
    For full details on our new features please see our Release Notes.
    New Features:
    Sandboxing Enhancements
    This feature adds enhancements to the existing sandbox feature by better addressing application launches in protected mode
    Notable Fixes and Enhancements:
    3498546 - Chrome PPAPI on Mac: Adobe Connect Add-In Does Not Launch after Installation
    3499731 - Chrome PPAPI on Mac: Adobe FormsCentral has an unacceptable delay while resizing an information box on a template
    3494618 - Safari on Mac: Specific SWFs are scaled on Mac with Retina Display
    3501218 - WinXP - Microphone audio is distorted
    3492841 - Chrome PPAPI: Corrects an issue where copy and paste was not working in the textfields of some Flex-based SWFs
    3487449 - Flash Player will now correctly clip a SWF rendering with Stage3D where the SWF is larger than the HTML container and is using constrained mode.
    3499702 - Microphone stops dispatching SampleDataEvents after repeated use
    Known Issues:
    Protected video streams may fail to play
    About the Beta Channel
    We have moved to a rapid beta release cycle using "Background Updates". We encourage you to subscribe so you can get the latest and the greatest Flash Player without a single mouse click. We also recommend you subscribe to our Twitter channel @FlashPlayerBeta to stay on top of the current release schedule updates.
    You can find instructions for getting started with this release here: Flash Player 11.7 Labs Page
    We encourage you to let us know what you think over on our 11.7 Labs forums

    Please post problems and issues with the beta release in the beta forum.

  • How to place an image created with DefineBitsJPEG2?

    We are writing software that generates native SWF's in binary.
    We define a simple JPEG image using DefineBitsJPEG2.
    When we try to place the character using PlaceObject2 and a simple scaling matrix.
    The swf renders completely blank.
    My question is:
    Is it possible to place the image directly using PlaceObject2 or do you need to generate a shape first and use the bitmap as a fill style?
    The spec leads me to beleive direct placement should be possible. However I have not seen any examples to prove it.
    I've opened the SWF with a decompiler and the image appears to be valid. SWF is not corrupt to my knowledge.
    I've included the generated SWF in question as an attachment.
    Thanks for the help!
    Mike M.

    Solved this a few week ago by generating a shape and then using the image bitmap as a fill style for the shape.
    This seems like more work than should be necessary...but it works!

  • Can't embed a flash content in html air program

    everyone please help me:
    this is the code in app:/app/m.html:
    <object type="application/x-shockwave-flash" width="72" height="22"><param name="movie" value="app:/upload.swf"></param></object>
    if the tag <transparent>true</transparent> in the application.xml, the flash content can't show:
    but when i remove the tag <transparent>true</transparent>,the flash show:
    is this an air runtime bug?
    how could i make the flash show?
    btw: i need the tag <transparent>true</transparent> in application.xml.

    Hi,
    I think this is known limitation for SWF rendering, see 1.5.* release notes:
    http://www.adobe.com/support/documentation/en/air/1_5_1/releasenotes_developers.html#issue s
    SWF content in applications using transparent windows
    SWF content in HTML does not display properly for applications using transparent windows.
    I'd advise to ask A team for status of that issue in subsequent releases,
    regards,
    Peter

  • Get free/used memory info

    I'm writing code for a system that is very limited in it's memory. I've written some code to cache the data and movieclips used, but eventually I'll need to free some memory before I run out (and flash is terminated)
    Is there a way to find out
    - how much memory flash/my .swf is using in total?
    - how much memory is free?
    - how much memory an object or movieclip (including it's children) occupy?
    I'm looking for something to decide wether or not I should release some memory. it doesn't need to be very precise, just anything I can use as an indicator in actionscript 2.0
    I've found that in Flash Lite I can use
    Code:
    fscommand2("GetTotalPlayerMemory")
    fscommand2("GetFreePlayerMemory");
    but unfortunately I'm not using Flash Lite and these commands don't seem to exist in flash 7+.
    Is there anything I could use?

    The application is much like a browser: Pages (with text, images and some interactive elements) are defined on a server. The swf renders these pages and lets you navigate them.
    When enough memory is available I can keep previous pages in memory, so revisiting a pages and reusing images does not require them to be reloaded (which can take more than 10 seconds for a complex page).
    When memory is low, pages (except the current page) can be removed from the cache and they'll have to be reloaded when the user revisits them.
    If I do not remove old pages/images from memory, eventually there will be a moment the swf runs out of memory and is killed. But if I remove pages too soon, revisiting them will be a wait. We've already seen situation where I can hold only 3 pages in memory simultaniously. It depends on the complexity of the page and the availablity of memory. As long as there is enough memory for 1 page, it'll work.
    Basically I want to do as much caching as possible. The problem is finding out how much is possible.

  • .swf file won't play on any in house computer except the one it was rendered on

    So, I work in a company that does some animation. I handle the website and uploading our stuff to it. The animator upstairs makes the stuff. He rendered out the file as a .swf, a html and a flv. He says he did it the same as he always does it, which is fairly often and he is definitely competent. The file plays in the browser on his computer (a mac).
    He transfered the file to several of us to test where the problem is. On mine (mac), two coworkers (also macs), and a pc the files do nothing when opened in a browser, blank white screen. The icons for the files are also just a blank page. We can all play the other .swf files from the website, both on the site and downloaded to our comps.
    Flash player has been updated on them all. He has re-rendered them with different file names. We are transferring them over our network.
    We need to get this animation on the web and I have no idea whats up with these files. Anyone got any ideas?

    upload the embedding html and the swf and loaded files to a server and post the url.

  • Fully loaded and rendered external SWF printing problem.

    I have an application that loads external SWF files that I have not built and do not have the codebase for.
    I need to know when these SWFs are fully loaded and have rendered themselves on the screen.
    Even gone to the point of giving them 80 enter frame events before trying to print and they show up on the paper sporadically.
    Does anyone know if there's some standard event coming from some object internal to SWFLoader that would let me know when the SWF is "running?"

    There is no way to know in the general case.  If it had an animation of
    birds flying around on it, when would be the right time to print it?

  • Aerender rendering and SWF files

    This is for AE 10.0.2 under Mac OS Snow Leopard 10.6.7.
    I am having trouble with the "aerender" command line utility.  It simply cannot render SWF elements.  Any layers whose source is a SWF file come up blank in the render. 
    I have tested this on multiple computers, and it seems to be consistent.  It happens whether or not I use the 'reuse' argument.  These comps render fine within the AE GUI (but not with -reuse).
    Is there something I am missing here?  I would really love a solution for this, as it has really crippled our render farm.
    Thanks!!

    Sorry, I would like to revisit this.  It is a major problem.
    I am running the AE dept. of an animated TV show, and without being able to use a render farm, much time is wasted with manually rendering things.  I would really like to find a solution to this problem. 
    I have tried every which way to automate this, using aerender, writing my own Javascript, etc.  But SWFs seem to be rendered blank unless a human being manually imports them or opens the project that contains them.
    My only solution thus far has been to pre-render all my SWF elements as Lossless movies.  This is however too slow, and must also be done manually.  It is not feasible for our pipeline to do this.  We are getting updated SWFs on a regular basis.
    Just wanted to throw this out there and get anyone's advice on how I can make SWFs work in my pipeline.  Thanks!

  • Chart rendering and swf files

    Hi:
    I am using Apex 4.0.2
    I have a dashboard that has several charts on it. I have a couple of issues:
    1. The chart rendering takes longer than I would like. I notice that each chart loads a separate swf file by referencing #CHART_TYPE#. In the Anychart documentation they recommend load a nultple type swf for a dashboard (anychart.swf). Is there a way I can load one single swf file instead of load a separate chart for each file?
    2. When the page reloads, sometimes one or two of the charts start loading but don't display. If you reload again, they will load. Any idea what the issue may be and how to resolve it?
    I would be appreciative of any help.
    Regards,
    Bruce

    Bruce
    bclark wrote:
    Thanks Richard:
    I'll give it a go.... but a couple of quick questions:
    1. The server is running on a Linux box. Can I set the listener up on my local windows machine and use it from there to test.Yes that's the whole trick of it.. On the blog there are also some articles regarding Linux
    BTW if you do put it on your local box, then you will need an oracle client, but I trust that this is logical. :-)
    >
    2. If I do swap the prod system to use the listener, does the whole setup have to change? For example, at the moment the images are in the XDB - how will this be impacted.Depends on what images you're talking about..
    - up/downloads for users stay the same
    - CSS etc (the apex images folder) will reside in the filesystem
    >
    Thanks again for your insight and kind help.
    BruceYou're welcome !
    regards,
    Richard

Maybe you are looking for

  • 58" Cloud TV...can no longer connect to Windows computer via MediaShare

    Have a Dell all in one and 58" Toshiba Cloud TV. Love the TV, but have had nothing but trouble with the MediaShare function. Sometimes it finds the computer on my network, sometimes not. Now won't at all for the last week. Have tried rebooting comput

  • Dragging Icons stops working after organizing using drag and drop. Why?

    On the newest MBA (2013) While organizing my music I was creating new folders within the artists' folder in order to seperate things into albums. sometimes when im dragging the songs into this newly created folder ( I drag them in  like groups of 10

  • Inspection type problem

    Hi Sap Gurus, I copied 01 inspection type to Z013 inspection type and followed the following procedure. But while posting MIGO inspection lot is not getting created and stock is updating in unresticted use stock. But same material with 01 inspection

  • How to cofigure the JDBC Sender adaptor

    how to cofigure the JDBC Sender adaptor, i want to do the scenario JDBC>XI>SAP Thanks & Regards, priya reddy

  • Selecting text from insertion point

    I want to select all of the text from the insertion point to the end of the file. The instructions I can find for this say to shift-click. I insert the cursor in the text and hold down the shift key and click, and nothing happens. Any suggestions?