RED BG ON IE8 - Still no clear answet on how to fix it.

  • 13 posts
  1. Elegy

    4 months ago

    Hello,

    This issue has been brought up many times on the forum but still no clear answer on the fix. Even if the images are the same size as the .swf the issue still occurs. No need for example but the http://www.progressivered.com/cu3er/ site, it has the same issue.

    Please we need a clear answer on this issue as a lot of people are experiencing the same problem.

    Thank You

  2. bravepioneer

    4 months ago

    Hi

    Yeah, just downloaded, followed the sticky posts about Wordpress integration, all good, but can't change that pesky red background.

    I have used Cu3er on some premium themes and they have the options work all fine. How come the raw, original article seems to have an issue? I get a red BG in Firefox.

    Love a solution for colour choice or none, clear, please.

    Thanks.

  3. Hi,

    if your IE zoom is larger than 100% you will see red background. To avoid it just set vertical & horizontal align to center in <general> node. http://www.progressivered.com/cu3er/docs/general.html

    Thanks

  4. joomskees

    3 months ago

    None of the fixes posted in this forum worked for me. First, let me show you how to replicate the issue:

    1. On either Firefox, IE7, or IE8, load the page normally
    2. Zoom in to greater than 100%
    3. Refresh the page and the red background appears on transition
    4. Reset the zoom to 100% and refresh the page again to get rid of the red background

    Here are the fixes I tried:
    - Added the <general> node code given
    - Made sure the image size and player size was the same
    - Made sure the images were JPG

    Please note that a fix of "just make sure the browser remains at 100% zoom" will not work, since many people (including our clients) view sites at different levels of zoom.

    Thanks.

  5. Hi,

    you need to restart your browser after reseting your zoom settings. Hope that helps.

    Thanks.

  6. joomskees

    3 months ago

    Hi Stefan,

    That didn't work. Any other ideas?

  7. joomskees

    2 months ago

    bump

  8. Artificialart

    2 months ago

    Im using Cu3er on a couple of websites, great work thanks Stefan Kovac. I have been looking at the unresolved browser zoom issue and came across a possible action script solution.

    Source:
    http://www.actionscript.org/forums/showthread.php3?t=224812

    Code:
    stage.scaleMode = StageScaleMode.NO_SCALE

    stage.addEventListener(Event.RESIZE, onStageResize)
    private function onStageResize(e:Event):void {
    var widthScale:Number = stage.stageWidth / 800; // 800 is the original width of the swf, you should replace it with your width
    scaleX = scaleY = widthScale;
    }

    Any use?

  9. joomskees

    2 months ago

    bump 2

  10. I am having the same issue with no luck resolving. I have tried all of the above to

  11. joomskees

    1 month ago

    bump 3

  12. joomskees

    4 weeks ago

    bump 4

  13. joomskees

    2 weeks ago

    bump 5


Reply

You must log in to post.