ACROBAT STARTUP SCRIPTING NOT WORKING (with extendscript Tooklkit CS6)

Hi
I experienced in programming, but newbie in JS-Scripting in CS6.
I have developed some scripts in the console of Acrobat XI Pro, now I wan't to install that global script callable by a menu.
I work on Windows-7, with 64bit:
The script path is:
C:\Program Files (x86)\Adobe\Acrobat 11.0\Acrobat\Javascripts
script name is Confg.js
The script is created with Extendscript Tooklkit CS6 editor
only contains this line:
app.alert("Hi, from a globally executed script");
I expect that an alert is poping up, when I open the Acrobat XI Pro with any PDF-File:
for a change
app.addMenuItem({cName:"Menu Test", cParent: "Help",   cExec: "app.alert('Menu Item Test'); "});
doesn't work either
after opening PDF XI Pro with an arbitry PDF I get an error in the console:
Acrobat – Version mit integrierten EScript-Funktionen 11.0
Acrobat SOAP 11.0
SyntaxError: illegal character
1:Folder-Level:App:Config.js
If I create the file with a plain text editor, things will work fine, as expected.
If I edit that clean file with Extendscript Tooklkit CS6 editor again the file is corrupted. This is rahter clumsy. Any solution, so I can work with Extendscript Tooklkit CS6 editor?

Thanks for the reply.
>>Acrobat is not one of listed programs that Extendscript is used with.
I was already wondering about this. Thought my installation is corrupted or whatever
Though with regret, I have to accept that Extendscript Toolkit can't be used with Acrobat XI scripting. I use jEdit meanwhile. This has syntax higlighting and a linenumbering, helpful to spot errorous linenumbers. This does the job so far.

