Flash Movie Doesn't Load in Dreamweaver

I'm trying to center my flash movie withing a 3 row table in
an HTML file that has the "Flash Detection" javascript embedded
within it. I'm really not sure if I've put the table formatting
HTML in the correct place or not. When I test the movie everything
is fine but it doesn't load online. I'll attach the code to this
post. The website is www.elkhornpeakcellars.com if you'd like to
see what this code currently produces. Thanks

dvdbsqt;
You asked>
I'm really not sure if I've put the table formatting HTML in
the correct
place or not.
I don't see any html table related tags in your posted
script, or in the url
page source-Perhaps you found an acceptable solution--your
flash appears OK
(ie7/winxp/fp9)...
-Tom Unger

Similar Messages

  • Flash movie doesn't load properly in IE only

    I have a simple flash movie which transitions through text and photos. I have a preloader (AS3) on frame 1, which sends the playhead to frame 2, after the movie has loaded 100%. For some reason, in Internet Explorer, the preloader bar will load all the way, but fail to move the playhead to frame 2, so it'll just sit there, with the preload bar at 100%. However, this does not happen every time. For instance, right now, the flash movie will play when I initially go to the website, but when I click on another page, the same flash header (same swf on each page) will just show the preloader bar but will not play the rest of the movie. Reloading the page doesn't help. Closing the browser and reopening it doesn't help. Clearing the browser cache doesn't help either. So, the flash movie will play correctly on the first page of the website I go to (whether it be the home page or another page) but then when I go to any other page which has the flash movie, it won't play, just sits there with the preloader bar showing. And then when going back to the initial page I entered the site on, the flash movie no longer plays there, either. I haven't seen this problem in any other browser than Internet Explorer (6 and 7). I've checked in Firefox on Mac and PC and Safari on Mac. I'm using flash player 10.0.22.87 on my Mac and PC. The flash movie was made in Flash CS3, for flash player 9, actionscript 3 code.
    So, to see the problem, go here in Internet Explorer: http://demo.matthewpavkov.com/adairsolar. Wait for the movie to load and start playing. It works. Then, navigate to one of the other pages and you'll see that the same swf will not play. Navigate back to the home page, the swf does not play.
    Here is the preloader code:
    import flash.display.*;
    this.stop();
    this.loaderInfo.addEventListener(ProgressEvent.PROGRESS, PL_LOADING);
    function PL_LOADING(event:ProgressEvent):void {
        var pcent:Number=event.bytesLoaded/event.bytesTotal*100;
        lbar.scaleX=pcent/100;
        lpc.text=int(pcent)+"%";
        if (pcent>=100) {
            this.gotoAndStop(2);
    Also, if I remove the preloader actionscript code, the flash movie plays correctly. You can see that here: http://demo.matthewpavkov.com/adairsolar/no-preload
    The .fla is available to anyone who wants to take a closer look.

    mjjp,
         In may just be that in IE, the ProgressEvent never fires -- because your content is already cached.  See what happens if you add the following new lines (very end of the code sample):
    this.stop();
    this.loaderInfo.addEventListener(
      ProgressEvent.PROGRESS, PL_LOADING
    function PL_LOADING(event:ProgressEvent):void {
      var pcent:Number=event.bytesLoaded/event.bytesTotal*100;
      lbar.scaleX=pcent/100;
      lpc.text=int(pcent)+"%";
      if (pcent>=100) {
        this.gotoAndStop(2);
    if (this.loaderInfo.bytesLoaded >= this.loaderInfo.bytesTotal) {
      this.gotoAndStop(2);
         See what's going on?  This way, even of the ProgressEvent handler never fires, you're still comparing the bytesLoaded property against the bytesTotal property.
    David Stiller
    Adobe Community Expert
    Dev blog, http://www.quip.net/blog/
    "Luck is the residue of good design."

  • Flash builder doesn't load on flash player 11,only version 13

    Hi everyone
    I developed a swf player on flex builder 4.5, over flex sdk 4.6, using the minimum version required by the sdk(11.1)
    But for some reason, the script code only works fine on flash player 13.
    What am i missing?
    On the flash player 11 this is written by swfobject.js
    <object id="CorePlayer" name="CorePlayer" width="0" height="0" type="application/x-shockwave-flash" data="assets/CorePlayer.swf"><param name="allowscriptaccess" value="*"><param name="allowfullscreen" value="true"><param name="wmode" value="transparent"><param name="flashvars" value="endpoint=&amp;hash="></object>
    And this is the javascript code using swfobject.js way:
    var swfVersionStr = "11.1.0";
                    var xiSwfUrlStr = "playerProductInstall.swf";
                    var flashvars = {
                        endpoint: "",
                        hash: ""
                    var params = {
                        allowscriptaccess: "*",
                        allowfullscreen: true,
                        wmode: 'transparent'
                    var attributes = {
                        id: "CorePlayer",
                        name: "CorePlayer"
                    swfobject.embedSWF("assets/CorePlayer.swf", "flashContent", "0%", "0%", swfVersionStr, xiSwfUrlStr, flashvars, params, attributes);
                    swfobject.createCSS("#flashContent");
    But doesn't load corePlayer.swf on the networks resources from chrome.
    Any ideia about this issue please thanks for your attention!!
    Also some others tecnichals settings

    From: Bill Boggs
    Sent: 01/04/2014 1:13 PM
    To: [email protected]
    Subject: Re: Flash player doesn't load on PBS sites
    Hey Mike,
    Those folders do exist. I did a clean install, checked to make sure those folders were there, but still get the same results with video on PBS sites. Seems to work everywhere else though. When I right click on the player space, besides the flash player settings and “about” links, there is also an “about JW player” link, if that means anything.
    Bill

  • Flash flashes but doesn't load - help

    I have put up a new site ( we bought it and reimplemented it)
    and one game is not working. It flashes and doesn't load.....
    Any ideas?
    It's the crossword puzzle on
    http://www.vocabulary.co.il

    We wrote a new home page to make it work but we are NOT happy
    with our solution. The original home page had security in it so if
    people bookmarked the .swf files, their session was forced to start
    at the highest level.
    There was also other stuff but we took it all out to make it
    work. Now we'll slowly put it back in.

  • Flash movies title picture loading very slow

    Hi!
    I convert mpgs to flash movies in Flash 8 and
    put them on a webpage in Dreamweaver using a
    Halo skin.
    There are several movies on a page and when a user
    opens the page it takes a long time for the first pictures
    of the movies with the Halo skin to load.
    Any ideas about what is going on? This happens even on
    my own computer with cable connection.
    Thanks, Amdy

    Developer-specific resources include:
    MSDN IE Development Forum (post such questions here instead)
    http://social.msdn.microsoft.com/Forums/en-US/iewebdevelopment/threads
    Tip: When posting in Developer forums, always include a link to your web site or test pages in your first post.
    IE Developer Center
    http://msdn.microsoft.com/en-us/ie/default.aspx
    IE’s Compatibility Features for Site Developers
    https://blogs.msdn.com/b/ie/archive/2010/06/16/ie-s-compatibility-features-for-site-develo pers.aspx
    Preparing Your Site for IE9
    http://blogs.msdn.com/b/ie/archive/2011/03/18/preparing-your-site-for-ie9.aspx
    Expression Web SuperPreview for Internet Explorer (60-day free-trial, stand-alone visual debugging tool for all versions of Internet Explorer)
    http://www.microsoft.com/downloads/en/details.aspx?FamilyID=e6cc9b3e-7eab-4525-8322-14d7e2 67eb2c
    Expression Web SuperPreview Release Notes
    http://www.microsoft.com/expression/products/Web_ReleaseNotes.aspx
    Validators:
    http://validator.w3.org/
    http://jigsaw.w3.org/css-validator/

  • Flash control doesn't load in Firefox if offscreen

    We use a swf for a page counter that needs to run when the page loads, but in Firefox it doesn't run until the viewer scroll down to the swf.
    Is this normal behavior? Is there anyway to force the swf to run at page load?

    Did you upload the Flash movie (the SWF file)? Doesn't appear
    to be on
    your server.
    Alec Fehl, MCSE, A+, ACE, ACI
    Adobe Community Expert
    AUTHOR:
    Microsoft Office 2007 PowerPoint: Comprehensive Course
    (Labyrinth
    Publications)
    Welcome to Web Design and HTML (Labyrinth Publications)
    CO-AUTHOR:
    Microsoft Office 2007: Essentials (Labyrinth Publications)
    Computer Concepts and Vista (Labyrinth Publications)
    Mike Meyers' A+ Guide to Managing and Troubleshooting PCs
    (McGraw-Hill)
    Internet Systems and Applications (EMC Paradigm)

  • Centering flash movie top and bottom in dreamweaver?

    Hi all, I'm a novice user of dreamweaver.
    I've placed a flash movie in dreamweaver and centered it left
    and right but how can I center it top and bottom so it
    floats?

    Not too sure what you mean exactly by "so it floats." But
    I'll hazard a
    guess that you want your video to appear inside a
    semi-transparent lightbox
    that appears to float over the page content beneath it. If
    so, have a look
    at FloatBox.
    http://randomous.com/tools/floatbox/
    Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com
    www.twitter.com/altweb
    www.alt-web.blogspot.com/

  • Flash site doesn't load

    On my XP laptop, using IE6 with standard security settings
    (javascript enabled), flashplayer 9, swfobject.js with the
    index.html,
    http://cafeplenum.dk doesn't load
    all the way... I have no problem viewing other websites that needs
    flashplayer 9, and this one only require flashplayer 8 - has ANYONE
    ever experienced similar problems?
    Please help.
    - pete

    On my XP laptop, using IE6 with standard security settings
    (javascript enabled), flashplayer 9, swfobject.js with the
    index.html,
    http://cafeplenum.dk doesn't load
    all the way... I have no problem viewing other websites that needs
    flashplayer 9, and this one only require flashplayer 8 - has ANYONE
    ever experienced similar problems?
    Please help.
    - pete

  • Flash Movie will not display in Dreamweaver

    A movie that I created with Flash CS6 will not play in a webpage that I created in Dreamweaver CS6.  When I select "Live" in Dreamweaver, I get a prompt to download the Flash 11.7 player.  I've downloaded this player several times, and the movie still does not play in DW.  The movie displays when select play in Flash. 
    How can I get the movie to play in Dreamweaver?

    More to the point: Does it play in any browser on your system? If not, you may have to fix that first. In nay case, ask your question in the DW forum and provide more details like soem system information to begin with...
    Mylenium

  • Flash player doesn't load

    Hi,
    My flash player doesnt load when I use a site like Myspace.
    Where the myspace music player should be there is only a white box
    and when I right-click it just states "Movie not loaded" and that's
    after waiting several minutes. I've tried uninstalling flash and
    I've tried older versions with both IE6 and Mozilla.
    Hope some of you guys can help...

    I suspect this is a problem with the site's code.  I gave this a try with IE 10, IE 9 and Chrome.  Like you, IE9 fails to play.  I then went and downgraded Flash Player to 10.3 and again the page wouldn't load.  I also tried our 11.1 release, same deal.  I'd contact skai.gr and ask them to take a look at their page under IE 9.
    Thanks,
    Chris

  • Flash movie doesn't render in IE7 w/ 9.0.28 plugin

    Hi,
    I have a Flash web player on my blog:
    http://www.musiclibre.org/blog
    It works fine in FF but in IE7 (w/ 9.0.28 plugin installed)
    it appears to be running (ie. music is playing) but is invisible on
    the page?
    I've tried embedding it using a variety of different methods
    - SWFObject, straight embed, etc... it doesn't seem to make a
    difference.
    Any ideas?
    Thanks.
    William.
    http://www.musiclibre.org/blog

    Problem solved. I was passing in the width as a percentage.
    IE was not happy about it, so now I calculate the width of the
    container in JS, multiply it by my desired percentage and pass it
    in as a number and it works fine.

  • I want to use my iPad 2 for fantasy football, I need to be able to enter the draft room but I need flash player. How do I do this seeing flash player doesn't load with apple?

    I want to use my ipad2 for fantasy football and I want to draft with it. How do I do this seeing apple and flash player are not compatible?

    Yea there really is no app or browser you can use. Until adobe and apple settle their differences and realize they should focus on meeting their customers needs my iPad 2 is just a larger version of my iPhone and I still need to use my Mac book for school and work.

  • My flash website gets stuck and doesn't load properly

    I have developed a flash website that works perfectly well
    when i test it on my computer. when i have loaded it onto the web
    it seems to get stuck.
    www.adamdunnesculpture.com
    if i do a hard refresh (Ctrl & F5) it will load properly.
    is there any code that will force the flash movie to fully load...
    i am totally stuck and have worked hard on this to allow me
    to teach this at the school i work at. any advice would be very
    very gratefully received.
    Thankyou in advance

    you should use preloader code or the onLoadInit() method of
    the moviecliploader class to ensure all assets are loaded before
    any attempt is made to use those assets.

  • Error Msg: Flash Movie not Loaded

    Hi,
    For some reason my flash movie will not load. I right click
    it and I see the following
    "Movie not loaded" it is greyed out. I can run this same .swf
    file from my local hard drive, but when I try to view it from
    http://localhost/mysite/header.swf,
    it does not work. I am using Windows XP Home edition which uses IIS
    5.1
    The HTML page I am running and the .swf file are in the same
    directory so its not a path issue.
    Here is the code:
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','487','height','308','src','header','quality','high','pluginspage','http://www.adobe.c om/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','header'
    ); //end AC code
    </script>
    <noscript><object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"
    width="487" height="308">
    <param name="movie" value="header.swf">
    <param name="quality" value="high">
    <embed src="header.swf" quality="high" pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
    type="application/x-shockwave-flash" width="487"
    height="308"></embed>
    </object></noscript>

    Hi,
    Its quite strange, after further testing, the code works just
    fine at my hosting company, but when I run it locally, the flash
    movie does not load.
    I am running XP Home with IIS 5.1 I believe. I am not sure
    why this is happening.
    Any help appreciated?
    -Westside

  • Flash player doesn't work on some websites

    Hi,
    For some reason, video stays black on some websites, some other websites like youtube work. I applied the permissions fix that I found which worked at first but now the problem is back and this fix doesn't work anymore.
    I tried everything from fresh install to using older version, nothing works.
    I don't know what else to do.
    Thanks

    Sorry guys by relive this thread but i'm out of ammo to solve this problem.
    I have this set for chrome plugin
    Nome:
    Shockwave Flash
    Descrição:
    Shockwave Flash 13.0 r0
    Versão:
    13.0.0.214
    Local:
    C:\Program Files (x86)\Google\Chrome\Application\35.0.1916.114\PepperFlash\pepflashplayer.dll
    Tipo:
    PPAPI (fora do processo)
    Ativar
    Tipos MIME:
    Tipo MIME
    Descrição
    Extensões de arquivo
    application/x-shockwave-flash
    Shockwave Flash
    .swf
    application/futuresplash
    FutureSplash Player
    .spl
    Nome:
    Shockwave Flash
    Descrição:
    Shockwave Flash 11.4 r402
    Versão:
    11,4,402,287
    Local:
    C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_11_4_402_287.dll
    Tipo:
    NPAPI
    Desativar
    Tipos MIME:
    Tipo MIME
    Descrição
    Extensões de arquivo
    application/x-shockwave-flash
    Adobe Flash movie
    .swf
    application/futuresplash
    FutureSplash movie
    .spl
    And this code for load swf:
    <object id="CorePlayer" name="CorePlayer" width="0" height="0" type="application/x-shockwave-flash" data="assets/CorePlayer.swf">
    <param name="allowscriptaccess" value="*">
    <param name="allowFullScreen" value="true">
    <param name="wmode" value="transparent">
    <param name="flashvars" value="endpoint=&amp;hash=">
    </object>
    For some reason flash player doesn't load the swf file with Shockwave Flash 11.4 r402 enabled, only the Shockwave Flash 13.0 r0 works.
    Since the swf file was build to work fine with 10.2 from flash player version(build on flash builder 4.5), i really don't know what is happening
    Hope some *great* solution for this.
    Thanks early!!!

Maybe you are looking for

  • Can two bands use the same name on iTunes?

    Hi, I'm in a band that uses the same name as another band listed on iTunes. Can two bands with the same name be listed on iTunes? We hope to eventually have an album for sale on the site and I'd like to know now if it's going to be a problem.

  • Can I move tunes purchased under one account to a new one

    My husband has been using my account on his pc for Itunes.  Now that I have an iphone and iPad, I suggested he get his own account.  How can he get his music (purchased under my account) into his new account?

  • The share-a-holic add on is not working on Facebook with 3.6

    I can't seem to get Share-a -Holic to work on Facebook anymore! Just here recently it stopped working. Does anyone know why? Thanks, Gary

  • ITunes cannot play any of my songs

    why is my iTunes not playing any of my songs in my song library and when i click any song, it tells me the song could not be used because the original file found not be found and will also asked me if i would like to locate?

  • Formatting characters shown in SQL worksheet in version 2.1.1.64

    Hi, Using version 2.1.1.64 When I type SQL in the SQL worksheet is it showing formatting characters - for example all spaces display as a light grey dot and a carriage return character appears at the end of every line. The formatting characters were