Problem with the render quality of AS3 Flash plugins

  • Hi,

    I've been struggling with the problem of the render quality of the plugins I'm creating in Flash with AS3.

    I'm using as suggested in another post:

    But the quality of the lines (specially the curved ones) in flash are always really bad as you can see in the attached picture of what was supposed to be a perfect round orange circle.

    Any ideias how to overcome this problem?

    Thanks.

    ––––•(-• zyON •-)•––––

  • Hi,

    try using:

    Code
    <display movequality="BEST" stillquality="BEST" movequality10="BEST" stillquality10="BEST" />

    then the Flashplayer StageQuality is in any case always BEST,
    changing the StageQuality directly/manually in the plugin itself may not work, because krpano can/will change it back,

    best regards,
    Klaus

  • Hi Klaus,

    Thanks. I was missing the movequality10="BEST" and stillquality10="BEST" attributes on the display tag and using the default Flash10 attribute. Solved.

    ––––•(-• zyON •-)•––––

  • Zephyr: Thanks, the problem was that I was using Flash10 and was missing the movequality10="BEST" stillquality10="BEST" attributes.

    The quality of the container (in this case krpano) is leading when making flash plugins. if krpano is in LOW, then the plugin is too.

    Alsoo make sure when using bitmaps/bitmapdata, you use smoothing = true.

    ––––•(-• zyON •-)•––––

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!