A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Blurry Pixel Fonts opening in new browser window?

  1. #1
    Question:

    I'm encountering a problem with the PIXEL fonts that open in this new window.

    When I test the SWF from within FLASH, all the text looks great.

    When I open the SWF file on it's own, all looks fine.

    When I click the button whos attached JAVAScript opens a new browser window containing this SWF, the text becomes blurry.

    I have checked all text placement within the SWF and everything is A.O.K. In looking over the JAVAScript I see nothing that would make me think the SWF is being resized. What might be causing this kind of problem.

    Where should I look????

    This is the JAVAScript I am using:

    on (release) {
    getURL ("javascript:NewWindow=window.open('ShowPopup.php' ,'newWin','width=525,height=600,left=0,
    top=0,toolbar=Yes,location=No,scrollbars=Yes,statu s=Yes,
    resizable=No,fullscreen=No'); NewWindow.focus(); void(0);");
    }

  2. #2
    "Don't worry, you didn't see me"

    Join Date
    Mar 2001
    Posts
    282
    The placement of the window, unless you are using low quality, make a difference. You'll want to use a full size screen with pixel fonts, as they will be off pixel when they are displayed. either keep the browser full size, embed the font, break apart the text, or use _quality="low".

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center