FULL Browser Issue

Hello: I am in need of someone's expertise Please...
I have an AS2 .fla with all of my stage items on the timeline as opposed to inside a container swf. Hence, I must chose Center vertical and Horizontal options in the HTML alignment options when publishing in order for my movie to be perfectly centered in the middle of the browser. I would like to have a FULL Browser Background Image, however when I try using the following code, my background ("bg") does not fill the entire browser.
Can someone please tell me what I am doing wrong and if it is even possible to have a full browser background image while still using CENTER alignment in the HTML publish settings? I have tried the following code with and without the Stage align settings and with the xy coordinates centered-still no luck!
bg.Stage.align = "TL";
Stage.scaleMode = "noScale";
bg._width =Stage.width;
bg._height =stage.stageHeight;
bg.x = 0;
bg.y = 0;

I really don't know why this one project is giving me so many issues. Got my external swf cenetered- now the movie dissapears on resize
. I can still hear the music playing from the external swf though:
var swfLoader:Loader = new Loader();
holderMC.addChild(swfLoader);
var bgURL:URLRequest = new URLRequest("index2.swf");
swfLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, loadProdComplete);
swfLoader.load(bgURL);
function loadProdComplete(e:Event):void {
     trace("file loaded")
function resizeHandler(e:Event):void
bg.width = stage.stageWidth;
bg.height = stage.stageHeight;
swfLoader.x = (stage.stageWidth - swfLoader.width) * .5;
swfLoader.y = (stage.stageHeight - swfLoader.height) * .5;
stage.align = StageAlign.TOP_LEFT;
stage.scaleMode = StageScaleMode.NO_SCALE;
stage.addEventListener(Event.RESIZE, resizeHandler);
stage.dispatchEvent(new Event(Event.RESIZE));

Similar Messages

  • Nokia 500 and Belle Refresh: browser issues.

    Greetings.
    The Belle Refresh was indeed a welcome refresh for this low-to-midrange phone. However, there is a serious issue with the browser.
    With the update to Qt 4.8, you inherited QtWebKit, an amazing browser I know very well. In a desktop, it's fast, although it eats more memory than Firefox. However, in a cell phone like the 500, with limited amounts of RAM, this browser freezes the phone, due to the lack of memory. I'm also sure this browser can and will break phones with more memory and Belle FPx, since I've made QtWebKit use more than 1 GB of RAM in a computer running KDE.
    There is a way to avoid this, called "user agent". Opera Mobile avoids this scenario by telling pages through user agent "hey, don't be hard on me, I'm browsing this from a cell phone", and pages adjust themselves to that scenario. However, you didn't tweak the user agent in your browser.
    If you add no user agent tweaking, full HTML5 support, Flash Lite support (the much higher specced iPhone 4S doesn't support Flash), and low memory, you get a nightmare scenario.
    1. The webpages send their complete, full featured DESKTOP versions to my Nokia 500.
    2. QtWebKit supports everything, so, it makes a faithful attempt to properly render the page, even with Flash apps.
    3. Nokia 500 has only 70-80 MB of RAM free for apps to use.
    4. Boom.
    Can you release a hotfix for Belle Refresh, changing the user agent of Nokia Browser to something that can trigger the mobile version of web pages? In that scenario, QtWebKit will eat much less memory and everyone will be happy. And please, can you do this for everyone using Belle Refresh?

    I can confirm serious browser issues with the Belle refresh on a C6-01 device. The crash is so severe that only taking out the battery helps. It typically occurs when scrolling larger, feature-rich (and image-rich) webpages, so far I've seen this only on mobile connections (Edge, Umts), but that may be due to lack of testing with WLAN. (Where I've got WLAN I've usually a more powerful device as well..

  • Full browser window

    Hi Guys
    I found a method of filling the full browser window, with
    footer always at bottom, that I used here:
    www.tragicallyunhip.net
    The method works a treat, but I wasn't happy with that design
    so I tried out something new here:
    www.tragicallyunhip.net/temp
    And here I added a little extra, wanting to have the gradient
    on top and bottom like I do.
    If you view it in IE7 all is well. In FF, not so much. I
    added two divs around the table which fills the screen, and this is
    the issue. In FF it isn't filling the screen, despite the fact that
    the two DIVS (one to house the top half's background image, the
    other to house the bottom half's) are wrapping around a table
    which, when left alone like in the first example, fills width and
    height perfectly.
    I am hoping there is a fix for this.... I like this idea and
    would love to have it work out. I tried having the bottom
    background fill a footer cell in the table (like the footer in the
    first example) instead of a wrapper DIV, and while it fills the
    screen, I can't then get it to go behind the main content like I
    want to.
    Andy

    I might have fixed it...
    http://www.tragicallyunhip.net/temp/index2.html
    Can someone tell me how ohrribly broken this is in IE6, if at
    all? Or any other issues.
    Thanks
    Andy

  • Full browser flash scalable slideshow

    Hi All,
    I'm interested in making a full browser, scalable slideshow.  I have found tutorials on how to create a full-browswer background with a tiled image, and also how to create a full browser background with a movie that runs in the center of the browswer, but does not scale.
    I have seen this done here, for example, at this very beautifl website:  http://mslandarchitects.com/#  This is what we're aiming for.
    I know this can be done with javascript, and I have a version of this done for the iphone/ipad... however, I work for a design firm and we need some easier editable schnazzy effects that flash can offer for those who are visiting our website on any device that is non-iphone/ipad.
    Can anyone reccomend a tutorial that addresses this particular topic?
    Thanks!

    Hi There (Again)
    Thanks again for referring me to this site...
    I'm having some issues implementing the swf fit.  When I use the following code, The swf does not fill up the full browswer window when the window is at its maximum size.  I get white space on the left and right that will disaspeer as I shrink the window.  I would like the swf to take up the full window, regardless of the size.  Would anyone mind taking a peak and the code I'm implementing?  See if there is anything glaringly wrong?
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
        <script type="text/javascript" src="source/swfobject.js"></script>
           <script type="text/javascript" src="source/swffit.js"></script>
        <script type="text/javascript">
                var flashvars = {};
                var params = {};
                var attributes = {};
                params.menu = "false";
                params.quality = "high";
                params.scale = "no_scale";
                params.bgcolor = "#FFFFFF";
                params.allowFullScreen = "true";
                params.AllowScriptAccess = "always";
                attributes.id = "flash";
                swfobject.embedSWF("green.swf", "myContent", "100%", "600", "9.0.0", "expressinstall.swf", flashvars, params, attributes);
                swffit.fit("flash");     
        </script>
    </head>
    <body style="height: 100%; padding: 0pt; margin: 0pt;">
    <object id="flash" height="600" width="100%" type="application/x-shockwave-flash" data="green.swf" style="width: 100%; left: auto; margin-left: 0pt; height: 650px; top: auto; margin-top: 0pt;">
    <param name="menu" value="false">
    <param name="quality" value="high">
    <param name="scale" value="no_scale">
    <param name="bgcolor" value="#FFFFFF">
    <param name="allowFullScreen" value="true">
    <param name="AllowScriptAccess" value="always">
    </object>
    </body>
    </html>
    thank you once again,
    R

  • Fill the full browser height using 100% page items?

    I know Muse allows for visual designs that fill the full browser width using browser fill image tiling and 100% width page items, but can this be done vertically as well for full height of browser fill? I'm having issues getting this to work even after filling a rectangle from top to bottom of browser. HELP!

    Hello,
    100% stretch only works for the width of the rectangle and not for height in Adobe Muse.
    It has already been logged as a feature request : http://forums.adobe.com/ideas/1858
    I would suggest you to add your valuable vote and comments to the post.
    Regards,
    Sachin

  • Using a Mac, Firefox does not allow me to use the vertical scroll bar real-time in Godaddy webmail. It lags and jumps. Godaddy says it is a browser issue. Does not happen in Safari with Mac OS 10.4.11 or on PC w/windows vista.

    The problem is not my server (Comcast) as it does not happen on Safari when trying different websites as well as Godaddy.com or my Godaddy webmail. The problem is only when using my Mac OS X 10.4.11 (not my Windows Vista PC) in Firefox. I only began noticing this recently. Godaddy says this is a browser issue with my Mac as they cannot replicate it.
    == URL of affected sites ==
    https://login.secureserver.net/index.php?app=wbe&clearcookies=1

    The problem is not my server (Comcast) as it does not happen on Safari when trying different websites as well as Godaddy.com or my Godaddy webmail. The problem is only when using my Mac OS X 10.4.11 (not my Windows Vista PC) in Firefox. I only began noticing this recently. Godaddy says this is a browser issue with my Mac as they cannot replicate it.
    == URL of affected sites ==
    https://login.secureserver.net/index.php?app=wbe&clearcookies=1

  • Full Browser Flash in firefox help

    Hello.
    first I'd like to say beforehand that i'm just an average
    timeline flash designer. not really deep into programming. and
    doesn't know any programming languages except PHP on an advanced
    level nothing more nothing less. I mean, I only use javascript via
    copy paste from a site that gives codes. so here's my question:
    I have made a full browser flash site, or so it was called
    (is that official? FBF?) my problem is, it doesn't work in firefox,
    i tried googling, it resulted to change the doctype to an older
    one, I did that, no progresss, delete the doctype enrtirely, did it
    too, still no progress. And, found some site that let's you insert
    css:
    <style type="text/css">
    HTML, BODY {height: 100%; width: 100%}
    </style>
    did it too but still no flaah in firefox. and oh, I have the
    plug-ins installed just fine. here's my html code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
    Transitional//EN">
    <html>
    <head>
    lines 1, 2, amd 3,
    and then to the flash part.:
    <body>
    <table width="100%" height="100%" border="0"
    cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
    <tr>
    <td height="50%"><object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
    width="100%" height="100%">
    <param name="movie" value="flash/main.swf">
    <param name="quality" value="high">
    <embed src="flash/bg.swf" quality="high" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash" width="100%"
    height="100%"></embed>
    </object><script type="text/javascript"
    src="ieupdate.js"></script></td>
    </tr>
    </table>
    </body>
    It works ok in IE and btw, I only know how to make a full
    browser flash by changing the size in the code from width="x" to
    width="100%" and height="x" to height="100%" basically, I just set
    any dimension i see in 100%. but of course I already created the
    flash movie size that extends to 1280 x 1024.
    can you help me please? I hope I enough info so you may
    tackle wherever I've gone wrong. Thanks!

    Any chance your video card might have "video" related settings that might be interfering?  While I'm not suggesting that you switch browsers, trying to reproduce this on another browser will give us a datapoint to see if this is firefox specific.  I would recommend giving both IE or Chrome a try to see if it still occurs.

  • IWeb pages reverting to older version- not a browser issue, deleting prefs/caches no help

    Hi everyone, forgive me if this is a newb question but I've scoured the internet for answers and all of them I've already tried with no luck. I'm using iWeb and encountering a problem that has me completely stumped. I'm trying to publish changes to my site, (I do not use mobileme, I publish to disk and upload files via Fetch) and for some reason something is changing my html files when I try to upload them. The html files are correct on my hard drive when I publish them, and yet when I upload them, they revert to the older version. This is not a browser issue, as I've cleared my cache, refreshed and tried using Safari, Firefox and Chrome with no luck. I've also tried 're-setting' iWeb by deleting iWeb preferences/cache, and tried moving the domain file from application support, creating a new website, deleting it and then re-loading the old site. Nothing, still the old site. It's new in iWeb, new when I open the html files on my drive, and old as soon as I upload.
    I seem to remember having this problem before, and what I found was iWeb's cache kept replacing my new pages with the old ones every time I wanted to upload them. 'Re-setting' iWeb did the trick then, but it's not doing it now. Any ideas on what is going on? It's a little disconcerting seeing a file correct on the disk and then change itself, while uploading, into an incorrect version.
    Using:
    iWeb 3.0.3
    Mac OS 10.6.7
    Mac Pro 2.66 Dual core

    If you make changes to a page there are files in the Scripts folder that get updated and must be uploaded also.  Depending on what you're using to up load the files it can be setup to upload just those new or modified files.
    Cyberduck is a free FTP client that works very well and if used in conjunction with this tutorial will upload only those new or modified files: #2 - Uploading only those new or newly edited and published files when using a 3rd party FTP client
    OT

  • What is the best practice for full browser video to achieve the highest quality?

    I'd like to get your thoughts on the best way to deliver full-browser (scale to the size of the browser window) video. I'm skilled in the creation of the content but learning to make the most out of Flash CS5 and would love to hear what you would suggest.
    Most of the tutorials I can find on full browser/scalable video are for earlier versions of Flash; what is the best practice today? Best resolution/format for the video?
    If there is an Adobe guide to this I'm happy to eat humble pie if someone can redirect me to it; I'm using CS5 Production Premium.
    I like the full screen video effect they have on the "Sounds of pertussis" web-site; this is exactly what I'm trying to create but I'm not sure what is the best way to approach it - any hints/tips you can offer would be great?
    Thanks in advance!

    Use the little squares over your video to mask the quality. Sounds of Pertussis is not full screen video, but rather full stage. Which is easier to work with since all the controls and other assets stay on screen. You set up your html file to allow full screen. Then bring in your video (netstream or flvPlayback component) and scale that to the full size of your stage  (since in this case it's basically the background) . I made a quickie demo here. (The video is from a cheapo SD consumer camera, so pretty poor quality to start.)
    In AS3 is would look something like
    import flash.display.Loader;
    import flash.net.URLRequest;
    import flash.display.Bitmap;
    import flash.display.BitmapData;
    import flash.ui.Mouse;
    import flash.events.Event;
    import flash.events.MouseEvent;
    import flash.display.StageDisplayState;
    stage.align = StageAlign.TOP_LEFT;
    stage.scaleMode = StageScaleMode.NO_SCALE;
    // determine current stage size
    var sw:int = int(stage.stageWidth);
    var sh:int = int(stage.stageHeight);
    // load video
    var nc:NetConnection = new NetConnection();
    nc.connect(null);
    var ns:NetStream = new NetStream(nc);
    var vid:Video = new Video(656, 480); // size off video
    this.addChildAt(vid, 0);
    vid.attachNetStream(ns);
    //path to your video_file
    ns.play("content/GS.f4v"); 
    var netClient:Object = new Object();
    ns.client = netClient;
    // add listener for resizing of the stage so we can scale our assets
    stage.addEventListener(Event.RESIZE, resizeHandler);
    stage.dispatchEvent(new Event(Event.RESIZE));
    function resizeHandler(e:Event = null):void
    // determine current stage size
        var sw:int = stage.stageWidth;
        var sh:int = stage.stageHeight;
    // scale video size depending on stage size
        vid.width = sw;
        vid.height = sh;
    // Don't scale video smaller than certain size
        if (vid.height < 480)
        vid.height = 480;
        if (vid.width < 656)
        vid.width = 656;
    // choose the smaller scale property (x or y) and match the other to it so the size is proportional;
        (vid.scaleX > vid.scaleY) ? vid.scaleY = vid.scaleX : vid.scaleX = vid.scaleY;
    // add event listener for full screen button
    fullScreenStage_mc.buttonMode = true;
    fullScreenStage_mc.mouseChildren = false;
    fullScreenStage_mc.addEventListener(MouseEvent.CLICK, goFullStage, false, 0, true);
    function goFullStage(event:MouseEvent):void
        //vid.fullScreenTakeOver = false; // keeps flvPlayer component from becoming full screen if you use it instead  
        if (stage.displayState == StageDisplayState.NORMAL)
            stage.displayState=StageDisplayState.FULL_SCREEN;
        else
            stage.displayState=StageDisplayState.NORMAL;

  • Upgrade to ECC6 & Unicode: IE Web Browser Issues?

    Has anyone experienced web browser issues at display time? We are on IE7. We are now using the internal ITS. Our carriage returns are totally being ignored by the browser. Thus, we have a dropdown box to pick one of the businesses multiple partners, and because the HTML is not formatted correctly in the browser, the dropdown doesn't work, and we get an "array not created" error messsage in IE7.
    I know that there are options in the IE 7 browser under the menu item "view". I've tried changing these to some different Unicode settings, but without luck.
    Has anybody some experience with this issue?
        Thank-You

    Hi Tim,
        this might be problem with Support package, by default Sap neweaver 2004s application comes with SP6, u can upgrade to higher SP to solve these type of problems.patch your system up to SP12 or SP13 and try.
    Thanks & Regards,
    Manikandan Dhanakoti
    Edited by: Dhanakoti.M on Oct 23, 2009 7:45 PM

  • Upgrade to ECC6 & Unicode Passing HTML to Browser Issue?

    Has anyone experienced web browser issues at display time? We are on IE7. We are now using the internal ITS. Our carriage returns are totally being ignored by the browser. Thus, we have a dropdown box to pick one of the businesses multiple partners, and because the HTML is not formatted correctly in the browser, the dropdown doesn't work, and we get an "array not created" error messsage in IE7.
    I know that there are options in the IE 7 browser under the menu item "view". I've tried changing these to some different Unicode settings, but without luck.
    Has anybody some experience with this issue?
        Thank-You

    You mean hex stored as  string (0-F)?

  • Full browser external preloader

    I have a preloader and on completion it loads an external .swf. My external swf has full browser actionscript. How can I get the external PRELOADER to load the external swf and retain its full browser settings?
    This is my preloader actionscript:
    var l:Loader = new Loader();
    l.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, loop);
    l.contentLoaderInfo.addEventListener(Event.COMPLETE, done);
    l.load(new URLRequest("tester.swf"));
    function loop(e:ProgressEvent):void
    var perc:Number = e.bytesLoaded / e.bytesTotal;
    percent.text = Math.ceil(perc*100).toString();
    function done(e:Event):void
    removeChildAt(0);
    percent = null;
    addChild(l);

    I did that, the external swf still loads at the movie size as opposed to the full width/height of the browser

  • I upgraded to v16 and now when I go to Hotmail/Qutlook email appears in mobile mode. How do I get it to appear in full browser mode?

    How do I get it to appear in full browser mode?

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do not click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    You can also check your security software (firewall) to make sure that if doesn't modify the user agent or otherwise makes the website think that you use a mobile connection.
    You can check the network.http.* prefs on the about:config page and reset all bold user set network.http prefs to the default value via the right-click context menu -> Reset.
    *http://kb.mozillazine.org/about:config

  • Full browser window placeholder that acts like background image fill?

    I want to be able to set full browser window placeholder that acts like the background image fill function, but be able to then build in a multi-anchored horizontal parallax.  The effect is like we have a background image fill, but can slide horizontally between pages as if they are in a slide show.  Simultaneously, content inside the placeholder such as longer paragraphs of text can scroll down - on top of the image layer, but inside the borders of the image placeholder.  For a clear example of this, see this website: http://argonautinc.com/
    I've read and searched but to no avail.  I'm only about one week into Muse, so please forgive me if this is  super simple!   Thanks, Nico

    Hi Nico_Cineaste,
    You can achieve the design by using Fullscreen Slideshow in MUSE as object.
    Open any page in MUSE , click on the "Object" >> Slideshow >> Fullscreen.
    Click on your blank web page.
    This will give you a full screen slideshow.
    You can now design as per your requirement.
    Thanks
    Prabhakar Kumar

  • Full Browser in AS3 - Error #1009

    Please Help...
    I'm learning AS3 and Flash CS4 right now and I'm trying to do what I have been doing in AS2 for years and I'm having some problems.  I'm trying to make a Full-Browser Flash site and upon resizing the screen I get an error #1009.
    I am able to to resize the mc's on the screen without a problem, but once I add simple interactivity, I get an error upon resizing the window.
    To duplicate this problem,
    1.  Test the movie
    2.  Click on either circle
    3.  Then click on the opposite circle.
    4.  Then either resize or maximize the window and you will see the "Output window" with the Error #1009
    I'm sure I'm doing something very stupid, but I just don't know what I'm doing wrong.
    Here's a link to the fla file: http://plusonedesigngroup.com/test/nosaletest.fla
    Please Help!
    Thanks in advance,
    Mike.

    doghouse.
    Yes, I was able to download your file and Thank You for trying to help.  The problem for me is I have no idea where to begin with your file...  There are 35 ".as" files controlling this movie and I'm very new to AS3.
    Isn't there a simple way to control the timeline of a flash movie while using the full browser?
    Thanks,
    Mike.

Maybe you are looking for

  • Problems with Turkish special characters

    Hello! We are producing Oracle Help with WebWorks Publisher 2003 Professional for FrameMaker. There are some problems with the Turkish version of our online help: The Turkish special characters (for example the dotless i) aren´t displayed correctly i

  • Problem with Save functionality for a Screen - Field

    Hi Experts, I  have included a custom field with list box option to an infotype. The new filed  displays the values based on the values selected in the standard field which has a list box option. Now if we enter the transaction in change mode and cha

  • Firefox will not open saved desktop bookmarks, it always defaults to home page, why is that?

    I like to launch Firefox by clicking on desktop shortcuts I have saved (bank, Netflix, Gmail, Amazon, Yahoo, eBay, etc...). With Firefox 29 any desktop shortcut now opens to my home page, Google. If I choose open to a blank page in the options, then

  • Lumia 720 update

    i am not getting nokia glance screen after amber update.why this is happening?

  • OC4J Fail to Start - Address in Use

    I installed Oracle9iR1 in my Server Windows2000 Terminal Server Edition, and the Oracle9iDS in my computer Windows2000 Professional update to Patch 2. When ever I tried to start OC4J it give me this message: C:\>f:\ninphas\DB\Developer\jdk\bin\java -