Flash 9 ActiveX error

Since installing Flash 9 I am having a problem that seems to
be ActiveX related. In Firefox, whenever I go to a page with Flash
I get an ActiveX error box telling me: "Could not create control
{00000000-0000-0000-0000-000000000000}. Check that it has been
installed on your computer and that this page correctly references
it." When I click on OK in the message box, the page finishes
loading and seems to run fine. In IE, I usually just get a crash
and the browser is forced to close. I really doubt that any control
would have a name containing all zeros!!! What in the world
happened here? Any ideas?

Hey the cleanup method didn't work.
However, i could  get the latest flash installed without the package, for some reason it keeps failing with the package. Version 11.8 and  under installs with the package.
I know the package works because we've used the same package for thousands of other machines and they've worked.
This is an interestin issue

Similar Messages

  • Unable to install Adobe Flash Player 11 ActiveX -- Error 1722

    Hi,
    I am unable to install Flash Player 11.5.502.149 on Windows 8.  The error reported is:
    Adobe Flash Player 11 ActiveX -- Error 1722. There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action NewCustomAction1, location: C:\Users\Nick\AppData\Local\Temp\InstallAX_11_5_502_146.exe, command: -install -msi
    We have tried running uninstall_flash_player.exe to try and clean things up but this still fails.  Is there a known problem with installing Flash player ActiveX on Windows 8?  Flash player Plugin works fine just the ActiveX version which does not.
    Thanks,
      Nick

    Flash Player on IE10 for Windows 8 is delivered by Microsoft; use Windows Update to obtain the latest Flash Player version.

  • Adobe Flash Player 10 ActiveX -- Error 2753. The File 'InstallAX.exe' is not marked for installation

    Adobe Flash GPO Deploy error “InstallAx.exe” Flash won’t uninstall
    correctly from a GPO deployment
    Error message from EventViewer: Product: Adobe Flash Player 10
    ActiveX -- Error 2753.The File 'InstallAX.exe' is not marked for
    installation.
    I am running Windows 7 and I am trying to uninstall Adobe Flash
    Player 10 ActiveX yet I can't find it on the list of Add/Remove
    Programs. I have cleaned the registry with CCLEANER application. I
    also followed instructions for removing the registry keys of the
    following website
    http://faultbucket.ca/2010/12/adobe-flash-gpo-deploy-error-installax-exe and still nothing.
    I am stuck and I don't know how to remove Adobe Flash Player 10
    ActiveX from my computer. Can anyone help me Much Appreciated!

    We had this same problem recently and the faultbucket link pointed me in the right direction however the registry entries were different for us.
    Most of our computers were fine but some had problems with Flash Plugins and some with Activex and some both.
    The  best way to fix a computer or set of computers is to first uninstall  all Flash and then note all remaining Flash entries in  HKEY_CLASSES_ROOT\Installer\Products.
    These entries can vary based on what versions got corrupted on your systems.
    This  ended up being the fix for us for both Flash Plugin and ActiveX  version. We tested it and had great success as a .reg file and are now  deploying it via GPO.
    (We had 4 defunct registry entries for Flash plugin and 3 for Activex)
    Windows Registry Editor Version 5.00
    [-HKEY_CLASSES_ROOT\Installer\Products\371245C90F69D5349AC564C8AA7CE50A]
    [-HKEY_CLASSES_ROOT\Installer\Products\6205276E056AC94498B76D7B5AEE0A85]
    [-HKEY_CLASSES_ROOT\Installer\Products\6F8CE5C1F5C5F12458EB19B9D5C0DAC4]
    [-HKEY_CLASSES_ROOT\Installer\Products\FB0D7F53BA803E244A30FA7927CA12A6]
    [-HKEY_CLASSES_ROOT\Installer\Products\30D9D84132D5F4D45B0DAB06034CD5FC]
    [-HKEY_CLASSES_ROOT\Installer\Products\C460100B160DEAB4091314A638D85563]
    [-HKEY_CLASSES_ROOT\Installer\Products\4E867BFF724E3554CB631AF1E5269AD4]
    (if you copy and paste this fix remove the spaces near the end of the line added by these forums for some reason)
    Reply if this solution or a similar one works for you.

  • Error message while installing Flash ActiveX

    I've recently installed Macromedia Flash MX 2004 with the
    idea of using as a tool for designing webpages. Everything was fine
    until I was asked to download Flash ActiveX 9.0 (which I already
    had) and I couldn't. I tried uninstalling Flash MX 2004 and then
    installing the ActiveX, but it was useless. Then I looked for help
    at Adobe site and I got the same results: nothing. I'm thinking
    that it can be some problem with the registry, because after
    installing Flash MX 2004 I was warned about a registry change by
    Scott Patrol (security program). However, I've posted a logfile of
    my registry on other forums and I was told it was clean.
    The problem is definitely not related with downloading the
    files, but with the installation process, as I've downloaded the
    files, and when trying to instal, the process stops at
    "Registering: C:\WINDOWS\Macromed\Flash\Flash9f.ocx".
    If someone can help me, I would be grateful.
    Agus77in

    It's something called Quickbooks; see How to close Internet Explorer and other programs running on Windows?

  • Flash ActiveX's CallFunction method always fails (E_FAIL)

    Hi,
    I likely have collected all information in the web, but still
    facing the problem.
    I am trying to
    host the Flash ActiveX in a C# program and establish
    two-way communication between the host application and the
    ActionScript contained in my SWF file.
    On the ActionScript side, I use the
    ExternalInterface class.
    On the ActiveX side, for callbacks, I use the
    IShockwaveFlash::
    FlashCall event, which
    works perfectly in all host applications I have experimented
    with. For direct calls, I use IShockwaveFlash::
    CallFunction() method, which
    doesn't work on some host applications (unfortunately those
    I need). It
    fails with COM error (HRESULT E_FAIL, "Unspecified error").
    Here is what I have done so far:
    1)
    Installed the latest Flash Player 9, registered Flash9c.ocx
    ActiveX.
    2) Granted Flash
    security permission to the folder where my SWF is located by
    prescribing it in
    "C:\Documents and Settings\myname\Application
    Data\Macromedia\Flash Player\#Security\FlashPlayerTrust\myapp.cfg"
    Before I did this, the FlashCall event caused a SecurityError
    reported from the Flash player. So it makes me think that my
    problem is
    not a security issue any more.
    3) Tested the SWF file
    hosted in a browser (both IE and Firefox). The two-way
    communication with JavaScript
    works perfectly in both ways, so it means there's no mistake
    in my ActionScript code, and the way I call ExternalInterface
    methods is correct.
    4) From JavaScript, I tried the following two ways of calling
    the ActionScript function (called "Handshake") in the SWF movie
    object:
    // JavaScript code
    // call directly
    swfMovieObject.Handshake( "hello world" );
    // call via CallFunction
    swfMovieObject.CallFunction( "<invoke name="Handshake"
    returntype="xml"><arguments><string>hello
    world</string></arguments></invoke>" );
    the both methods also worked perfectly, which means
    the <invoke> xml string I am passing is correct.
    5) When hosted in
    VB6 and on MS Access 2003 Form, the CallFunction method
    works perfectly.
    6) Finally, the
    CallFunction method fails to work when hosted in
    Word 2003 document,
    Excel 2003 worksheet,
    VBA form in Word 2003 or Excel 2003, and also
    in a C# program written in Visual Studio 2005.
    I've seen others reporting this problem, but seen no
    resolution so far. It may be that this problem occurs only on
    some machines? For example, the sample .NET program here
    http://www.codeproject.com/cs/media/flashexternalapi.asp?df=100&forumid=226349&exp=0&selec t=1518421
    doesn't work on my machine, although it should have worked on the
    author's machine.
    Please help!

    Just figured this one out. I'm using VC++ 6 with ActiveX Flash 10. The code snippets here will call the Flash function testFunction from VC++ using the CallFunction command and the appropriate XML. In VC++, make the following call assuming that m_flashGUI is the CShockwaveFlash object added to your dialog.
    CString ret = m_flashGUI.CallFunction("<invoke name=\"testFunction\" returntype=\"xml\">"
         "<arguments><string>something</string></arguments></invoke>");
    The key item in the xml string is the "name" parameter. It must match the name in the addCallback function in the Flash movie.
    In the flash movie, have something like the following. The addCallback call is important. Without it the CallFunction from C++ will throw an exception.
    // Import the flash items
    import flash.events.*;
    import flash.external.ExternalInterface;
    // Associate the flash function with the external call
    flash.external.ExternalInterface.addCallback("testFunction", testFunction);
    function testFunction(str:String):Boolean
        // Do something here...
        return (true);
    Good luck!
    Mike

  • Macromedia Shockwave Flash ActiveX

    How I can to capture frame from flash file to png without
    background and with considering semitransparency?

    Hola samsara 1970:
    Pues al parecer o tienes desactivado el control active x del
    sockwave Flash
    Player o bien tienes activado el bloqueo de ventanas
    emergentes o pop us,
    pero entonces te saldría también la linea amarilla
    superior que te dice que
    "internet explorer ha bloqueado en aras de su seguridad....",
    por lo que
    supongo que será solamente la primera de las opciones.
    Para solucionarla vete en Internet Explorer a
    Herramientas/Administrar
    Complementos y asegúrate de que en el desplegable te
    dice: "Mostrar todos
    los complementos actualmente instalados en Microsoft Internet
    Explorer",
    tras lo cual te mostrará la lista de plugins del
    navegador de internet.
    En ésa lista eliges el Shockwave Flash Object y, debajo,
    en configuración,
    activas la casilla habilitar.
    That's all.
    Salu2
    `8¬}
    Juan Muro
    "samsara1970" <[email protected]>
    escribió en el mensaje
    news:ejiu02$84v$[email protected]..
    > Hola: después de dar mil vueltas por la web
    buscando una solución y no
    > encontrarla es que decidí pedir ayuda en este foro.
    El tema es que quiero
    > instalar un programa, y al darle doble click al exe,
    aparece un cartelillo
    > de
    > los grises de ERROR con la única opción de
    aceptas que dice "unable to
    > register
    > shockwave flash activex control". Quisiera saber que es
    lo que puedo y
    > tengo
    > que hacer. Gracias.
    > Mi sitema operativo es Windows xp profesional, service
    pack 2. Tengo
    > instalados los shockwave y flash player, las
    últimas versiones. Espero que
    > alguien me pueda ayudar. Desde ya muchas gracias. Atte.
    Valeria Echegaray
    >
    >

  • Macromedia Flash ActiveX Control

    I am trying to run Samsung PC studio and I keep getting this error message, "Your version of Macromedia Flash ActiveX Control isn't compatible with this version of Windows."
    I had to re-install CS4 because of an update error message (which I am still getting) and I think that caused this problem because this program ran fine before. I do have the latest version of Flash installed (11.8.800.168) but that is the plug-in. Is the Active X control something different?
    If so where can I download that?
    I am running W7HP, 64 bit
    Hopefully someone can help. Thanks in advance.

    m_&_m wrote:
    Thanks for the response but I actually started having this problem all of a sudden about a month or two ago before I encountered the recent flash problem. I think something is keeping CS4 from updating properly and that is what caused the flash issue. I had not un-installed it prior to last week.
    Is adobe still offering support for CS4 when it is update related?
    Any other suggestions?
    According to the support page, no more support for CS4 is available.
    http://www.adobe.com/support/programs/policies/supported.html
    Adobe only supports two version back of the current, which in this case is CC. That would mean CS6 and CS5.5 are the two previous, and that's where it stops.

  • Shockwave Flash ActiveX reference?

    Hello. I am trying to embed the Shockwave Flash ActiveX
    object into my C++ application. I am having a hard time finding the
    official reference documentation for the interfaces. Does anyone
    have a link on hand?
    Thank you for your help!

    Hola samsara 1970:
    Pues al parecer o tienes desactivado el control active x del
    sockwave Flash
    Player o bien tienes activado el bloqueo de ventanas
    emergentes o pop us,
    pero entonces te saldría también la linea amarilla
    superior que te dice que
    "internet explorer ha bloqueado en aras de su seguridad....",
    por lo que
    supongo que será solamente la primera de las opciones.
    Para solucionarla vete en Internet Explorer a
    Herramientas/Administrar
    Complementos y asegúrate de que en el desplegable te
    dice: "Mostrar todos
    los complementos actualmente instalados en Microsoft Internet
    Explorer",
    tras lo cual te mostrará la lista de plugins del
    navegador de internet.
    En ésa lista eliges el Shockwave Flash Object y, debajo,
    en configuración,
    activas la casilla habilitar.
    That's all.
    Salu2
    `8¬}
    Juan Muro
    "samsara1970" <[email protected]>
    escribió en el mensaje
    news:ejiu02$84v$[email protected]..
    > Hola: después de dar mil vueltas por la web
    buscando una solución y no
    > encontrarla es que decidí pedir ayuda en este foro.
    El tema es que quiero
    > instalar un programa, y al darle doble click al exe,
    aparece un cartelillo
    > de
    > los grises de ERROR con la única opción de
    aceptas que dice "unable to
    > register
    > shockwave flash activex control". Quisiera saber que es
    lo que puedo y
    > tengo
    > que hacer. Gracias.
    > Mi sitema operativo es Windows xp profesional, service
    pack 2. Tengo
    > instalados los shockwave y flash player, las
    últimas versiones. Espero que
    > alguien me pueda ayudar. Desde ya muchas gracias. Atte.
    Valeria Echegaray
    >
    >

  • My version of Macromedia Flash ActiveX Control isn't compatible with my version of Windows

    I am trying to use a new copy of Camtasia Studio 3, and I keep gettiong the error message that my version of Macromedia Flash ActiveX Control isn't compatible with my version of Windows and that I should ocntact Adobe for support. So here I am.
    I am running Windows7 64bit, and it's a brand new computer so I know that there aren't tons of legacy installations or Flash players on it. This page http://helpx.adobe.com/flash-player/kb/find-version-flash-player.html tells me that I have Flash Player version 11.4.31.110 installed but that I should have 11.4.402.287 installed. But I have installed the latest Flash player from the Adobe site (twice!) and it never gives me an option for 11.4.31.110 vs 11.4.402.287.
    I am using Chrome and Flash is working fine in my browser: It's only Camtasia that isn't working well.
    Thanks!

    Hm, I assume you mean Camtasia Studio 8?
    Check the chart on the page you linked. You'll see that the version you have installed is in fact the latest version for Chrome. They haven't updated it beyond that. Each browser engine has its own latest version of flash. IE and Mozilla are 11.4.402.287.
    Aside that, there's no reason Camtasia should be requiring you to have that version of flash. Make sure when you're publishing your content that you don't check off any options to "require the user to have the latest version of Flash". You should also (if possible in your project) try to target MP4/HTML5. Check any HTML being generated with it (hopefully using SWFObject) and check for the version checking code. There is absolutely nothing Camtasia needs to require the latest version to do. I've been using Camtasia (TechSmith codec mostly) for screen recording since version 2.

  • My Macromedia Flash ActiveX Control isn't compatible with Windows 7 / 64bit

    I have downloaded the newest version of Adobe flash, and it installs like normal...and I think it is working fine....but on some sites (even You Tube) and some software programs, I get this message:
    Your version of Macromedia Flash ActiveX Control isn't compatible with this version of Windows.
    I am tired of wasting so much time with this...I read on the net that some people compiled their computer to 86...whatever that means....but no one explained how to do it.
    I have a Flash professional in ADOBE MASTER COLLECTION C6 / but all programs and sites default to the normal Flash player (that constantly gets updated,

    I have a similar problem, Win 7 64-bit, I did a clean install*, downloaded latests (Adobe - Install Adobe Flash Player), and after restarting my computer, Win7 64-bit Action Center popped up: "Your version of Macromedia Flash ActiveX Control isn't compatible with this version of Windows" with no error codes to look up knowledge base. Like seriously, no one from Adobe answered this in 9 months?! And the steps in Common problems | Flash Player sound like I need to purchase support before I file a report?
    Currently, my Firefox plugins only show Shockwave Flash 13 not Adobe Flash. Do I need to install Flash plugin for Firefox? (http://download.macromedia.com/pub/flashplayer/current/support/install_flash_player.exe)
    Thanks!
    * as per How do I do a clean install of Flash Player?:
    1. Add or Remove programs ... Flash ... uninstall,
    2. deleted all files & folders in C:\Windows\system32\Macromed\Flash, C:\Windows\SysWOW64\Macromed\Flash, %appdata%\Adobe\Flash Player, %appdata%\Macromedia\Flash Player),
    3.  verified that the files “FlashPlayerCPLApp.cpl”, "FlashPlayerApp.exe", and "FlashPlayerInstaller.exe" in C:\Windows\system32\ (for 32-bit systems) or C:\Windows\SysWOW64\ (64-bit system) were deleted,
    4. prepared to use Unlocker http://www.emptyloop.com/unlocker/ if any files couldn't be deleted,

  • When i download any file it start in a second but when i pause the downloading file & after some time when i open it amessage flash 'download error' source file could not be read please try again later or contact the server administrator.

    when i download any file it works frequently and downloading start in a second but when i pause the downloading file & after some time when i open it,The downloading not start proper and after some time a message flash 'download error' source file could not be read please try again later or contact the server administrator.

    I downloaded the Microsoft Autoruns package and ran it.  There are no programs in the LSA Providers tab, and Apple's Bonjour is the only program in the Winsock Providers tab.  I also did the "netsh winsock reset" and rebooted.  It didn't fix the problem.  Any more ideas?

  • PDF Portfolio on Flash ActiveX

    Is there any way to open PDF Portfolio's SWF file in Flash ActiveX (Visual C++ project)? How to implement communications between Flash ActiveX and its container? I know that Adobe has public PDF Reference and PDF portfolio is a part of this, but I can’t find any information about viewing PDF Portfolio content.

    I was looking for it but I could not find. Please, give me the directions where I can find that documentation. Give me the link or send that documentation to [email protected] I'll be very grateful for any information concerning this subject. Can you tell me also what company has implemented viewing of PDF Portfolios with this method?

  • Excel ActiveX error in exe: library not registered

    Hi,
    I wondered if any of you can help me as I'm at a bit of a
    loss. I have an application that is complied to exe, and installed with
    an installer in LabVIEW 8.5.1 that uses the Excel ActiveX interface to
    write to an xls file. In development and on all of my testing this
    seems to work fine (with Excel 03 and 07) but I have just received a
    bug report whereby on a particular install the following error has been
    thrown form my Open Excel VI (see attached code). Apparently it was
    working but this machine has recently upgraded some data management
    software (Goldmine 6.0 -> 7.5) and since then it hasn't worked.  The error generated is:
    Error code:-2147319779
    source: "Library not registered."
    Troubleshooting
    is complicated a little as this is running as an exe and the source
    code seems to work fine on my development machine.
    Any ideas would be GREATLY appriciated!
    (my current inclination is to ask the customer to resintall Office and
    Goldmine and then reinstall the LabVIEW app - so far he has only tried
    reinstalling the LabVIEW software)
    Shaun
    (this message is also posted on Lavag.org = http://forums.lavag.org/Excel-ActiveX-error-in-exe-library-not-registered-t11912.html)
    Attachments:
    Open Excel.vi.png ‏52 KB

    It would really help to see the relevant code, and to know which version of LabVIEW is being used.  I notice the original code was developed on LabVIEW 8.5, and the Poster mentions older versions of Office (and is writing an .xls instead of an .xlsx file), suggesting the original code is about 7 years old.
    About 4 years ago, I got frustrated with trying to use ActiveX, and NI developed a much more robust Report Generation Toolkit.  I've adopted the RGT and haven't looked back.  Most of the weird errors I used to fight are gone, and building executables is (mostly) no pain (there's a small glitch that required manual OK-type intervention when you first encounter the Toolkit in a Build).  I'm guessing that it should be pretty easy to rewrite your code using the RGT in place of ActiveX, and I'm willing to help ...
    Bob Schor

  • Chart Flash Chart error: ORA-20001: Print Chart Data: Flash Chart error: OR

    Hi,
    if the query where my resource gantt chart is based on returns more the 107 rows, i will get the following error:
    chart Flash Chart error: ORA-20001: Print Chart Data: Flash Chart error: ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    If i reduce the number of results, the chart is working fine.
    Max rows attribute of the series is adjusted to 4000
    Any idea?
    Thank you

    Thank you,
    I have tried it, but it I am not able to make it work, here you find a snip of my pagesource:
    <anygantt> <resource_chart>
    <resources>
    <resource id="341" name="Drexler, Franz" />
    <resource id="5" name="Gross, Johannes-Ludwig" />
    <resource id="8" name="Pecherski, Andrzej" />
    <resource id="131" name="Steinmetz, Raphael" />
    <resource id="191" name="Jenks, Raymond" />
    <resource id="33" name="Alhambra, Roda Marie" />
    <resource id="31" name="Daminescu, Adrian" />
    </resources>
    <periods>
    <period resource_id= "31" start="24-DEC-12 12.00.00.000000000 AM" end="31-DEC-12 12.00.00.000000000 AM" style="green" />
    <period resource_id= "8" start="27-DEC-12 12.00.00.000000000 AM" end="28-DEC-12 12.00.00.000000000 AM" style="green" />
    <period resource_id= "8" start="02-JAN-13 12.00.00.000000000 AM" end="04-JAN-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "131" start="26-JAN-13 12.00.00.000000000 AM" end="04-FEB-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "131" start="01-JAN-13 12.00.00.000000000 AM" end="06-JAN-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "131" start="22-DEC-12 12.00.00.000000000 AM" end="31-DEC-12 12.00.00.000000000 AM" style="green" />
    <period resource_id= "5" start="21-DEC-12 12.00.00.000000000 AM" end="31-DEC-12 12.00.00.000000000 AM" style="green" />
    <period resource_id= "31" start="07-JAN-13 12.00.00.000000000 AM" end="11-JAN-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "8" start="21-DEC-12 12.00.00.000000000 AM" end="21-DEC-12 12.00.00.000000000 AM" style="blue" />
    <period resource_id= "33" start="26-DEC-12 12.00.00.000000000 AM" end="28-DEC-12 12.00.00.000000000 AM" style="green" />
    <period resource_id= "33" start="25-FEB-13 12.00.00.000000000 AM" end="25-FEB-13 12.00.00.000000000 AM" style="red" />
    <period resource_id= "33" start="28-MAR-13 12.00.00.000000000 AM" end="29-MAR-13 12.00.00.000000000 AM" style="red" />
    <period resource_id= "33" start="09-APR-13 12.00.00.000000000 AM" end="09-APR-13 12.00.00.000000000 AM" style="red" />
    <period resource_id= "33" start="01-MAY-13 12.00.00.000000000 AM" end="01-MAY-13 12.00.00.000000000 AM" style="red" />
    <period resource_id= "33" start="12-JUN-13 12.00.00.000000000 AM" end="12-JUN-13 12.00.00.000000000 AM" style="red" />
    <period resource_id= "33" start="26-AUG-13 12.00.00.000000000 AM" end="26-AUG-13 12.00.00.000000000 AM" style="red" />
    <period resource_id= "33" start="01-NOV-13 12.00.00.000000000 AM" end="01-NOV-13 12.00.00.000000000 AM" style="red" />
    <period resource_id= "33" start="30-DEC-13 12.00.00.000000000 AM" end="30-DEC-13 12.00.00.000000000 AM" style="red" />
    <period resource_id= "33" start="31-DEC-13 12.00.00.000000000 AM" end="31-DEC-13 12.00.00.000000000 AM" style="red" />
    <period resource_id= "33" start="21-AUG-13 12.00.00.000000000 AM" end="21-AUG-13 12.00.00.000000000 AM" style="red" />
    <period resource_id= "33" start="15-OCT-13 12.00.00.000000000 AM" end="15-OCT-13 12.00.00.000000000 AM" style="red" />
    <period resource_id= "8" start="23-DEC-13 12.00.00.000000000 AM" end="23-DEC-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "8" start="27-DEC-13 12.00.00.000000000 AM" end="27-DEC-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "8" start="30-DEC-13 12.00.00.000000000 AM" end="30-DEC-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "8" start="02-JAN-14 12.00.00.000000000 AM" end="03-JAN-14 12.00.00.000000000 AM" style="green" />
    <period resource_id= "5" start="31-MAY-13 12.00.00.000000000 AM" end="31-MAY-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "8" start="21-MAY-13 12.00.00.000000000 AM" end="24-MAY-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "8" start="27-MAY-13 12.00.00.000000000 AM" end="29-MAY-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "8" start="31-MAY-13 12.00.00.000000000 AM" end="31-MAY-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "8" start="02-APR-13 12.00.00.000000000 AM" end="05-APR-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "5" start="11-FEB-13 12.00.00.000000000 AM" end="11-FEB-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "131" start="29-JUN-13 12.00.00.000000000 AM" end="14-JUL-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "131" start="16-AUG-13 12.00.00.000000000 AM" end="16-AUG-13 12.00.00.000000000 AM" style="blue" />
    <period resource_id= "8" start="26-AUG-13 12.00.00.000000000 AM" end="30-AUG-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "8" start="02-SEP-13 12.00.00.000000000 AM" end="06-SEP-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "8" start="15-FEB-13 12.00.00.000000000 AM" end="15-FEB-13 12.00.00.000000000 AM" style="blue" />
    <period resource_id= "5" start="13-MAR-13 12.00.00.000000000 AM" end="13-MAR-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "8" start="22-MAR-13 12.00.00.000000000 AM" end="22-MAR-13 12.00.00.000000000 AM" style="blue" />
    <period resource_id= "33" start="20-MAR-13 12.00.00.000000000 AM" end="20-MAR-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "5" start="08-APR-13 12.00.00.000000000 AM" end="08-APR-13 12.00.00.000000000 AM" style="blue" />
    <period resource_id= "31" start="05-APR-13 12.00.00.000000000 AM" end="05-APR-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "31" start="02-MAY-13 12.00.00.000000000 AM" end="03-MAY-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "341" start="01-JUL-13 12.00.00.000000000 AM" end="22-JUL-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "341" start="09-MAY-13 12.00.00.000000000 AM" end="12-MAY-13 12.00.00.000000000 AM" style="green" />
    <period resource_id= "191" start="04-JUL-13 12.00.00.000000000 AM" end="06-JUL-13 12.00.00.000000000 AM" style="red" />
    <period resource_id= "31" start="15-JUN-13 12.00.00.000000000 AM" end="30-JUN-13 12.00.00.000000000 AM" style="green" />
    </periods>
    </resource_chart></anygantt>
    </textarea>
    <div id="chartDiv"></div>
    <script type="text/javascript" language="javascript">
    /* Set default swf path */
    AnyChart.swfFile = 'i/flashchart/anychart_6/swf/OracleAnyChart.swf';
    /* Create new gantt chart */
    var chart = new AnyChart();
    chart.width="2500";
    chart.height="2500";
    /* Get string data from text area */
    var data = document.getElementById('rowData').value.toString();
    /* Set data */
    chart.setData(data);
    /* Write chart to "chart" div */
    chart.write("chartDiv");
    </script>
    do you have a idea whats wrong? thank you

  • Flash chart - Error - No chart data available

    Hi
    I have a Flash chart that shows the message "Error - No chart data available" (not the no data found message).
    If I run its query in sql*plus (using the same parameters) I get 4 rows (with url, label and value columns). I am clueless about how to start investigating this as the chart does not show any other information... Any advice?
    What does that message mean? Obviously is something different from no data found?
    Thanks
    Luis

    Hi Marco
    Thanks for the reply. I did what you said and found out the problem:
    chart Flash Chart error: ORA-20001: get_data error: ORA-20001: Fetch error: ORA-01843: not a valid monthThis was caused because I used the following construction:
    where date_from = :p5_date_fromIf this was a report, this would run fine as I set the date format mask using a application level process. However, as Flash charts use separate database connections, they ignore that setting (btw I posted a message about this problem).
    I fixed it hardcoding a format mask in my SQL. Not nice but it works!
    Thanks
    Luis

Maybe you are looking for

  • Performance Tuning in XI

    Hi experts, Can anybody tell me how to do performance tuning in XI? If any one has document plz give the link. Regards, venky

  • Oracle XE Database home

    Hi guys, firstly, I think i am posting this in the correct section. My problem is gaining access to the Application Express 3.0 instance on my Oracle XE. Simply, what do I type in the address bar to get access to the home page, I have forgot. Thanks

  • Final Cut Studio on MacBook Pro

    Will all Final Cut Studio 2 programs and features run efficiently on a new MacBook Pro 13"? If not, what MacBook Pro would be the cheapest to run it on?

  • RDP Session not showing redirected printers.

    I have a very weird issue and can't seem to find a fix.. I have a user on a XP pc who connects to server via RDP.. all the settings are correct on his pc from what i can tell, but he can't see his local printers from the RDP session. I know thing are

  • Issue:Extending Matmas01 idoc segment

    Hi all, I have a requirement to extend Matmas01.For this am clicking on create radio button option. When i extend it as zmatmas01 and while trying to save it, am getting a message- "The basic type or extension does not contain any segments and cannot