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

Similar Messages

  • Flash Builder doesn't recognize instances from Flash CS.

    I've currently started working with Flash CS 5.5 and I use Flash Builder 4.6 to work with AS3 files.
    A problem arrised when I try to access an instance of a symbol placed on the stage or inside of another symbol.
    Flash Builder doesn't recognize the existance of said instance and shows this as an error. (The code compiles fine though.)
    Is there any way of bringing instances placed using the Flash CS Editor to Flash Builder's attention?
    (I've also noticed that even the code editor of Flash CS doesn't recognize these instances.)
    Thanks in advance.

    After I hit run the URL that is shown on Firefox is the last page that I was on, so in this case, 'this' pages url; therefore, has nothing to do with what I'm trying to run. So in this case it would be "http://forums.adobe.com/post!reply.jspa?message=3625965"
    Now as for which version:
    Flash Player version: MAC 10,2,153,1 debugger version
    Mac OS: 10.6.7
    Update: Alright, it seems to have been some Firefox bug. I upgraded to Firefox 4.x on a haunch and somehow it must of reset whatever that was causing the problem and it now works as nornal. Thanks for the help though, appreciated.

  • Flash Builder doesn't rebuild the project everytime I modify the code

    Hi,
    Flash Builder doesn't rebuild the project everytime I modify the code.
    I find myself chasing ghosts when trying to debug my project. Flash Builder 4.0 doesn't rebuild my project after every change I make.
    The "Project - Build Automatically" is of course selected. To make sure the problem is real I ran "Project - Build All" several times. Nothing helped.
    For example, I am using a boolean constant to select different code in an if block. Even if I change the value of the boolean, When I debug the code, I see that the constant's value doesn't change. Only If I log out login again, FB will rebuild my code.
    This happens too many times and it is very confusing to debug, when you don't know if the result now is with or without your changes.
    It also affects the following:
    - breakpoints that are set or disabled are not taken into account and the debugger will skip them even if they are set or stop on them if they are disabled.
    - the debugger stops the debug on empty lines, if those lines previously contained code.
    - When I comment out the declaration of variables. Eclipse doesn't recognize them and doesn't show any hint on them when you hold the CTRL key and hover over, but while in debug mode, when you hover over the variable instance, its shows a value for it.
    Thanks for your help.
    Bye,
    RaamEE-IL

    The problem is with the SDK settings selected for the Compiler.
    Try going to 'Project' > 'Properties' > 'ActionScript Compiler'.
    Now, in the 'Flex SDK section', try changing the SDK. Click on 'Apply'.
    This will force FB to rebuild all settings for the project.
    You can try again. FB should now have started compiling with latest code changes again.
    Please Note: This is not a permanent fix though!
    In case the problem re-occurs, you'll need to again perform the steps mentioned above to get FB back on track.

  • 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 Builder Errors When Editing a Flash Professional File

    I'm having lots of problems trying to use Flash Builder 4.51 as my code editor from Flash Professional CS5.5. My immediate problem is a constant stream of pop-up "Problem Occurred" dialog boxes in Flash Builder which make it impossible to do any work.
    The message specifics vary a little but the title bar says "Problem Occurred" and inside the dialog box it says '[something] has encountered a problem." The [something] varies but is commonly "Finding occurrences" even though I'm not trying to search for anything at the moment. If I click the Details button the additional info is something like:
    An internal error occurred during: "_imageWidth".
    java.lang.NullPointerException
    Right now, I'm trying to find all references to a specific variable, _imageWidth, so it says:
    '_imageWidth' has encountered a problem.
    An internal error occurred during: "_imageWidth".
    When I click OK the dialog goes away and 0 references are reported but that is wrong. The var does exist and there are references. A few seconds after clicking OK the same error box pops up again. I click OK and a few seconds later it's back. Like I said, it's impossible to get any work done.
    If, instead of searching for references, I do a text search the error is 'Finding occurrences' has encountered a problem. Again, the error dialog pops up incessantly.
    This is in a new Flash Builder 4.51 workspace with only a single project. Here is the procedure I used to create it:
    Create a folder inside my workspace
    Copy Flash Professional .FLA file and its associated ActionScript classes into the project folder; change the Flash Pro publish settings to permit debugging
    Create a new Flash Builder Flash Professional project in that folder, targeting the FLA file
    Create a Debug Configuration targeting an existing HTML file in the folder
    With this procedure I'm able to edit and debug from Flash Builder for a few minutes. But before long an onslaught of popups begins. At that point, there's no way to accomplish any work. Restarting Flash Builder doesn't help either.
    Is there any way to make this work?
    David Salahi

    Found a workaround. The dialog is not modal so I just dragged it over to the other monitor and I can ignore it. A new message is added to it every few seconds but I don't pay it any attention.

  • Upgrading from Adobe Flash Builder 4.5 to Adobe Flash Builder 4.6

    Can anyone share Adobe's upgrade path (with detailed steps) from Adobe Flash Builder 4.5 to Adobe Flash Builder 4.6

    After having done what looked like a proper UN-install of Flash Builder 4.5, I am trying to install the FB 4.6 upgrade. I get:
    A conflicting or prerelease version of Adobe Flash Builder exists on this computer. The conflicting version must be removed before installing from the current media.
    I dont know what this is, so spending an hour on the phone finally got me to Ankush Bangroo <[email protected]> who knew how to fix this.
    download the cleaner tool from the following site and run it, remove the "Adobe Flash Builder" item, then reboot.
    http://www.adobe.com/support/contact/cscleanertool.html
    Now, you can do a proper install of Flash Builder 4.6 from download.

  • Flash Builder 4.7 ask for Flash Player 11.6

    Hi,
    I've installed Flash Builder 4.7 and air 3.6. When I try to test my movie I get a message saying I need the Flash Player 11.6 debugger. But it's currently in Beta, however I downloaded it anyway, but that doesn't fix the issue. When I continue some of the art is messed up. But it works fine when I test from FB 4.6.
    Any ideas?
    cheers.

    Ask for serial number http://forums.adobe.com/thread/1234635 has a FAQ link
    Cloud programs do not use serial numbers... you log in to your paid Cloud account to download & install & activate... you MAY need to log out of the Cloud and restart your computer and log back in to the Cloud for things to work
    Some general information
    Log out of your Cloud account... Restart your computer... Log in to your Cloud account
    http://www.adobe.com/products/creativecloud/faq.html
    http://helpx.adobe.com/creative-cloud/help/install-apps.html to install or uninstall
    http://forums.adobe.com/community/download_install_setup/creative_cloud_faq
    What it is http://helpx.adobe.com/creative-cloud/help/creative-cloud-desktop.html
    Cloud Getting Started https://helpx.adobe.com/creative-cloud.html

  • Flash Builder doesn't launch my app nor debugger

    Hi, very odd.
    Flash Builder all of a sudden stopped launching my app or the debugger.
    When I press run Flash Builder switches to my browser (Firefox 3.x) then nothing.
    Doesn't open a new tab, no error messages, nothing.
    Exact same thing when I try to debug, except I get an error saying it failed to connect, session timed out.
    It also says to make sure it was compiled with debugger on (huh?) and that I'm running a debugger version of Flash which I am.
    Not sure what to do now. There is no real error message, and no odd behavior other than it just not doing anything.
    Any idea?

    After I hit run the URL that is shown on Firefox is the last page that I was on, so in this case, 'this' pages url; therefore, has nothing to do with what I'm trying to run. So in this case it would be "http://forums.adobe.com/post!reply.jspa?message=3625965"
    Now as for which version:
    Flash Player version: MAC 10,2,153,1 debugger version
    Mac OS: 10.6.7
    Update: Alright, it seems to have been some Firefox bug. I upgraded to Firefox 4.x on a haunch and somehow it must of reset whatever that was causing the problem and it now works as nornal. Thanks for the help though, appreciated.

  • Flash Builder 4 compiles tests to Flash Player 9?

    Hi all,
    I seem to be running into a serious problem:
    Inside Flash Builder (262635) - Inside the package explorer - when I right click on a test suite and choose 'Execute FlexUnit Tests' - It seems to build the tests targetting flash player 9 and complains about 'Type was not found compile time constant: Vector'. Using the same test suite from an ant script that explicitly sets the target to be flash player 10 is fine, but I can't get it to work from insiode the IDE.
    Is there any way to tell the internal testing system to target flash player 10? My compiler for the project is set to target 10.
    Conrad

    Just got the same problem and, after reading this http://opensource.adobe.com/wiki/display/flexsdk/Targeting+Flash+Player+10 I solved it by changing target player in flex-config.xml (found in your_sdk/frameworks) to 10.0.0:
    <target-player>10.0.0</target-player>
    I suggest duplicating your existing SDK (presumably 3.5) to 3.5_10 and changing the flex-config.xml. That is if you have multiple projects in your workspace and you expect some of them to compile with fp 9.
    Let me know if it worked out.

  • Flash Builder hangs on load

    I am trying to use flash builder and when I load the application, it freezes and I am forced to quit. Any solution? Thanks.

    Not sure what ver. of flash you are using but there are a couple of hotfix patches for CS4 pro (mac and pc) from adobe that may help. Read here:
    http://adobe.com/support/flash/downloads.html
    Hope it helps.

  • 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 Builder doesn't see my ios8 devices

    My dev environment was working fine a couple months back, hadn't made any changes and came back to work on a mobile app.  Now Flash builder cannot see my ios 8 devices.  I think the problem is ios8 and related to provisioning profiles not being installed.  Which of course I can't verify because apple has conveniently removed the ability to see the installed profiles... I have regenerated the provisioning profile and know that the device I am attempting to use is listed.  Honestly this should have even been needed since it was working fine before. 
    Also I can manually install the app on the device using itunes, however the device will not open, again implying that the profile is missing which is causing the issue.
    If anyone has any suggestions please let me know.  This has been very frustrating-- apple always seems to be making things more difficult for those who don't follow their dotted line.
    Also updated my sdk to 4.14.1.
    Thank-you,
    Jonathan

    After I hit run the URL that is shown on Firefox is the last page that I was on, so in this case, 'this' pages url; therefore, has nothing to do with what I'm trying to run. So in this case it would be "http://forums.adobe.com/post!reply.jspa?message=3625965"
    Now as for which version:
    Flash Player version: MAC 10,2,153,1 debugger version
    Mac OS: 10.6.7
    Update: Alright, it seems to have been some Firefox bug. I upgraded to Firefox 4.x on a haunch and somehow it must of reset whatever that was causing the problem and it now works as nornal. Thanks for the help though, appreciated.

  • Flash builder doesn't start !

    Hi,
    I have a cloud version of flash builder and resently I try to start like usual and nothing append !
    I try to reinstall it burt no changes !
    any help ?
    sorry the solution is here http://forums.adobe.com/message/5202497#5202497

    Ok, problem solved.
    First I uninstalled the flash builder plugin, and eclipse galileo was still not starting.
    Then I uninstalled java (both jre/jdk, v6.20).
    Crossing my fingers, I reinstalled jdk and then jre (latest downloaded); and eclipse ran again (pheeeew!).
    Finally, I installed flash builder 4 plugin again, it works too (!), and aptana works, ... all is working back again, fine!

  • Flash builder 4.0 load xml file for elixir

    Hi,
       I am using flash builder 4.0 for creating chart through ibm elixir tool. Now i want give input as xml format or .xlsformat in runtime. How i can give it, Give me some example regards this
    Regards,
    sivabharathi

    Hey guys, I'm brand new to this as well and you probably don't need an answer now but I found this anyway:
    Flex Builder and Flash Builder both function as Plug-ins to Eclipse, though each also comes in a "stand-alone" flavor - which is still eclipse, but with a lot of the Eclipse functionality torn out for a smaller footprint.
    http://stackoverflow.com/questions/1761919/flex-php-flash-builder-4-vs-eclipse
    All the best!

  • Safari doesn't load my flash file

    My website (www.webtailoring.com) has 4 pages where flash is
    being used near the top banner. Safari has no problem loading the
    flash bit on 3 of the 4 pages but for some reason won't load the
    swf file on my "contact" page. If you hit refresh or reload several
    times it then loads the swf file. Why is this happening???
    Thanks for any help,
    Dave

    I do not have Safari, so I can't check "Activity report".
    Could you please forward what's on the report and if you have
    suggestions on how to fix problem that would be a great help.
    Thanks,
    Dave

Maybe you are looking for