Similar Messages

  • ACROBAT XI - DOES NOT WORK WITH WINDOWS VISTA

    WHY DOESN'T THE COMPANY STATE ACROBAT XI PRO DOES NOT WORK WITH WINDOWS VISTA.
    THE COMPANY NEEDS TO WARN PEOPLE.  THE ACROBAT TECH SUPPORT FINALLY FIGURED OUT THAT IT'S NOT COMPATIBLE WITH WINDOWS VISTA.

    The Acrobat website and the box lists the compatible OSs. You want Adobe to list all of the incompatible OSs---going back how far.
    Acrobat XI Pro system requirements
    These system requirements are for Adobe® Acrobat® XI Pro software, v11.0. Because system requirements change with each software update, refer to the Release Notes for your software version for the latest information on supported operating systems and browsers.
    Windows
    1.3GHz or faster processor
    Microsoft® Windows® XP with Service Pack 3 for 32 bit or Service Pack 2 for 64 bit; Windows Server® 2003 R2 (32 bit and 64 bit); Windows Server 2008 or 2008 R2 (32 bit and 64 bit); Windows 7 (32 bit and 64 bit); or Windows 8 (32 bit and 64 bit)
    512MB of RAM (1GB recommended)
    1.85GB of available hard-disk space
    1024x768 screen resolution
    DVD-ROM drive
    Internet Explorer 7, 8, 9, or 10; Firefox Extended Support Release; or Chrome
    Video hardware acceleration (optional)
    Note: For 64-bit versions of Windows Server 2003 R2 and Windows XP (with Service Pack 2), Microsoft Update KB930627 is required.

  • [js] CS Scripting not working with CS3

    Hello,
    We had a JavaScript made for us that enabled the user to exchange certain text within a document.
    This script works fine with CS (Ver.3.0.1) but gives a JavaScript Error - #55, Error String: Object does not support the property or method 'findPreferences' with CS3 (Ver.5.0)
    I have tried 'tinkering' around with the scripting - but I have zero experience with JavaScript and have not found a solution.
    Additionally the people that wrote the initial script are not available.
    I have bought several books but they all seem like alien-language to me
    Below is the section of origional CS scripting.
    Can anyone point out to me WHY this script does not work with CS3?
    And WHERE I should start looking - changing?
    Thanks in advance for your help and guidence.
    Lee
    // Exchange the text
    function actProjectData(oneDoc, oneResult){
    app.findPreferences = null; app.changePreferences = null;
    oneDoc.search(undefined, true, true, oneResult[0],{appliedCharacterStyle:oneDoc.characterStyles.item(myProjectTitleCharStyleNa me)}, undefined);
    oneDoc.search(undefined, true, true, oneResult[1],{appliedCharacterStyle:oneDoc.characterStyles.item(myOfferNoCharStyleName)}, undefined);
    oneDoc.search(undefined, true, true, oneResult[2],{appliedCharacterStyle:oneDoc.characterStyles.item(myOfferDateCharStyleName) }, undefined);
    app.findPreferences = null; app.changePreferences = null;

    > Come to think of it, maybe it's easier to create a folder "Version 4.0 Scripts" under your scripts folder and place your CS script in there. Maybe that will do the trick. Should have thought of that earlier.
    Tried this, but it didn't seem to do anything... But certainly a 'try' worth.
    Currently playing around with the:
    > app.findTextPreferences.findWhat = "a";
    app.changeTextPreferences.changeTo = "b";
    oneDoc.changeText();
    I've got to the point where I have no error messages :-) Now I'm really flying.....
    Fact is - not all text and also the wrong text is replaced!!!
    I'm currently playing with the script to try and replace
    all texts with a given paragraph style with the entered text...
    Not proving to be simple for me, but I'm learning rather a lot!
    Now that doesn't sound very clear when I go back and read it!
    What I want to say is:
    Each page of the document has the project name, No & Date on it (each having their own paragraph style)
    so
    With this script it asks you the Project name, No. and Date and then goes
    through the whole document and replaces all instants of those texts with specific paragraph styles with the newly 'entered' text.
    Proving to be a little mountain for me - Thought it would only be a hill!

  • Acrobat 9 is not working with Word 2010: why?

    I cannot get Acrobat 9 to make a PDF document from Word documents made with Word 2010, either by 'Creat from file' in Acrobat or by using Acrobat PDF Maker in Word. This has happened before when I first used Word 2001, but a later version of Acrobat solved that problem. Is the same sort of thing happening with Office 2010? If not, what can I do.

    print to the Adobe PDF printer if all else fails
    Thank you for that; it's nice to know that Acrobat will eventually work with Word 14, though not yet. I've tried printing with the Adobe PDF printer, and it doesn't use the proper fonts either, so I'd be better saving as a PDF document from Word. But perhaps I'll get better results with saving to PS first.
    Meanwhile, I'll treat Adobe's claim that with Acrobat 9 you can make PDF from any document with a large pinch of salt.

  • Sunstudio startup script not working

    The environment is Ubuntu Linux 5.04 with Java 1.5.0_01 installed.
    The awk script that checks the Java Version has some problems on this distribution.
    Enabled set -x in the sunstudio shell script, here are the relevant lines:
    +++ '[' -x /shares/free/opt/jdk1.5.0_01/bin/java ']'
    +++ /shares/free/opt/jdk1.5.0_01/bin/java -version
    +++ /usr/bin/awk -f /opt/sun/sunstudio10u1/prod/scripts/ver.awk
    awk: run time error: regular expression compile failed (missing operand)
    "| |(|)|,|
            FILENAME="" FNR=0 NR=0
    ++ ver=
    +++ /opt/sun/sunstudio10u1/prod/scripts/jdk_compare 1.3.9 ''
    ++ gettext -e 'Warning: Ignoring JDK_HOME. Sun Studio does not run with this\nversion of the J2SE.\n'
    +++ '[' -x /shares/free/opt/jdk1.5.0_01/bin/java ']'
    +++ /usr/bin/awk -f /opt/sun/sunstudio10u1/prod/scripts/ver.awk
    +++ /shares/free/opt/jdk1.5.0_01/bin/java -version
    awk: run time error: regular expression compile failed (missing operand)
    "| |(|)|,|
            FILENAME="" FNR=0 NR=0
    ++ ver=
    +++ /opt/sun/sunstudio10u1/prod/scripts/jdk_compare 1.3.9 ''
    ++ for d in '"${JDKLIST[@]}"'
    ++ '[' -x /usr/j2se/bin/java -a -x /usr/j2se/bin/javac ']'The rest of the utilities seem to work correctly, netbeans starts up correctly.

    The awk script was written and tested on various
    platforms, both
    Linux and Solaris. I'm not familiar with Ubuntu Linux
    and thats not
    one of the platforms we tested on.=====
    www.ubuntulinux.org
    Could you do several things for me?
    First, could you do some sanity testing on
    /usr/bin/awk. Just
    enough to make sure its working in other uses. If it
    does, can
    you see if its a symlink to gawk? If so, what version
    of gawk
    (you can do "awk --version" if it is). On the Linux
    platform I have
    (SuSE Linux Enterprise System 9), I get "GNU Awk
    3.1.3". If you
    can send me the exact version of awk, I might be able
    to come
    up with an alternative.=====
    The installed awk was a symlink to mawk.
    I installed also the GNU awk and that fixed it.
    You might also be able to fix this. Do you have write
    permissions
    on your sunstudio install? If you look at the ver.awk
    script it has
    a comment giving an alternate value of the FS which
    is easier
    to read, but doesn't work on Solaris (where
    /usr/bin/awk isn't
    GNU awk). Since we have to work with both GNU and
    Solaris
    awk, I didn't use this alternate. But if that works
    on your system
    its a simple way of getting you going.
    Of course, you're still not on a supported Linux
    platform, so there
    are still no guarantees you won't run into other
    problems. These
    would most likely be in some of the native
    executables the IDE
    uses (such as dbx and dmake). The core parts of the
    IDE (all
    Java parts), should work fine on most any Linux
    platform.=====
    Encountered the problem with dbx dependency to libc:
    $ dbx
    dbx: /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.3.4' not found (required by dbx)
    $ ldd -v /lib/tls/i686/cmov/libc.so.6
    /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
    Version information:
    /lib/tls/i686/cmov/libc.so.6:
    ld-linux.so.2 (GLIBC_2.3) => /lib/ld-linux.so.2
    ld-linux.so.2 (GLIBC_2.1) => /lib/ld-linux.so.2
    ld-linux.so.2 (GLIBC_2.0) => /lib/ld-linux.so.2
    ld-linux.so.2 (GLIBC_PRIVATE) => /lib/ld-linux.so.2
    $ ldd /opt/sun/sunstudio10u1/bin/dbx
    /opt/sun/sunstudio10u1/bin/dbx: /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.3.4' not found (required by /opt/sun/sunstudio10u1/bin/dbx)
    libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7fce000)
    libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0xb7f14000)
    libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7ef3000)
    libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7ee7000)
    libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7dba000)
    /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0xb7feb000)
    Was there a reason why this version of GNU libc was chosen as minimal requirementl!?

  • ColdFusion Script not work with Httpservice

    At first I use PHP to generate xml output on page then use
    the data to my httpservice with resultformat e4x. Everything is
    fine. But now I want to use coldfusion script since I'm planning to
    use ColdFusion as my web server. I have this script located on my
    server and generate the data in XML file then the XML file is used
    in my web, loaded through httpservice.
    My PHP code was like this :
    <?php
    define( "DATABASE_SERVER", "localhost" );
    define( "DATABASE_USERNAME", "root" );
    define( "DATABASE_PASSWORD", "" );
    define( "DATABASE_NAME", "MyCinema" );
    $mysql = mysql_connect(DATABASE_SERVER, DATABASE_USERNAME,
    DATABASE_PASSWORD) or die(mysql_error());
    mysql_select_db( DATABASE_NAME );
    $Query = "SELECT * FROM film";
    $Result = mysql_query( $Query );
    $Return = "<movies>";
    while ( $film = mysql_fetch_object( $Result ) )
    $Return .= "<film><judul>".$film->JUDUL.
    "</judul><deskripsi>".$film->DESKRIPSI.
    "</deskripsi><genre>".$film->GENRE.
    "</genre><produser>".$film->PRODUSER.
    "</produser><produksi>".$film->PRODUKSI.
    "</produksi><homepage>".$film->HOMEPAGE.
    "</homepage><durasi>".$film->DURASI.
    "</durasi><url>".$film->URL."</url></film>";
    $Return .= "</movies>";
    mysql_free_result( $Result );
    print ($Return);
    ?>
    And now I try to get the same result using coldfusion script.
    At first I dont write the XML to file, I just cfoutput it just like
    I do with PHP just print result but it doesnt work out with my
    HTTPservice. Until I try to write it to XML file then coding my
    httpservice to read directly from that XML file. here is my
    coldfusion code.
    <cfcomponent>
    <cffunction name="a" returnType="Void" output="true"
    access="remote">
    <cfprocessingdirective suppresswhitespace="Yes">
    <cfquery name="GetFilm" datasource="myCinemaData">
    SELECT b.* FROM playing a, film b
    WHERE a.kode_film=b.kode_film AND a.start >
    <cfqueryPARAM value = "#DateFormat(Now())#"
    CFSQLType = "CF_SQL_STRING">
    </cfquery>
    <cfxml variable="userXML">
    <movies>
    <cfloop query="GetFilm">
    <cfoutput>
    <film>
    <judul>#GetFilm.JUDUL#</judul>
    <deskripsi>#GetFilm.DESKRIPSI#</deskripsi>
    <genre>#GetFilm.GENRE#</genre>
    <produser>#GetFilm.PRODUSER#</produser>
    <produksi>#GetFilm.PRODUKSI#</produksi>
    <homepage>#GetFilm.HOMEPAGE#</homepage>
    <durasi>#GetFilm.DURASI#</durasi>
    <url>#GetFilm.URL#</url>
    </film>
    </cfoutput>
    </cfloop>
    </movies>
    </cfxml>
    </cfprocessingdirective>
    <cffile action="write"
    file="#expandPath(".")#\userXML.xml" output="#userXML#">
    </cffunction>
    </cfcomponent>
    Because I need to create the XML files first I try to execute
    this coldfusion script first using webservice before I execute my
    Httpservice but the XML file creation is slower than the execution
    of my httpservice afterthat so it shows an error that my XML file
    isn't not available. What can i do? I've tried to show the output
    using cfoutput and run that script directly on my httpservice just
    like the way I use print result on PHP but it produce an
    error.

    ... I try to execute this coldfusion script first using
    webservice before I execute my Httpservice but the
    XML file creation is slower than the execution of
    my httpservice afterthat so it shows an error
    that my XML file isn't not available.
    Then it might help to apply a named lock to ensure that the
    Httpservice runs only after the web service call is complete. For
    example, apply an exclusive named lock on the code that calls the
    web service and a readonly lock of the same name to the Coldfusion
    code that interacts with the Httpservice.

  • Acrobat XI Actions not working with Mac Yosemite?

    We are witnessing an apparent bug with Acrobat XI and Yosemite when creating or importing Actions; specifically they do not appear in the Actions panel!
    All latest updates (as of Nov. 6, 2014) have been installed; can anyone else kindly confirm this bug please?
    Respectfully,
    Bill Carberry
    [self-promo signature info removed by moderator]

    I try to reproduce your action issue in Mac Yosemite, but I can’t reproduce your issue in our end.
    I try the problem in Acrobat 11.0.10 in Mac Yosemite version i 14A_389.
    I need the following information:
    1. Can you send me your action sequence file? How do you create this sequence file, does it work before?
    2. What is your Mac Yosemite version, my Mac Yosemite version is 14A_389, you can find this from “About This Mac” menu.
    3. What is your Acrobat version, 11.x or 10.x, you can find this from “Acrobat/About Acrobat” menu
    Thanks for finding the bug for us.
    Steven;(Acrobat QE)

  • Send & Recieve functionality not working with  WebDav after installing Acrobat XI

    Send & Recieve functionality not working with  WebDav after installing Acrobat XI for PDF.  Acrobat XI is complete installations(Trial Version).

    Hi Kiro ,
    Did you try opening that file in any other browser ?If not ,please try doing that once and see if that  works for you.
    Try Repairing Acrobat once and see if  that helps.
    Launch Acrobat>Navigate to Help>Repair Acrobat Installation.
    Regards
    Sukrit Dhingra

  • Adobe acrobat 5 is not compatible with windows 7.  Need replacement that will work.

    adobe acrobat 5 is not compatible with windows 7.  need a replacement that will work.  any suggestions.

    I would recommend Acrobat 10.  You can find more details as well as a trial at http://www.adobe.com/products/acrobat.html?promoid=JOLIR.  It should be noted though that Acrobat 5 is too old of a version to qualify for the upgrade price I am sorry.

  • Picexport is not working with SCRIPT

    Hi ALL,
    I have upgraded my diadem from 2010 to 11 and now this is not working anymore:
    Call PicExport("X:\transfer\081022\"&SaveFile&"_scaled_tsr","WMF",1,768,1024,"",75,"",0)
    when I try this script i get a first the failure message ==> acsess violation; and when i retry this function I get the message that this function is not activated
    please help me
    THX in advance

    Hy,
    I have tried now almost all formats with the same result:
    - when I use the picexport "by hand" it works fine!
    - when I use the record function for scripting it is working...
    - I stop the recording and want to run the script, it works the first time and then I get first the access violation msg and then the "not activated" msg
    I dont wanna use the PDF eport because I have arround 200-300 pictures per "run" which I want to quickcheck ("scrolling" thru all pics witch a picture viewer) and this not very useful by PDF...
    So there must be a solution?!!!! The same script was working with the last diadem version...
    THX
    Andreas
    Attachments:
    accessviolation.PNG ‏46 KB
    not_active.PNG ‏33 KB

  • I installed firefox 10 - it was offered on startup. I absolutely does not work with a cloud based program I use (corecon) and I want to GO BACK TO FIREFOX 9. how do i do this?

    firefox 10 ABSOLUTELY does not work with a cloud based program, Corecon. I want to UNINSTALL firefox 10 and GO BACK TO FIREFOX 9 . How do I do this? This is a subscription service, you may not be able to try it. v9 works fine.

    http://support.mozilla.com/en-US/kb/Installing+a+previous+version+of+Firefox
    http://www.mozilla.com/en-US/firefox/

  • VB startup script not running on Win7

    Hi,
    my startup VB script not working on Windows 7. The script should install or uninstall office 2010 based on group membership. 
    I tested scipt on Windows XP and everything works. When I run script manually, it works.
    Quite similiar batch file works, office are installed but not same functionality for me.
    I turn UAC off, bot not working.. Also add dword EnableLinkedConnections  but nothing change.
    Batch file works but VBScript not!
    Any advice? Thx

    Hi Tomas Cink,
    Based on my understanding, the start VB script which is deployed via GPO could not works fine on Windows 7 clients, although it can works fine on Windows XP clients and it can
    run sucessfully if manually. Right?
    Firstly, please run the following command on the problematic workstation.
          Gpresult /h > C:\temp\gpresult.html  (“C:\temp\” is the path of the gpresult.html, you can set it by yourself)
    This file is used for checking the result of Group Policy information. Open the file to check if the GPO has applied.
    If the GPO has applied, please follow the following step to narrow down the issue:
    Change the script to the following command: add  > %SystemDrive%\Users\test.txt
    to the script.
    Log on to a client with a regular user account, run
    gpupdate/force, and then re-log on to this client.
    Check if the test.txt file exists in this location
    %SystemDrive%\Users.
    If the
    test.txt file exists, the GPO with startup script is applied successfully. But the result of running logon script achieves the goal we excepted or not which is still not sure.
    Regards,
    Lany Zhang

  • Captivate 4 AS2 Text Entry Box not working with Flash Player 11

    I am having issues with text entry boxes not working at all in flash 11. I am using Captivate 4 and exporting an AS2 swf. When you get to the slide you can type but you cannot see anything nor does the button or keystroke to move on. Also there is no cursor. Any ideas?

    You said it is not working with Flash 11, so does that mean you tested with previous version and that worked?
    While publishing choose Flash player as 9 and publish that, verify if that plays in a compatible web browser.
    AS 2 is a legacy scripting, it has been said not too be supported with even Flash Player 10 --
    http://help.adobe.com/en_US/AS2LCR/Flash_10.0/help.html?content=Part2_AS2_LangRef_1.html
    I believe if you switch back to version 9 while publish your project, it should work.
    Thanks,
    Anjaneai

  • Better privecy does not work with windows vista home prem. what other program removes LSO'S AND HOW can I stop trackers?

    Question
    better privacy does not work with windows vista home prem. what other program removes LSO'S AND HOW can I stop trackers? edit
    Details

    As a temporary workaround, I believe this Adobe management page allows you to clear your "Flash cookies": [http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager07.html Adobe - Flash Player : Settings Manager - Website Storage Settings panel] (hosted on macromedia.com -- Macromedia was the original developer of Flash).
    Regarding the script error, if I'm reading the script correctly, it is related to accessing your Flash cookies directory. It seems the publisher's support forum is not currently available for searching, but that might be a good next step.
    In the meantime, could you check whether the script has the correct location for your Flash cookies directory? If you can't access Tool > BetterPrivacy, you could check here:
    (1) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
    (2) In the filter box, type or paste '''bpr''' and pause while the list is filtered
    (3) There should be a bolded setting named '''extensions.bprivacy.DataDir''' which looks approximately like the following:
    C:\Users\''yourWindowsUsername''\AppData\Roaming\Macromedia
    Do you have a similar value? If you paste the path used by BetterPrivacy into a Windows Explorer window, does it open? Also, click a couple levels in the folder, can you see:
    Flash Player \ #SharedObjects
    If the value is wrong, right-click the wrong value and choose Reset. BetterPrivacy should update the value the next time you try to access it.
    If the value is blank, you could try inserting a sensible value and see whether that helps.
    Any luck?

  • Flash Player 11.3.300.262 Not working with Firefox. I think I found the problem.

    *Flash Player 11.3.300.262 is not working with Firefox. I think I found the problem.*
    Millions of people got off work & turned on there computers recently to discover that Firefox is not playing any videos or flash content. Just like me, millions of people are randomly searching the internet in a futile & frustrating attempt at answers. Unfortunately, many of those people will simply stop using firefox & deem it a glitchy, unreliable browser.
    This happened to me a couple days ago. I started up my computer & got a pop-up from Adobe saying that I need to update my flash player to 11.3.300.262. I've always thought of adobe as being a reliable software company, so I clicked on it with confidence that things will be working even smoother. To my horror, I relalized that right after the update, my main browser, firefox was destroyed. Then I went on the frustrating process of uninstalling, re-installing, running virus scan, researching the internet like a lost child. I said to myself, "that's why I hate updating stuff, because updates always seem to change stuff you don't want it to change & there always seems to be a problem with the updates." I usualy update software months after it releases, because microsoft & all the other software companies always seem not to test there stuff properly before releasing them. Then we have to look at a glitchy computer until the next update fixes it. Well, that is my rant. Now let me discuss the problem I found.
    Problem:
    What I did was, go into my firefox extentions menu & I disabled the 11.3.300.262 & I re-enabled the previous flash player. After that, everything worked perfect again. Then a today (a week later), I turned on my computer & my firefox wasn't playing any videos or flash content again. I went into my firefox extenions menu again, & I discovered that my old flash player had been deleted, & this new glitchy 11.3.300.262 had been enabled. Why did adobe feel the need to into my computer & automaticly delete & update my flash player. Now it doesn't work. THIS IS REALY FRUSTRATING!
    The Issue I discovered:
    "RealPlayer" is the most popular video program & it is installed on millions of computers. For some strange reason Firefox does not want its users to use Real Player. Specifically the RealPlayer Browser Record Plugin 15.0.2. I also discovered that my Browser Record Plugin 15.0.2 was automatically disabled when the Adobe 11.3.300.262 was automatically updated also.
    - Maybe this could be because of some copyright conspiracy to keep people from downloading videos from the web.
    - Maybe firefox wants people to use there download add-on instead of RealPlayers downloader.
    I don't know what ther reason is. But what I do know is Nobody is going to delete there RealPlayer from there computer just to use FireFox. We can simply use Chrome or Internet explorer. I took the advise from Adobe & disabled the FireFox RealPlayer Extention. I also went into my RealPlayer preferences options, But there was no option to disable download recording from FireFox. BECAUSE I ALREADY DISABLED THE ADD-ON in FireFoxes menu.
    Solution:
    Step 1: Adobe needs to update all the computers with the previous flash player. That way we can choose to enable the previous flash player in our FireFox. or wait until a new update fixes the problem with firefox.
    Step 2: Adobe & FireFox need to get together & go back to the drawing board. They need to create a update that actually works on computers that have Real Player installed on them. I don't care which company does the update. All I care about is if it works. Thank You.
    Oh yea, Im running FireFox 13.0.1, Windows 7, HP computer, Real Player is up to date.

    Hey Chris,
    I was able to duplicate this issue on my Windows 7 laptop as follows:
         1)  Completely uninstall FlashPlayer (using your tool) as well as Mozilla Firefox and Mozilla Maintenance Service (used Windows 7 - uninstall from Control Panel).  Please note that I checked the box that said "Remove my Firefox personal data and customizations" to ensure that Firefox was completely gone from my laptop.
         2)  I then went out to the Firefox website and downloaded the "Firefox Setup 13.0.1.exe" app to my laptop.  I ran this app to install Firefox.
         3)  I then went to the following website http://www.ishmael.org.uk/karaoke02.php as I know that this URL uses Flash Player (obviously you can go to any URL that uses Flash Player - I'm just letting you know which one I used).  I then clicked on the icon on this page to install Flash Player.
    Once the install was completed, the URL stops responding and appears to be locked up (although it will occassionally hiccup and display portions of the page and then lock up again).  You will eventually get a pop-up notice from Firefox that has the header "Warning:  Unresponsive script" and says the following: 
         A script on this page may be busy or it may have stopped responding.  You can stop the script now, or you can continue to to see of the script will complete.  Script:  chrome://browser/content/browser.js:6551 
    Selecting "Stop script" will get Firefox working until you hit another page that uses Flash Player.
    To ensure that the above URL is not the culprit, I used one from your website http://helpx.adobe.com/flash-player/kb/find-version-flash-player.html and had the same results.
    Hope this info helps!
    Jeff
    NOTE:  As a reminder, I do not have RealPlayer installed on my laptop (and never have had it installed)

