Page background loads before content

I am wondering what causes this page to always load the background color before the page contents....
http://itunahotel.com/Events.html

In the head section code, you still have a glitch to remove (see the red)
<meta name="keywords" content="hotel,Ituna,motel,Big Top,tent,Crystal Shawanda,Trailer Park Boys,Cattle Drive,Binder Twine & the Balers,Tennessee 3,Grey Cup,Kelliher,Foam Lake,Leross,Balcarres,Melville">
" />
<meta name="robots" content="all">

Similar Messages

  • Page background loading S L O W L Y !

    New site - pretty cool, I think! - but my background pages are loading really slowly. On one, a 22MB video loads about three times as fast as this background jpg, which is only 220KB. What can be done?
    www.openeyedstaring.com is you're interested in taking a look - audio, video, and a way cool, if freaking slothful, background image!
    Cheers -
    Jason

    Loaded quite quickly for me. Not rapid, but then I find that large (dimensions) backgrounds do tend to be a bit slower. Yours was no slower than others I have encountered.
    Audio page was slower as it was loading all those "movies". I'm trying the movie page now, but that seems to be taking quite a while for the movie to start - in fact, looking at Activity, it doesn't look like it's going to, although I have the QT logo.
    A

  • Newbie Questions - Page 6 loads before page 1?

    I'm pretty new to Flash.  I'm trying to help out the company I work for by updating the Flash website that was built in 2008.  Unfortuantly, the person who built it has exactly nothing documented or even labeled, so it's been rough and again, I'm pretty new.  I'm more used to creating new sites than picking through ones that are already up and running.
    The problem I'm having is this:
    The site is entirely in flash.  I was asked to add a page to the existing site that would contain images of our company's certifications.  Through a lot of trial and error, I was able to add this new page, but now the images on that page show up first when the website is loaded.  To explain it another way, the images on the new page (page 6) show up and then "fade out" when the site is first loaded.  The same problem does not occur one the site has been completeld loaded.  For instance, if I load the site and then click a link to the About Us page and then back to the first page, the images from the new page don't show up like they do when the website is first loaded.
    I know that's not much to go on, but has anyone run into this problem before?
    What additional information can I post that would make this issue easier for people to help diagnose?
    Thank you for your input!

    Thank you for the reply!  I'm pretty sure it's something I'm doing wrong, I just don't know what that is. 
    As for my process, I copied an existing button and updated it new information.  Same with creating the page itself - I copied an existing one and then edited it with new content.
    So the original menu had
    Home | Services | Gallery | About Us | Contact Us
    I added a 6th page to the end: Certifications
    My menu action script looks like this (I bolded the stuff that I added):
    //includes
    #include "mc_tween_2_28_29.as"
    #include "rollOvers.as"
    midBox_mc.Img1_mc.words_mc.titleText = "Company Tagline";
    midBox_mc.Img1_mc.words_mc.subText = "Description of our Company.";
    var btnPos:Number = 1;
    var secNumber:Number = 0;
    intro();
    otherHome_mc.home_btn.onPress = function() {
                btnPos = 1;
                moveBtns();
                secNumber = 0;
                fatNumber = 0;
                looseWeight();
                midBox_mc.white_mc.alphaTo(100, .5, "easeinSine", 0, sectionSwitch);
    nav_mc.home_btn.onPress = function() {
                btnPos = 1;
                moveBtns();
                secNumber = 0;
                fatNumber = 0;
                looseWeight();
                midBox_mc.white_mc.alphaTo(100, .5, "easeinSine", 0, sectionSwitch);
    nav_mc.services_btn.onPress = function() {
                btnPos = 2;
                moveBtns();
                btn2beBlocked = 0;
                btnBlocker();
                secNumber = 1;
                fatNumber = 0;
                looseWeight();
                midBox_mc.white_mc.alphaTo(100, .5, "easeinSine", 0, sectionSwitch);
                midBox_mc.Img2_mc.serviceText_mc.gotoAndStop(1);
    nav_mc.hserv_btn.onPress = function() {
                btn2beBlocked = 0;
                btnBlocker();
                servNumber = 0;
                fatNumber = 0;
                looseWeight();
                midBox_mc.Img2_mc.white_mc.alphaTo(100, .5, "easeinSine", 0, servFill);
    sub_mc.gsub1_btn.onPress = function() {
                btn2beBlocked = 1;
                btnBlocker();
                servNumber = 1;
                fatNumber = 1;
                looseWeight();
                midBox_mc.Img2_mc.white_mc.alphaTo(100, .5, "easeinSine", 0, servFill);
    sub_mc.gsub2_btn.onPress = function() {
                btn2beBlocked = 2;
                btnBlocker();
                servNumber = 2;
                fatNumber = 2;
                looseWeight();
                midBox_mc.Img2_mc.white_mc.alphaTo(100, .5, "easeinSine", 0, servFill);
    sub_mc.gsub3_btn.onPress = function() {
                btn2beBlocked = 3;
                btnBlocker();
                servNumber = 3;
                fatNumber = 3;
                looseWeight();
                midBox_mc.Img2_mc.white_mc.alphaTo(100, .5, "easeinSine", 0, servFill);
    sub_mc.gsub4_btn.onPress = function() {
                btn2beBlocked = 4;
                btnBlocker();
                servNumber = 4;
                fatNumber = 4;
                looseWeight();
                midBox_mc.Img2_mc.white_mc.alphaTo(100, .5, "easeinSine", 0, servFill);
    sub_mc.gsub5_btn.onPress = function() {
                btn2beBlocked = 5;
                btnBlocker();
                servNumber = 5;
                fatNumber = 5;
                looseWeight();
                midBox_mc.Img2_mc.white_mc.alphaTo(100, .5, "easeinSine", 0, servFill);
    sub_mc.gsub6_btn.onPress = function() {
                btn2beBlocked = 6;
                btnBlocker();
                servNumber = 6;
                fatNumber = 6;
                looseWeight();
                midBox_mc.Img2_mc.white_mc.alphaTo(100, .5, "easeinSine", 0, servFill);
    sub_mc.gsub7_btn.onPress = function() {
                btn2beBlocked = 7;
                btnBlocker();
                servNumber = 7;
                fatNumber = 7;
                looseWeight();
                midBox_mc.Img2_mc.white_mc.alphaTo(100, .5, "easeinSine", 0, servFill);
    sub_mc.asub1_btn.onPress = function() {
                btn2beBlocked = 8;
                btnBlocker();
                aboutNumber = 1;
                fatNumber = 8
                looseWeight();
                midBox_mc.Img4_mc.white_mc.alphaTo(100, .5, "easeinSine", 0, aboutFill);
    sub_mc.asub2_btn.onPress = function() {
                btn2beBlocked = 9;
                btnBlocker();
                aboutNumber = 2;
                fatNumber = 9;
                looseWeight();
                midBox_mc.Img4_mc.white_mc.alphaTo(100, .5, "easeinSine", 0, aboutFill);
    sub_mc.asub3_btn.onPress = function() {
                btn2beBlocked = 10;
                btnBlocker();
                aboutNumber = 3;
                fatNumber = 10;
                looseWeight();
                midBox_mc.Img4_mc.white_mc.alphaTo(100, .5, "easeinSine", 0, aboutFill);
    nav_mc.habout_btn.onPress = function() {
                btn2beBlocked = 0;
                btnBlocker();
                aboutNumber = 0;
                fatNumber = 0;
                looseWeight();
                midBox_mc.Img4_mc.white_mc.alphaTo(100, .5, "easeinSine", 0, aboutFill);
    function looseWeight () {
                sub_mc.gsub1_btn.btn_text.gotoAndStop(1);
                sub_mc.gsub2_btn.btn_text.gotoAndStop(1);
                sub_mc.gsub3_btn.btn_text.gotoAndStop(1);
                sub_mc.gsub4_btn.btn_text.gotoAndStop(1);
                sub_mc.gsub5_btn.btn_text.gotoAndStop(1);
                sub_mc.gsub6_btn.btn_text.gotoAndStop(1);
                sub_mc.gsub7_btn.btn_text.gotoAndStop(1);
                sub_mc.asub1_btn.btn_text.gotoAndStop(1);
                sub_mc.asub2_btn.btn_text.gotoAndStop(1);
                sub_mc.asub3_btn.btn_text.gotoAndStop(1);
                switch(fatNumber){
                                        case 0:
                                                    break;
                                        case 1:
                                                    sub_mc.gsub1_btn.btn_text.gotoAndStop(10);
                                                    break;
                                        case 2:
                                                    sub_mc.gsub2_btn.btn_text.gotoAndStop(10);
                                                    break;
                                        case 3:
                                                    sub_mc.gsub3_btn.btn_text.gotoAndStop(10);
                                                    break;
                                        case 4:
                                                    sub_mc.gsub4_btn.btn_text.gotoAndStop(10);
                                                    break;
                                        case 5:
                                                    sub_mc.gsub5_btn.btn_text.gotoAndStop(10);
                                                    break;
                                        case 6:
                                                    sub_mc.gsub6_btn.btn_text.gotoAndStop(10);
                                                    break;
                                        case 7:
                                                    sub_mc.gsub7_btn.btn_text.gotoAndStop(10);
                                                    break;
                                        case 8:
                                                    sub_mc.asub1_btn.btn_text.gotoAndStop(10);
                                                    break;
                                        case 9:
                                                    sub_mc.asub2_btn.btn_text.gotoAndStop(10);
                                                    break;
                                        case 10:
                                                    sub_mc.asub3_btn.btn_text.gotoAndStop(10);
                                                    break;
    //gallery btn
    nav_mc.gallery_btn.onPress = function() {
                btn2beBlocked2 = 0;
                btnBlocker2();
                secNumber = 2;
                btnPos = 3;
                moveBtns();
                fatNumber = 0;
                looseWeight();
                midBox_mc.white_mc.alphaTo(100, .5, "easeinSine", 0, sectionSwitch);
    //gallery sub nav
    nav_mc.hgallery_btn.onPress = function() {
                btn2beBlocked2 = 0;
                btnBlocker2();
                galleryNumber = 0;
                midBox_mc.Img3_mc.white_mc.alphaTo(100, .5, "easeinSine", 0, galleryFill);
    nav_mc.about_btn.onPress = function() {
                btnPos = 4;
                moveBtns();
                btn2beBlocked = 0;
                btnBlocker();
                secNumber = 3;
                fatNumber = 0;
                looseWeight();
                midBox_mc.Img4_mc.play_btn.gotoAndPlay(2);
                midBox_mc.Img4_mc.aboutText_mc.gotoAndStop(1);
                midBox_mc.white_mc.alphaTo(100, .5, "easeinSine", 0, sectionSwitch);
    nav_mc.contact_btn.onPress = function() {
                btnPos = 5;
                moveBtns();
                secNumber = 4;
                fatNumber = 0;
                looseWeight();
                midBox_mc.white_mc.alphaTo(100, .5, "easeinSine", 0, sectionSwitch);
    nav_mc.certs_btn.onPress = function() {
                btnPos = 6;
                moveBtns();
                secNumber = 5;
                fatNumber = 0;
                looseWeight();
                midBox_mc.Img6_mc.certsText_mc.gotoAndStop(1);
                midBox_mc.white_mc.alphaTo(100, .5, "easeinSine", 0, sectionSwitch);
    bottom_nav.bigS_btn.onPress = function() {
                btnPos = 2;
                moveBtns();
                btn2beBlocked = 0;
                btnBlocker();
                secNumber = 1;
                midBox_mc.Img2_mc.serviceText_mc.gotoAndStop(1);
                midBox_mc.white_mc.alphaTo(100, .5, "easeinSine", 0, sectionSwitch);
    bottom_nav.bigG_btn.onPress = function() {
                btnPos = 3;
                moveBtns();
                btn2beBlocked2 = 0;
                btnBlocker2();
                secNumber = 2;
                midBox_mc.white_mc.alphaTo(100, .5, "easeinSine", 0, sectionSwitch);
                midBox_mc.Img3_mc.galleryText = "";
    bottom_nav.bigA_btn.onPress = function() {
                btnPos = 4;
                moveBtns();
                btn2beBlocked = 0;
                btnBlocker();
                secNumber = 3;
                midBox_mc.Img4_mc.aboutText_mc.gotoAndStop(1);
                midBox_mc.white_mc.alphaTo(100, .5, "easeinSine", 0, sectionSwitch);
    midBox_mc.Img2_mc.dl_btn.onPress = function() {
                getURL("servDownloads/Equipment_List.pdf","_blank");
    function moveBtns() {
                otherHome_mc._y = 75;
                nav_mc.home_btn._y = 0;
                nav_mc.picked1_mc._y = -50;
                nav_mc.services_btn._y = 0;
                nav_mc.picked2_mc._y = -50;
                nav_mc.gallery_btn._y = 0;
                nav_mc.picked3_mc._y = -50;
                nav_mc.about_btn._y = 0;
                nav_mc.picked4_mc._y = -50;
                nav_mc.contact_btn._y = 0;
                nav_mc.picked5_mc._y = -50;
                nav_mc.certs_btn._y = 0;
                nav_mc.picked6_mc._y = -50;
                nav_mc.hserv_btn._y = -85;
                nav_mc.hgallery_btn._y = -85;
                nav_mc.habout_btn._y = -85;
                midBox_mc.Img4_mc.play_btn._x = 657.8;
                midBox_mc.Img4_mc.movieHolder_mc.unloadMovie();
                midBox_mc.Img3_mc.gotoAndPlay(2);
                bottom_nav.bigS_btn.ySlideTo(120, .3, "easeoutSine");
                bottom_nav.bigG_btn.ySlideTo(120, .3, "easeoutSine", .1);
                bottom_nav.bigA_btn.ySlideTo(120, .3, "easeoutSine", .2);
                sub_mc.gsub1_btn.ySlideTo(-28, .3, "easeoutSine", .35);
                sub_mc.gsub2_btn.ySlideTo(-28, .3, "easeoutSine", .3);
                sub_mc.gsub3_btn.ySlideTo(-28, .3, "easeoutSine", .25);
                sub_mc.gsub4_btn.ySlideTo(-28, .3, "easeoutSine", .15);
                sub_mc.gsub5_btn.ySlideTo(-28, .3, "easeoutSine", .1);
                sub_mc.gsub6_btn.ySlideTo(-28, .3, "easeoutSine");
                sub_mc.gsub7_btn.ySlideTo(-28, .3, "easeoutSine", .2);
                sub_mc.asub1_btn.ySlideTo(-28, .3, "easeoutSine", .15);
                sub_mc.asub2_btn.ySlideTo(-28, .3, "easeoutSine", .1);
                sub_mc.asub3_btn.ySlideTo(-28, .3, "easeoutSine");
                switch (btnPos) {
                            case 0 :
                                        nav_mc.home_btn._y = 0;
                                        nav_mc.picked1_mc._y = -50;
                                        break;
                            case 1 :
                                        nav_mc.home_btn._y = -50;
                                        nav_mc.picked1_mc._y = 0;
                                        otherHome_mc._y = -175;
                                        bottom_nav.bigS_btn.ySlideTo(0, .3, "easeinSine");
                                        bottom_nav.bigG_btn.ySlideTo(0, .3, "easeinSine", .1);
                                        bottom_nav.bigA_btn.ySlideTo(0, .3, "easeinSine", .2);
                                        break;
                            case 2 :
                                        nav_mc.services_btn._y = -50;
                                        nav_mc.picked2_mc._y = 0;
                                        sub_mc.gsub1_btn.ySlideTo(0, .3, "easeinSine");
                                        sub_mc.gsub2_btn.ySlideTo(0, .3, "easeinSine", .1);
                                        sub_mc.gsub3_btn.ySlideTo(0, .3, "easeinSine", .2);
                                        sub_mc.gsub7_btn.ySlideTo(0, .3, "easeinSine", .3);
                                        sub_mc.gsub4_btn.ySlideTo(0, .3, "easeinSine", .4);
                                        sub_mc.gsub5_btn.ySlideTo(0, .3, "easeinSine", .5);
                                        sub_mc.gsub6_btn.ySlideTo(0, .3, "easeinSine", .6);
                                        break;
                            case 3 :
                                        nav_mc.gallery_btn._y = -50;
                                        nav_mc.picked3_mc._y = 0;
                                        midBox_mc.Img3_mc.gotoAndStop(1);
                                        break;
                            case 4 :
                                        nav_mc.about_btn._y = -50;
                                        nav_mc.picked4_mc._y = 0;
                                        sub_mc.asub1_btn.ySlideTo(0, .3, "easeinSine");
                                        sub_mc.asub2_btn.ySlideTo(0, .3, "easeinSine", .1);
                                        sub_mc.asub3_btn.ySlideTo(0, .3, "easeinSine", .15);
                                        break;
                            case 5 :
                                        nav_mc.contact_btn._y = -50;
                                        nav_mc.picked5_mc._y = 0;
                                        midBox_mc.Img5_mc.sender_mc.gotoAndStop(1);
                                        break;
                            case 6 :
                                        nav_mc.certs_btn._y = -50;
                                        nav_mc.picked6_mc._y = 0;
                                        midBox_mc.Img6_mc.gotoAndStop(1);
                                        break;
    function btnBlocker() {
                sub_mc.bb1_mc._y = -33;
                sub_mc.bb2_mc._y = -33;
                sub_mc.bb3_mc._y = -33;
                sub_mc.bb4_mc._y = -33;
                sub_mc.bb5_mc._y = -33;
                sub_mc.bb6_mc._y = -33;
                sub_mc.bb7_mc._y = -33;
                sub_mc.bb8_mc._y = -33;
                sub_mc.bb9_mc._y = -33;
                sub_mc.bb10_mc._y = -33;
                nav_mc.hserv_btn._y = -85;
                sub_mc.gsub1_btn.btn_text.colorTo(0x7E95A3, .3, "easeinSine");
                sub_mc.gsub2_btn.btn_text.colorTo(0x7E95A3, .3, "easeinSine");
                sub_mc.gsub3_btn.btn_text.colorTo(0x7E95A3, .3, "easeinSine");
                sub_mc.gsub4_btn.btn_text.colorTo(0x7E95A3, .3, "easeinSine");
                sub_mc.gsub5_btn.btn_text.colorTo(0x7E95A3, .3, "easeinSine");
                sub_mc.gsub6_btn.btn_text.colorTo(0x7E95A3, .3, "easeinSine");
                sub_mc.gsub7_btn.btn_text.colorTo(0x7E95A3, .3, "easeinSine");
                sub_mc.asub1_btn.btn_text.colorTo(0x4F6877, .3, "easeinSine");
                sub_mc.asub2_btn.btn_text.colorTo(0x4F6877, .3, "easeinSine");
                sub_mc.asub3_btn.btn_text.colorTo(0x4F6877, .3, "easeinSine");
                switch(btn2beBlocked){
                            case 0:
                                        nav_mc.hserv_btn._y = -85;
                                     

  • Play Edge Animate content AFTER Page finishes loading

    Is there any way, either in Edge or Muse, to have the edge animations wait until the Muse page finishes loading before starting to play?
    thanks

    I find no way within Muse to accomplish what you want.
    In An you can always just delay the start of your animation(s) for a specificed time.
    That may now work very smooth though because everyone's systems will load the pre-animation page at differing speeds.
    I'm NOT a js coder but I was looking at some of the generated js code and I have a feeling a good js person could make your animation do what you want.
    I see different 'load' perameters mentioned. Maybe one of those could be used.
    I'll bet your answer is somewhere in that *_edgePreload.js file.
    http://www.lynda.com/home/Player.aspx?lpk4=107145&playChapter=False
    That video talks about turning off Auto Play in An and using js for control. It doesn't mention how to do it, just that it can be done.

  • Keynote 6.0 isnt loading master page background image

    I made a kaynote in Keynote 5.3 and my coworker opened it in keynote 6.0 but the master pages background image fill was not loading and came up blank.  On several other laptops with keynote 5.3, the background images loaded properly.
    why and how do i fix this?

    One of the most common causes of Mavericks problems appears to be If the hard drive was not wiped clean before installing Mavericks as remnants of incompatible software remain.
    I would back up then clean install the OS.

  • Page Background Lost on Regions above Content Area for Some Pages

    Hi - I am a iWeb novice, but not a total rookie on this kind of software...
    I have a simple iWeb project that applies a gradient fill to the page background, and applies one of the gradient colors to the Browser background on every web page. I am using the "White" theme, and I have trouble with the "Photos" page template drawing Page backgrounds correctly. I have my content area set wider than the default to 1008 pixels to fill a 1024-wide display. I set my display area to 877 pixels high to coincide with the largest media dimension that I see with the inspector.
    I looked here for previous discussions on this and failed to find anything. Maybe I missed a post...
    Initially, most web pages load and display correctly the first time. One Photos web page, however, displays the Browser background - not the Page background above the centerline of the page name.
    On several pages with a "Photos" template (but not all), the initial page is displayed correctly. But, when I click on a photo thumbnail and the page is revised to display the larger photo image in the content area, the Browser background is displayed in error above the content area, and the Page background displays correctly below the top of the content area.
    I have looked for some consistent issue or characteristic that might let me predict when this problem occurs, but it ll looks rather random. It is repeatable, though - clearing caches and reloading the same page exposes the problem the same way a second time for the same page, in other words...
    Is this a bug, or something subtle in placement or overlap of areas on the page that I haven't noticed? Anything to be careful with to avoid this problem?
    Thanks anyone for any advice!
    Brian
    Message was edited by: Brian Crowe1

    Hi Cyclosaurus and Apnewbie -
    Thank you for your interest and replies. Here is a simple page that illustrates the problem I am having with a Page Background Gradient Fill on top of a Browser Background Solid Fill
    http://web.mac.com/bccrowe/Troubleshooting/KyliesArt2.html
    Here, I intend the page from the very top to the bottom of the defined content area to transition from pink to white as the eye moves left to right. The browser background is also pink to add some depth to the image - that's what you will see when the page loads.
    Click on the child's drawing to present the image, and you should see the gradient disappear above the centerline of the second text box (above the comment area) when the page finished loading with the large drawing.
    The Content area coincides precisely with the bottom of that second text box. I have tried to move the content area further below the text boxes so that they are not imtimate - no difference. I haven't tried to separate the text boxes, yet.
    The two text boxes immediately above the content area are 45px x 630 px (18 pt text) and 30 px x 630 px (14 pt text) - they overlap by about 10 pix.
    The content area that displays the thumbnail is 1008 px x 445 px (I thought that I set that at 877px...). I can try to set the content area to 877 px... Maybe this is the problem - maybe the Page Background shifts down to coincide with the bottom of the next page#2... Hmmm...
    When you click on the thumbnail, the page#2 content area is 1008 px x 877 px.
    In iWeb, this all looks the way I want it to.
    Please diddle with the page, and ask me any new questions! I appreciate your insight and help. In reality, Kylie won't notice the background change, but my next objective is a corporate site - this child's site is my "training" site. iWeb is really pretty flexible and easy to use. If I there's a work-around or something to avoid, I can live with iWeb just fine.
    Thanks again -
    Brian

  • Videos loading BEFORE the rest of the page!

    I just published my site with the new iWeb 08. The pages are loading very slowly for people because it's loading my video clips FIRST, then the rest of the page. Is there anyway to have the page load first, and THEN the video clip? Is there a setting or something that I'm missing?
    Thanks for any responses!

    Here's a trick that worked with my Podcast page and entries.
    I noticed that if you create a new text box on the page it will load before the media files. So if you click on the text box that you want to load before a media file and Duplicate it (Cmd+D) it will lay right over the top of it without anybody realizing it. And it will load first. Of course, the font suffers a little, but it accomplishes the desired effect. In case the duplicated text box isn't aligned sufficiently after the page loads, give the overlaying text box a background color that is the same as the page. That way the latent text box doesn’t even need to be visible after the page fully loads.
    This takes a bit of fudging around and re-publishing, (checking it on different browsers is highly recommended), but until Apple fixes the bug it seems like the easiest way to keep people entertained with reading while they wait for the media file to load.

  • Flash video on web page takes long very time to load before it starts playback

    I just created a basic flash file to play a video on my web page and it's taking several minutes to load before it starts playback.
    I'm using progressive downlaod and the file is in *.mov format and is 84MB in size. At first that seemed large to me for web play back, but I thought it could handle it since I thought the way progressive download works is that it would start playing the first frame right away and progressively play other frames as they download. However, this seems to be downloading the whole file first (or a major part of it) before starting any playback at all.
    Is there some kind of setting I'm missing or is my understanding of the download incorrect and the file size is too large?
    Some vitals:
    - I'm using Flash Pro CS5
    - To create my flash file, I used the standard import video wizard and selected the a file that is "on my computer" and "load external video with playback component" and then, I selected one of the standard skins.
    - To deploy the vidoe on my webiste I have three files:
    1) swf file containing the FLV component
    2) the swf file related to skin
    3) the actual video (84MB, mov file)
    - Web page includes/embeds reference to swf file

    Thanks for your response again. Looks like things have changed a bit to complicate this a little more.
    adninjastrator wrote:
    Are you saying that if I wait long enough it will start to play .... from the link you posted?
    What you are implying here is correct. The file won't play no matter how long you wait.  Looks like it's because of the "source" file settings in the Import Wizard may now be incorrrect. This is why it's not playing in the new file. 
    When I created my original Flash Video using a MOV file, during the import wizard, when asked "Where is your video file?" I selected the option "Already deployed to a web server...". Here I entered the url to where the video file is located on my production server.
    When I created the new Flash Video using F4V file, during the import wizard, when asked "Where is your video file?" I selected the option "On your computer". Here I selected the file from my local drive.
    Sorry for not pointing out the inconsistency earlier - I didn't think it mattered and plus I couldn't get the F4V file to import from the web server.
    Anyway, I've changed my object tag using the acutal published html that flash generates and have uploaded all source files to same location.
    http://www.upperhand.com/tv/video-intro.html
    To sum up the problem(s) I need help with:
    Issue #1 - When trying to import F4V file using import wizard, I cannot use "Already deployed to a web server..." as an option for the file location. I believe this is creating issue #2
    Issue #2 - For some reason, the F4V file will not load into the SWF file when it's published to my production server. 
    It works when viewing locally through browser as c:\inetpub\wwwroot\mywebsite\video-intro.html
    It doesn't work when viewing on development server through browser as http://localhost/mywebsite/video-intro.html
    It doesn't work when viewing on production server through browser as http://www.mywebsite.com/video-intro.html
    Issue #3 - When the above are resolved, I'm not certain if my orignal question/issue will be resolved...  browser tries to downlaod full file before any playback.  

  • My screen load times have slowed down to a crawl. I have to wait and wait for a page to load. (I know --dial -up) It used to be much faster a month ago before 5.0. Is it FireFox or do I look to Yahoo for the problem? I don't know how to sort it out.

    I use dial-up, FireFox 5.0, Yahoo addition 1.8. My screen load times have slowed down to a crawl. I have to wait and wait for a page to load. (I know --dial -up) It used to be much faster a month ago before 5.0. Is it FireFox or do I look to Yahoo for the problem? I don't know how to sort it out. Using Vista

    I'm having the same problem. Dreamweaver is supper slow. Uploading and downloads from the server... any server I use two different servers. It times out all the time. Menus are slow too.
    I'm on a MAC Pro, 6 gigs of ram no issues with anything else. I have talked to Apple they have checked everything for me. They say it's Dreamweaver. I've noticed the Dreamweaver is talking to the FTP even when I'm not doing anything.
    I've tried cleaning out my MAC caches, turning off file check and check out. Still really slow. I've worked with Dreamweaver for 6 years never any issues like this before. 18 seconds to upload a 4 kb file. 11 seconds to download the same file.

  • Blue Background of large text or images until page fully loads

    This problem occurs in Internet Explorer when viewing iWeb created sites. The blue or yellow highlights go away when the full page is loaded. This does not occur in Safari. I just want to make sure the other 90% gets to see my site as intended.

    This is probably caused by the fact that your images are large and the text may also be converted to an image. Turn on "Show text imaging indicator" in iWeb preferences to see if this is the case.
    Files take a lot longer to download in IE as it is so inefficient.
    To improve this situation you can optimize your images before loading into iWeb......
    http://roddymckay.com/PlanetRoddyPhotoSatellite/OptimizeImageFile.html
    ... and optimize all your website files...
    http://www.iwebformusicians.com/SearchEngines/Optimize.html

  • Is it possible to force Firefox to load a url in a tab when opening a new page (before the page has loaded)?

    Recently when using a rather unreliable internet connection I'm often get dropped connections that prevent pages from loading.
    In the past this used to result in an "Unable to connect to server page" when the timeout happened, which was fine as I could just refresh the page.
    These days however the page is timing out when the page is still on the about:blank stage (or stuck on the current page), before the url has been updated, so I'm losing the address.
    Is there any way to force firefox to update the url as soon as the page load request is made, as opposed to when it recieves a response from the server (which is how it seems to work at the moment)?

    If you click a link then Firefox may only be showing the URL on the location bar if at least there is a connection to the server.
    If you are on Linux then it should take minutes before the connection times out, at least that is what I see (on Windows it is only 20 seconds). This might be different in case the connection drops.
    There should be a try again button of the net error page to reload this link.
    Don't you see such a button?
    You can 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.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Print blank pages befor content starts

    Hi,
    While printing html through content editor web part. It prints blank pages before content starts.
    I have images in my html document.
    When I set the width of img to 400 px it works fine..
    but if I say width:100% it prints so many blank pages extra before content starts.
    Anybody has any idea?
    Please share
    Thanks

    Hi,
    In HTML 4.01, the width could be defined in pixels or in % of the containing element. In HTML5, the value must be in pixels. Please check whether the image in a html5 page.
    Here are some jQuery Plugins about printing page for your reference:
    http://projects.erikzaadi.com/jQueryPlugins/jQuery.printElement/
    http://www.sitepoint.com/10-jquery-print-page-options/
    I the issue still exists, I suggest you provide your code and html page for further research.Thanks,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected] 
    Dennis Guo
    TechNet Community Support

  • IWeb Help...page background not loading.

    This may not be a specific iWeb issue, but I'm hoping that someone here has experience with this...
    I just got a call telling me that a site I created is 'unreadable'. Based on further questioning, it seems like the the background color of the page (based on the template) isn't loading...so he's seeing white text on a white background (or not seeing, as the case may be).
    Here's a link to the page:
    http://www.centersoundrecords.com/CenterSound_Records/JerryHarrison.html
    And he's using IE as his browser.
    Thanks...

    Brian:
    It is important that you don't leave this like this. If google sees white text on a white background you risk your site being blacklisted from their search results. ( this happened to me)
    The page looks fine to me ( I'm using Safari on a mac). Find out what system and browser that person was using and then get others to view your site and report to you (It could be isolated to that person)
    If you do find others seeing the same thing one work around you could try is to use no page background color in combination with a black browser background and then republish.
    Sincerely, David

  • I am trying to start a movie and it will not start. The message is "an error occurred in loading this content". Has anyone had this problem before?

    I am trying to start a movie and it will not start. The message is, "an error occurred loading this content". Has anyone had this message before? Any solution?

    Hi there TonyCashio,
    You may find the troubleshooting steps in the article below helpful.
    Apple TV (2nd and 3rd generation): Troubleshooting playback performance
    http://support.apple.com/kb/TS3623
    -Griff W. 

  • Content for Mp3 Skull and Soundowl disappear from screen once the page is loaded.

    Once these pages are loaded the link disappear and you can't see anything on the page.

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Firefox > Preferences > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox > Preferences > 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

Maybe you are looking for

  • App says "Evaluatio​n Copy" but ActiveX controls are not evaluation copies.

    App has been running for 3+ years in a Win95 machine. Just moved to Win98 machine and now "Evaluation Copy" appears in app. I have copied the two OCX files from the Win95 machine and registered them on the new machine. I purchased ComponentWorks 3 ye

  • How to register a Navigation Connector in EP6

    Hi, I am trying to build a navigation connector in EP6 SP2 and I see that the PDK documentation says "The Portal Development Kit (PDK) contains a navigation connector implementation to navigate to the content of the PDK." but I cannot find it anywher

  • How to set exponential format for a cell?

    Hello! Can someone advise how to set exponential format for a cell in Numbers?

  • No configured Airport Base Stations Have Been found-but we are connected?

    Okay, Here is an odd one...actiontec DSL Modem/Router with Airport Extreme. I applied the update, and was having problems with my external hard drive being recognized, so I reset everything-modem and airport. Now that I have, when I launch the Airpor

  • InCopy CS4 display language problem

    Our organization has just installed InCopy CS4 (Win version). Suppose we all install Chinese version, so the display of InCopy CS4 should be Chinese. However, we found that some of our computers display english. How can we change back to display Chin