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

Similar Messages

  • 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 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

  • Flash blocked on a site, doesn't load (remains invisible) and has no error messages

    Hello,
    I like to listen to a radio station but whenever I open their site the embedded player on top is simply not visible at all. It should be right on top of the add but it is not loading: http://i.imgur.com/e14UPsy.png
    The site uses flash but I have flash (the latest) and do not have problems on other websites using it such as Youtube, Dailymotion or Vimeo. It is also listed in my add on page and the website to check runs correctly.
    However I can't do much on the website of the radio since nothing is visible concerning the player.
    The site itself is: http://seoul.fm/
    I tried IE which I only use to see if something is a browser problem or a site problem and the player loads correctly in that browser.
    I get no error messages, popups or anything when visiting it through Firefox.
    I also installed the latest Javaa to see if this was the problem, and verified it on the Javaa website that it is working.
    Flash is not blocked in the add on menu.
    I turned off all my add block extensions to see if it caused the problem. No result.
    On IE I have to enable Flash runtime to run it.
    I don't think it is a Javascript problem but Flash (I stated in a respond that perhaps it is java related but that is not true I think).

    I see the (Flash?) player in Google Chrome, but not in Firefox, so it is possible that the script that creates the player isn't compatible with Firefox or otherwise isn't working.
    There are errors in the Browser Console (Firefox/Tools > Web Developer).

  • 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 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 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)

  • Site doesn't load properly

    Guys, what's going on with the site? I'm simply unable to browse it, works don't show up, no matter which browser I use on my PC or on my tablet. It looks awful, just like the attached image.
    Edit: Btw, this happens on both "regular" em "pro site" versions. I have a subscription to the entire Creative Cloud.

    Hello - sorry to hear that! Looks like the site is loading without CSS, which means that you must have an internet connectivity issues, or one of your plugins is interfering. Is this happening on all browsers?
    Please write into help.support.com for the quickest help.
    Thanks!

  • 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.

  • Uploading Flash Site

    Hello all,
    I have several questions and I would really appreciate any help that you may have.  First off, my main problem is that my company's website is loading slow and I'm not sure why.  All of my images are small file sizes, but I do have 4 scenes that I'm using , maybe that causes slow loading?  I've attached the website address below:
    www.constructnola.com
    I created my entire website out of flash.  Is this not the best way to create and publish a website?  Should I use Flash in conjunction with another website building software to create and publish my full website?  If I only use Flash can someone please point me in the direction of how to successfully build and publish a website through Flash that doesn't load slow, i.e. loading things dynamically?  What I've been doing is publishing my site onto my computer and then uploading the .html and .swf files to Godaddy for publishing.   Again, I would really appreciate any help
    Thanks,
    Patrick

    ghiadobe,
    Thanks for your response.  I'm not sure I understand what you mean by dropping your flash site into an html page for seo?  Can you elaborate please?
    Thanks,

  • 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!!!

  • Looking for FLV player with playlist for my Flash site

    I've been looking for an FLV player that I can embed "inside" my flash site--most likely loaded as an external swf via loadClip inside my main swf file.  I also need it to be AS2 compatible for my current project.  If anyone has some ideas please share, thanks.
    -David

    I have a sample here http://www.smithmediafusion.com/blog/?p=337 that uses an rss feed as the playlist.
    Regards,
    Dan
    http://www.dsmith.tv
    http://www.smithmediafusion.com/blog

  • Full site won't load properly on G S4

    Site doesn't load proper on G S4. Chrome is up to date on my Galaxy S 4 but when I go to the full site on the phone all the text gets bigger and messes up the entire design. I don't have the problem when I go on the full site from an iPhone or Windows 8 phone. The problem may lay with all android devices but I'm not sure.
    here is a link to the site.
    http://www.picit.ca
    Thanks,
    Korey Lowdon

    Hi Korey
    Due you still face the same problem ?
    Chrome released a new version for android recently , can you try to upgrade chrome and then check ?
    Thanks,
    Sanjit

  • Firefox consistently crashes when loading Flash sites

    For a couple of reasons I decided to go ahead and install OSS a few days ago.  On the first day, the install went smoothly and everything was working just as it should (I used the oss-linux-free PKGBUILD in AUR).  Yesterday and today, however, I've started to get a reoccurring problem that is, to put it lightly, driving me nuts.
    Firefox (or Epiphany, though I prefer the former) consistently crashes when opening up any site that uses Flash or Java.  With the way the internet is going, this is a large chunk of websites—not being able to visit YouTube or the website for Enemy Territory: Quake wars, for instance, is driving me nuts.
    Now, when I say "consistently" I don't mean each and every time.  I've been able to get these sites to load a number of times, but in the last two days Firefox has crashed in probably 2/3-3/4 of the time when loading any site that has a Flash element.  I've made sure that I have not wrongly assumed this has to do with my newly installed OSS by uninstalling, reinstalling the kernel and all ALSA packages, rebooting, and then surfing the web for a while to see if anything went wrong.  It didn't. 
    So my question is this: why is Firefox crashing so often in the two days since I've installed OSS?  What can be done to rectify this?
    After some experimenting, it seems the problem is worst under the following conditions:
    - Having several tabs open, though not necessarily several tabs with Flash
    - Listening to music and THEN navigating to YouTube or something.
    However, it's not specific to these circumstances.  In fact, just before I decided to make this post I opened Firefox, went to a site with Flash on it (one tab), and it immediately shut down.  I tried this three or four additional times and was met with the exact same results.
    Other info
    Firefox: Pre-compiled Mozilla i686 build, v. 2.0.0.11
    OSS: OSS (GPL version) 4.0, build 1012
    Operating System: Arch Linux 2.6.23-ARCH
    I've also posted this here.

    I have the same problem. I've never been able to identify when it started. Once firefox crashes, mpd, if it was playing, becomes unresponsive. The only way to get a flash site working again is to reboot my computer.
    I uninstalled flash: I'm not going to put up with that kind of behaviour. Now I watch youtube videos on other people's computers --you know how they say "You've GOT to see this movie!". And if I really need to see that one specific video, there's youtube-dl.
    Unfortunately gnash doesn't work on youtube for me.

Maybe you are looking for

  • In camera sharpening and acr 5.2

    When I open RAW photo in acr although I have "apply sharpening to all images" option selected my pictures are not sharpened like when camera sharpens them. And it seems imposible to get acr to open raw to look as embeded .jpg ...they are overexposed

  • Language Key Default for Account Assignment Search

    Hi, We are on SRM 4.0, Extended Classic.  We are rolling out our implnetation from Uk to Italy, therefore have installed Italian Language Pack etc. UoM/ Currency etc has been automatically translated .  Our English description for Product Categories

  • Mac Pro Temperature

    I own a Mac Pro. I have iPulse and iStat Pro. but i dont know if my computer is getting to hot or not. What temperatures are normal?? Temperatures : CPU A - 103 F CPU B - 101 F Ambient is currently - 76 F NorthBridge - 180 F Expansion slots - 104 F H

  • Return channel, problems trying to connect

    Hello. I am trying to connect my STB and a local PC. I am using an internal modem in my PC in COM3 and my STB is a ADB. The modem tries to connect but then fails saying that the line is occupied but i make a call to reserve before. This is the debug

  • Corruption of volume allocation

    Hello. I have a PPC G5 IMac, 10.4.6 w/ all latest updates. Sometimes upon wake-up it freezes. Lately upon startup, I've been having serious issues. In short, no boot. No safe startup. It will get to the gray-apple screen and the pinwheel just goes ar