Maybe you are looking for

  • XML Report in Excel Ouput

    Hi I am developing a report in XML Publisher and getting its output in Excel and PDF both. In report I put a company logo pic, while running both formats, in PDF logo is fine but in excel there was no logo. Can someone help me out from this. Thanks

  • Accessing the controls in initiation form in SPdesigner 2013 workflow

    Hai ,         I created a re-usable workflow in SPdesigner  and i created a initiation form for this workflow.         In my initiation form i have 6 controls. First control  is drop down list  it contains 4 values and other 5 controls are checkboxes

  • Report contains PR & Po details

    Hi Gurus, Is there any report which shows PR,PR Approval date, PO , PO creation date and PO Approval date. I tried ME5A but PO approval date field is not present in the report Please suggest

  • Create PO condtion FRA1 "One-time vendor not allowed for this transaction"

    Hi all, When create Freight conditon for po item, if i choose a one-time vendor , it gives me an error  "One-time vendor not allowed for this transaction" . Why it happened? How to config system let one-time vendor be the conditon's vendor ? Thanks .

  • Gray box visible before SWF loads

    My site is live at  brucebever.com when you go to my site, you'll see a welcome screen.  When you click on the business card or the enter button a gray box, the same size as my flash file (720x720px) is visible in the moment before the flash file fin