Flash won't run on server but runs in test environment

I created a flv file from a mov file inserted it into a htm
page. In the test environment it work (testing from Dreamweaver). I
load it on a 2003 windows server (checked the Mime Type already) in
a subdirectory off the root and it doesn't work. Below is the
script code from the html file for the script part
What am I missing??
Thanks
GK

Hi zooz8,
might this help you:
http://www.goldschmiede-blumberg.de/adobFlash01.php
I used the defaults of your site.
Sometimes helpful: rebuild your site or make the cache empty.
Hans-G.

Similar Messages

  • Server 2008 R2 KMS Server - Creating in a test environment

    Hi
    I am looking to create a test environment that is a cut-down replica of the production environment so that upgrades and migrations can be trialled before being implemented into production.  The test environment will be isolated from the production network
    but will have internet access available.
    One of the things we will need is a KMS server - to activate test machines in the test environment, and to trial a production KMS server upgrade.
    Can we just clone the existing production KMS Server over into the test environment?  Will there be problems because it has the same identity as the production server?
    Thanks in advance

    Hi,
    Since each KMS key can be installed on up to six KMS hosts. You can configure another KMS host in you test environment.
    Not quite sure about the KMS host upgrade you referred. If you don’t want to update the OS, some patches will be required.
    For your information:
    Understanding KMS
    http://technet.microsoft.com/library/ff793434.aspx
    An update is available for Windows 7 and Windows Server 2008 R2 KMS hosts to support Windows 8 and Windows Server 2012
    http://support.microsoft.com/kb/2691586
    Update adds support for Windows 8.1 and Windows Server 2012 R2 clients to Windows Server 2008, Windows 7, Windows Server 2008 R2, Windows 8, and Windows Server 2012 KMS hosts
    http://support.microsoft.com/kb/2885698
    Hope this helps.

  • [OS X] Flash won't startup when FontExplorer is running

    Today I wanted to open up an existing Flash doc, I got the
    notice that some fonts weren't loaded.
    So I fired up FontExplorer, activated the fonts needed, quit
    Flash and restarted it to load the fonts, only to come to the
    conclusion that it wouldn't.
    After some troubleshooting (check disk permissions, delete
    flash prefs, reboots) I finally came to the conclusion that flash
    won't start up when FE is running.
    It will bounce once or twice in the dock, but that's it. It
    just hangs.
    If u quit FE, Flash continues to load.
    I sent in a bug report to Linotype & Adobe
    OS X10.5.2 Flash CS3(9.0) FontExplorer 1.2.2 (build
    435)

    Ha!, not more then 2 hours after reporting this bug to
    LinoType there's an update!
    and the issue is fixed!
    Thanks LinoType!

  • Flash not running in FF but runs in IE and Chrome

    Hello:
    I am having an issue with Flash not running in Firefox but it is running in IE and Chrome. The main url is http://www.mcafee.com/us/campaign/network-security/virtualized-data-center.html on which there is a section called "ROI Calculator". The download button links to a flash program which opens up
    in IE and Chrome but does not open in Firefox. I am using windows 7 professional and Firefox 8. Here is the code for the page http://www.mcafee.com/us/resources/roi/brocade-mcafee-tco/roi-brocade-mcafee-tco.html :
    <!-- saved from url=(0014)about:internet -->
    <html lang="en">
    <!--
    Smart developers always View Source.
    This application was built using Adobe Flex, an open source framework
    for building rich Internet applications that get delivered via the
    Flash Player or to desktops via Adobe AIR.
    Learn more about Flex at http://flex.org
    // -->
    <head>
    <meta name="robots" content="noindex,nofollow">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />
    <script type="text/javascript" src="http://s7.addthis.com/js/200/addthis_widget.js"></script>
    <script type="text/javascript" src="swfobject.js"></script>
    <script type="text/javascript">
    function openAddThisWindow(v1,v2,url)
                    return addthis_open(this, 'email' );
    </script>
    <!--  BEGIN Browser History required section -->
    <link rel="stylesheet" type="text/css" href="history/history.css" />
    <!--  END Browser History required section -->
    <title></title>
    <script src="AC_OETags.js" language="javascript"></script>
    <!--  BEGIN Browser History required section -->
    <script src="history/history.js" language="javascript"></script>
    <!--  END Browser History required section -->
    <style>
    body { margin: 0px; overflow:hidden }
    </style>
    <script language="JavaScript" type="text/javascript">
    <!--
    // Globals
    // Major version of Flash required
    var requiredMajorVersion = 9;
    // Minor version of Flash required
    var requiredMinorVersion = 0;
    // Minor version of Flash required
    var requiredRevision = 124;
    // -->
    </script>
    </head>
    <body scroll="no">
    <script language="JavaScript" type="text/javascript">
    <!--
    // Version check for the Flash Player that has the ability to start Player Product Install (6.0r65)
    var hasProductInstall = DetectFlashVer(6, 0, 65);
    // Version check based upon the values defined in globals
    var hasRequestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
    if ( hasProductInstall && !hasRequestedVersion ) {
        // DO NOT MODIFY THE FOLLOWING FOUR LINES
        // Location visited after installation is complete if installation is required
        var MMPlayerType = (isIE == true) ? "ActiveX" : "PlugIn";
        var MMredirectURL = window.location;
        document.title = document.title.slice(0, 47) + " - Flash Player Installation";
        var MMdoctitle = document.title;
        AC_FL_RunContent(
            "src", "playerProductInstall",
            "FlashVars", "MMredirectURL="+MMredirectURL+'&MMplayerType='+MMPlayerType+'&MMdoctitle='+MMdoctitle+"" ,
            "width", "100%",
            "height", "100%",
            "align", "middle",
            "id", "Brocade_ROI",
            "quality", "high",
            "bgcolor", "#FFFFFF",
            "name", "Brocade_ROI",
            "allowScriptAccess","sameDomain",
            "type", "application/x-shockwave-flash",
            "pluginspage", "http://www.adobe.com/go/getflashplayer"
    } else if (hasRequestedVersion) {
        // if we've detected an acceptable version
        // embed the Flash Content SWF when all tests are passed
        AC_FL_RunContent(
                "src", "Brocade_ROI",
                "width", "100%",
                "height", "100%",
                "align", "middle",
                "id", "Brocade_ROI",
                "quality", "high",
                "bgcolor", "#FFFFFF",
                "name", "Brocade_ROI",
                "allowScriptAccess","sameDomain",
                "type", "application/x-shockwave-flash",
                "pluginspage", "http://www.adobe.com/go/getflashplayer"
      } else {  // flash is too old or we can't detect the plugin
        var alternateContent = 'Alternate HTML content should be placed here. '
          + 'This content requires the Adobe Flash Player. '
           + '<a href=http://www.adobe.com/go/getflash/>Get Flash</a>';
        document.write(alternateContent);  // insert non-flash content
    // -->
    </script>
    <noscript>
          <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
                id="Brocade_ROI" width="100%" height="100%"
                codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab">
                <param name="movie" value="Brocade_ROI.swf" />
                <param name="quality" value="high" />
                <param name="bgcolor" value="#869ca7" />
                <param name="allowScriptAccess" value="sameDomain" />
                <embed src="Brocade_ROI.swf" quality="high" bgcolor="#869ca7" width="100%" height="100%" name="Brocade_ROI" align="middle" play="true" loop="false"            quality="high" allowScriptAccess="sameDomain" type"application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer"></embed>
        </object>
    </noscript>
    <!-- SiteCatalyst code version: H.21. -->
    <script language="javascript" type="text/javascript" src="http://www.mcafee.com/common/js/s_code-20110804.js"></script>
    <script language="javascript" type="text/javascript">
        s.pageName="corp:en-us:direct:resources:roi:brocade_mcafee_tco";
        s.pageName=s.pageName.toLowerCase();
        s.channel="corp:en-us:direct:resources:roi";
        s.eVar21=s.channel=s.channel.toLowerCase();
        s.eVar22="corp:en-us:direct:resources:roi:brocade_mcafee_tco";
        s.prop1=s.eVar22=s.eVar22.toLowerCase();
        s.events="event1";
        s.prop4=s.eVar4="us";
        s.prop5=s.eVar5="en-us";
        s.prop7=s.eVar7="NA";
        s.prop6=s.eVar6="direct";
    /************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
    var s_code=s.t();if(s_code)document.write(s_code)</script>
    <!-- End SiteCatalyst code version: H.21. -->
    </body>
    </html>
    Thanks in advance for your help.

    Too much text :/ I hate generated source - something always goes wrong and you never know what the hell
    What about embedding it yourself?
    Create empty HTML file, download swfobject.js: http://code.google.com/p/swfobject/downloads/list
    And use this block of code. Of course, change name of swf file, width and height. Unpack swfobject.js right next to the html file.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
      <head>
        <title>SWFObject dynamic embed - step 3</title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <script type="text/javascript" src="swfobject.js"></script>
        <script type="text/javascript">
        swfobject.embedSWF("myContent.swf", "myContent", "800", "600", "9.0.0");
        </script>
      </head>
      <body>
        <div id="myContent">
          <p>Alternative content</p>
        </div>
      </body>
    </html>

  • OD errors in iCal Server (won't allow iCal Server to run)...

    Can anyone help me solve the OD errors I'm seeing in iCal Server?
    The Xserve I'm trying to run iCal Server on is connected to an OD Master.
    I can't get iCal Server running on this as a result (though, any other Xserves on the network, also connected to the same OD Master, have no problem running iCal Server).
    All other services on this Xserve (web, AFP, wiki, etc.) that rely on OD-based accounts work fine.
    Any insight would be appreciated!
    Kristin.
    2009-05-07 12:20:26-0400 [-] twistd 2.5.0 (/System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/ Contents/MacOS/Python 2.5.1) starting up
    2009-05-07 12:20:26-0400 [-] reactor class: <class 'twisted.internet.selectreactor.SelectReactor'>
    2009-05-07 12:20:26-0400 [-] 1 processors found, configuring 1 processes.
    2009-05-07 12:20:26-0400 [-] twistedcaldav.logging.AMPLoggingFactory starting on "'/var/run/caldavd.sock'"
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] Log opened.
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] twistd 2.5.0 (/System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/ Contents/MacOS/Python 2.5.1) starting up
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] reactor class: <class 'twisted.internet.selectreactor.SelectReactor'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Configuring directory service of type: twistedcaldav.directory.appleopendirectory.OpenDirectoryService
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Reloading users record cache
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] "Directory service <OpenDirectoryService '/Search': '/Search'> has no GUID; generating service GUID from realm name."
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Record disabled due to conflict: <OpenDirectoryRecord[users@058167af-ace8-519a-ac3d-e166498db024(/Search->/Local /Default)] FFFFEEEE-DDDD-CCCC-BBBB-AAAA00000000(root) 'System Administrator'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Record disabled due to conflict: <OpenDirectoryRecord[users@058167af-ace8-519a-ac3d-e166498db024(/Search->/LDAPv 3/xserve001.upincstudio.ca)] E244BEBD-5184-47B2-9DF3-6B6CD47E3B9A(root) 'System Administrator'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Reloading groups record cache
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Record disabled due to conflict: <OpenDirectoryRecord[groups@058167af-ace8-519a-ac3d-e166498db024(/Search->/Loca l/Default)] ABCDEFAB-CDEF-ABCD-EFAB-CDEF00000050(admin) 'Administrators'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Record disabled due to conflict: <OpenDirectoryRecord[groups@058167af-ace8-519a-ac3d-e166498db024(/Search->/LDAP v3/xserve001.upincstudio.ca)] 8123E7CE-5C19-483F-87C1-EC92FFE2F8C1(admin) 'Open Directory Administrators'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Record disabled due to conflict: <OpenDirectoryRecord[groups@058167af-ace8-519a-ac3d-e166498db024(/Search->/Loca l/Default)] ABCDEFAB-CDEF-ABCD-EFAB-CDEF00000014(staff) 'Users'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Record disabled due to conflict: <OpenDirectoryRecord[groups@058167af-ace8-519a-ac3d-e166498db024(/Search->/LDAP v3/xserve001.upincstudio.ca)] 61746A78-BFE1-49F0-861A-FB1AA07DFDE5(staff) 'Open Directory Users'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Reloading locations record cache
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Reloading resources record cache
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Configuring SudoDirectoryService with file: /etc/caldavd/sudoers.plist
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Setting up document root at: /Library/CalendarServer/Documents
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Setting up principal collection: <class 'twistedcaldav.directory.principal.DirectoryPrincipalProvisioningResource'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Setting up calendar collection: <class 'twistedcaldav.static.CalendarHomeProvisioningFile'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Setting up root resource: <class 'twistedcaldav.root.RootResource'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Setting up default ACEs on root resource
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] Setting up AdminPrincipals
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] Setting root ACL
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Setting up Timezone Cache
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Configuring authentication for realm: /Search
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Setting up scheme: kerberos
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] Configuring authentication wrapper
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] Setting up service
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Configuring log observer: <twistedcaldav.logging.AMPCommonAccessLoggingObserver object at 0x2249ad0>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Adding server at :8008
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] twisted.web2.channel.http.HTTPFactory starting on 8008
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] Starting factory <twisted.web2.channel.http.HTTPFactory instance at 0x224a2b0>
    2009-05-07 12:20:28-0400 [twistedcaldav.logging.AMPLoggingFactory] AMPLoggingProtocol connection established (HOST:UNIXSocket('/var/run/caldavd.sock') PEER:UNIXSocket(''))
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] set uid/gid 93/93
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/run/caldavd.sock'))

    Can anyone help me solve the OD errors I'm seeing in iCal Server?
    The Xserve I'm trying to run iCal Server on is connected to an OD Master.
    I can't get iCal Server running on this as a result (though, any other Xserves on the network, also connected to the same OD Master, have no problem running iCal Server).
    All other services on this Xserve (web, AFP, wiki, etc.) that rely on OD-based accounts work fine.
    Any insight would be appreciated!
    Kristin.
    2009-05-07 12:20:26-0400 [-] twistd 2.5.0 (/System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/ Contents/MacOS/Python 2.5.1) starting up
    2009-05-07 12:20:26-0400 [-] reactor class: <class 'twisted.internet.selectreactor.SelectReactor'>
    2009-05-07 12:20:26-0400 [-] 1 processors found, configuring 1 processes.
    2009-05-07 12:20:26-0400 [-] twistedcaldav.logging.AMPLoggingFactory starting on "'/var/run/caldavd.sock'"
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] Log opened.
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] twistd 2.5.0 (/System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/ Contents/MacOS/Python 2.5.1) starting up
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] reactor class: <class 'twisted.internet.selectreactor.SelectReactor'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Configuring directory service of type: twistedcaldav.directory.appleopendirectory.OpenDirectoryService
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Reloading users record cache
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] "Directory service <OpenDirectoryService '/Search': '/Search'> has no GUID; generating service GUID from realm name."
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Record disabled due to conflict: <OpenDirectoryRecord[users@058167af-ace8-519a-ac3d-e166498db024(/Search->/Local /Default)] FFFFEEEE-DDDD-CCCC-BBBB-AAAA00000000(root) 'System Administrator'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Record disabled due to conflict: <OpenDirectoryRecord[users@058167af-ace8-519a-ac3d-e166498db024(/Search->/LDAPv 3/xserve001.upincstudio.ca)] E244BEBD-5184-47B2-9DF3-6B6CD47E3B9A(root) 'System Administrator'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Reloading groups record cache
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Record disabled due to conflict: <OpenDirectoryRecord[groups@058167af-ace8-519a-ac3d-e166498db024(/Search->/Loca l/Default)] ABCDEFAB-CDEF-ABCD-EFAB-CDEF00000050(admin) 'Administrators'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Record disabled due to conflict: <OpenDirectoryRecord[groups@058167af-ace8-519a-ac3d-e166498db024(/Search->/LDAP v3/xserve001.upincstudio.ca)] 8123E7CE-5C19-483F-87C1-EC92FFE2F8C1(admin) 'Open Directory Administrators'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Record disabled due to conflict: <OpenDirectoryRecord[groups@058167af-ace8-519a-ac3d-e166498db024(/Search->/Loca l/Default)] ABCDEFAB-CDEF-ABCD-EFAB-CDEF00000014(staff) 'Users'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Record disabled due to conflict: <OpenDirectoryRecord[groups@058167af-ace8-519a-ac3d-e166498db024(/Search->/LDAP v3/xserve001.upincstudio.ca)] 61746A78-BFE1-49F0-861A-FB1AA07DFDE5(staff) 'Open Directory Users'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Reloading locations record cache
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [OpenDirectoryService] Reloading resources record cache
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Configuring SudoDirectoryService with file: /etc/caldavd/sudoers.plist
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Setting up document root at: /Library/CalendarServer/Documents
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Setting up principal collection: <class 'twistedcaldav.directory.principal.DirectoryPrincipalProvisioningResource'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Setting up calendar collection: <class 'twistedcaldav.static.CalendarHomeProvisioningFile'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Setting up root resource: <class 'twistedcaldav.root.RootResource'>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Setting up default ACEs on root resource
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] Setting up AdminPrincipals
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] Setting root ACL
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Setting up Timezone Cache
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Configuring authentication for realm: /Search
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Setting up scheme: kerberos
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] Configuring authentication wrapper
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] Setting up service
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Configuring log observer: <twistedcaldav.logging.AMPCommonAccessLoggingObserver object at 0x2249ad0>
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [startup] Adding server at :8008
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] twisted.web2.channel.http.HTTPFactory starting on 8008
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] Starting factory <twisted.web2.channel.http.HTTPFactory instance at 0x224a2b0>
    2009-05-07 12:20:28-0400 [twistedcaldav.logging.AMPLoggingFactory] AMPLoggingProtocol connection established (HOST:UNIXSocket('/var/run/caldavd.sock') PEER:UNIXSocket(''))
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] set uid/gid 93/93
    2009-05-07 12:20:28-0400 [-] [caldav-8008] [-] AMP connection established (HOST:UNIXSocket(None) PEER:UNIXSocket('/var/run/caldavd.sock'))

  • Java is not running in Firefox, but runs in other browsers.

    I am trying to run java in my Firefox 3.6.13 browser.
    Java works perfectly in Internet Explorer, but I rather use fire fox.
    I have java installed, and it appears in my (about:plugins) page as all enabled.
    yet when I go to the java website to detect java, I end up watching the swirling bar go on forever and then it reports I have no java installed.
    Every page that uses java appears blank, the page loads around the java perfectly, but its just an empty space where anything java is.
    I made sure to check the control panel and make sure it is enabled for mozilla family as well as the next gen java is selected. unfortunatley no matter how many times I uninstall java/fire fox, and re install, Java will not work

    The ''' "Search" ''' box isn't going to do you any good, you need the '''Run''' box. There isn't a "file" in the Firefox Program Files folder that you can use to launch the Firefox SafeMode. ''Firefox 4.0 has a fix to get around this problem in Vista and Win7, so you won't have to activate the '''Run''' box.''
    See if this works in Windows 7: <br />
    http://blogs.msdn.com/b/tims/archive/2006/09/18/windows-vista-secret-3-bringing-back-start-run.aspx

  • Runs DataSocket server in run time

    Hi,
    I have a vi and I want that when it is loaded, I want to automatically run DataSocket server without going to National Instruments->DataSocket->DataSocket Server. In other words, I want to run DataSocket server from my vi. Is it possible? How can I do it?
    Thanks very much,
    ToNi.

    When you build your application you have the option to create an installer which will install the run-time engine. In the installer option you can select DS support, which will install the server.
    As mentioned, if you're using the first VI, you need to include the dynamically called VI in the build.
    Try to take over the world!

  • Applescript won't run as .app but runs fine in AppleScript Editor

    I'm an experienced web developer.. but total applescript noob. so forgive me if this is a silly question.
    I'm calling my script it from Flash via fscommand to launch a PDF using finder, rather than a browser.
    The script works great from AppleScript Editor when i hit run but when saved as a .app it doesn't run.
    any ideas?
    Here's the code:
    property fileName : "my.pdf"
    set myPath to (path to me as string)
    set AppleScript's text item delimiters to ":"
    set the parentFolder to ¬
    ((text items 1 thru -2 of myPath) & "") as string
    set AppleScript's text item delimiters to ""
    try
    set targetFile to alias (the parentFolder & fileName)
    on error
    return quit
    end try
    tell application "Finder"
    open file targetFile
    end tell

    A script application is actually an application bundle - a bundle is a kind of folder that gets treated like a single item (in this case, an application). Getting path to me results in a path that ends with a colon (since it is a folder), so when you try to use text item delimiters to get the container you are actually just stripping off the trailing colon, so the path built for your file won't point to the correct location.
    As previously posted, the Finder can get the container, so you can just do everything in a tell application "Finder" statement:
    <pre style="
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: 10px;
    font-weight: normal;
    margin: 0px;
    padding: 5px;
    border: 1px solid #000000;
    width: 720px;
    color: #000000;
    background-color: #DAFFB6;
    overflow: auto;"
    title="this text can be pasted into the Script Editor">
    property fileName : "my.pdf"
    set myPath to (path to me)
    tell application "Finder"
    set the parentFolder to container of myPath
    try
    open file ((parentFolder as text) & fileName)
    end try
    end tell
    </pre>

  • War not running on managed server but run on admin

    Hi,
    WLS 10.3.1 , application deploy on admin runs successfully but doesnot runs when deployed on managed server.
    netstat show when access via browser the managed server show connection status as FIN_WAIT_2 but established when accessing via admin.
    any idea why?
    Thanks in advance.

    Hi,
    To understand your problem can you let us know
    - If you are using any proxy between the client and WLS.
    - Is this happing with only one managed servers or all the managed servers.
    - What is the basic difference with you try to access the same application when it is deployed on Admin sever and Managed server.
    - Does the response comes from the server (MS) after sometime or its stuck and you do not get any response, and if you do not get it then what do you error do you get if any.
    Regards,
    Ravish Mody

  • Pismo now won't boot into X (but runs 9.1)

    I originally upgraded PBG3(FW)(pismo) to panther about a year ago. All was well and it worked without any problem.
    Then at the suggestion of software update I did one of the security updates (to be honest i can now no longer remember which one) and after that it crashed and refused to boot.
    It will not boot from my panther CD - sometimes gets as far as the grey apple and spinning disk, then stalls.
    It will boot from a backup 9.1 CD and I can re-install 9.1 on the HD, which then boots and runs normally (wow its fast).
    From within 9.1 the panther CD mounts and verifies normally. In startup disk it is greyed out so i can't chose to start from it. If I launch the installer it tries to restart but won't and gives an error to the effect of not being able to startup from the startup CD.
    It will not boot from a clone of my PM G4 installation from a firewire HD.
    The panther CD will startup the G4 (so it must work) and I can install panther on the pismo HD when it is in FW target disk mode. But the pismo will still not then boot from this install.
    Its as if something in the update stopped the poor pismo from starting up from any version of X. No other hardware changes made between it being OK and now refusing to boot.
    Any help very gratefully recieved !
    Pismo 400MHz
    firmware upgraded
    ugraded to 320 Mb RAM (checks out OK on one RAM tester)
    New 20G HD
    boxed retail panther
    Pismo ! Mac OS 9.1.x
    iMac G5, PB G4, PMG4, Pismo !   Mac OS X (10.4.4)  

    Hi Jon:
    Good call on removing the RAM, which is often a culprit of kernel panics, and you're right, Panther does need at least 128MB to run. You could try another stick of RAM (I'd recommend Kingston or Azen)....
    I've installed Panther on close to 50 mac of various flavors in the last two years, everything from 350 MHz iMac to a dual 2GHz PowerMac G5, and have rarely encountered a problem that couldn't be resolved with a simple hardware change (RAM, optical or hard drive). Right now, as it turns out, I'm having problems with a 350MHz iMac. Panther installs ok, all the updates go ok, all the installed apps run fine, but as soon as I try to change the screen saver, it freezes. I've wiped the drive, written zeros, and reinstalled, and both times I get the exact same thing. I've swapped RAM, which makes no difference, so I'm about to try a different hard drive.
    Let us know how replacing the mach_kernel file goes, and good luck!
    Andrew

  • Odd error when 6i report run from server but not from pc

    Getting error:
    REP-0065: Virtual Memory System error. REP-0200: Cannot allocate enough memory. cavaa 22
    running a report from the web server via URL / cgicmd.dat file
    report runs fine from developer tool, naturally
    both windows boxes, server & pc
    report has single ref cursor query from pacakged procedure returning 4 column record type, all defined in same package
    order of columns all appear to be the same, datatypes too
    ideas?

    Another developer created a new function that my ref cursor query used.
    It had an error, thereby causing the ref cursor to fail.... the report failed.
    I think more error handlers are necessary.

  • ASDM doesn't run from application, but runs from web browser

    Not sure what the deal is.
    All of our firewalls are running 8.4(7.22) and ASDM 7.2.2.
    The primary campus firewall works fine when running Program Files-->ASDM launcher
    Our VPN firewalls only allow access to ASDM when launched from a web browser. Attempts to connect through the ASDM application respond with "Unable to connect to x.x.x.x".

    If the devices are using the default self-signed certificate dynamically generated during boot-up they could have rebooted and thus changed their certificates (which would then have to be trusted anew by Java).
    To avoid this, we generally try to use persistent certificates on the ASAs.
    If that's the case for your, it's a good opportunity to generate a new certificate (using a 2048-but RSA key if you don't already have one) and bind it to the interface(s) you manage from.

  • SWF won't load on server but loads in preview

    I have an FLV video I imported in flash then put text on it. I embedded it in Dreamweaver using Insert > Media > SWF however, it only plays when I preview it and not when it's uploaded on the server. It's really frustrating me and have looked everywhere for solutions. Any help is welcome!
    Here's the LINK!  http://creativepowersolut1.ipage.com/Index.html
    Thanks
    <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="618" height="183">
            <param name="movie" value="Flashimages/turbineservices.swf" />
            <param name="quality" value="high" />
            <param name="wmode" value="opaque" />
            <param name="swfversion" value="6.0.65.0" />
            <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
            <param name="expressinstall" value="Scripts/expressInstall.swf" />
            <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
            <!--[if !IE]>-->
            <object type="application/x-shockwave-flash" data="Flashimages/turbineservices.swf" width="618" height="183">
              <!--<![endif]-->
              <param name="quality" value="high" />
              <param name="wmode" value="opaque" />
              <param name="swfversion" value="6.0.65.0" />
              <param name="expressinstall" value="Scripts/expressInstall.swf" />
              <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
              <div>
                <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
                <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
              </div>
              <!--[if !IE]>-->
            </object>
            <!--<![endif]-->
          </object>

    Hi
    Go to your flash program and check your export settings, if you export the html direct from flash and upload this page to your server with all files, does this work?
    If it does it is possibly the location of your flash files, in relation to your html page that is causing the problem.
    PZ

  • Services are running in Server 2008. But still not able to telnet on localhost

    Hello Everybody,
    Desired services are running on server but still telnet on localhost not happening.
    From remote server I am able to telnet on same services.
    I am facing issue while doing telnet to remote server alos.
    Is there anything which could stopping telnet operation.
    From same server I am not able to telnet to other server for SQL services, whereas both servers in same LAN with adjacent IP address. 

    Hi Steven,
    Thanks for response.
    I have checked same. Services are listening on desired port.
    From events log we observed that server moving out of domain controller which root cause not identified yet.
    Will it be possible if sever moving out of domain and getting NETLOGON issue. Which could block communication to other server or localhost telnet.
    Regards,
    Mahesh D. 

  • Presentation server is pointing to test instead of Dev

    Hi,
    I have dev and test environments. Unfortunately my dev presentation server is pointing to test when i started and stop servers from putty. I did some changes on rpd and restart all servers like weblogic,nodemanages,manages servers .Unfortunately i presentation server is pointing to test environment.How to revert it back to Dev environment. Please share across your inputs .
    Regards,
    Sree

    I found a solution...
    In main.cf I've change the line
    mailbox_transport =
    with
    mailbox_transport = dovecot
    I also found a second similar line which I removed.

Maybe you are looking for

  • After installing OSX 10.9.3 laptop will freeze

    It seems as if after installing the update for mavericks 10.9.3 I am getting tons of freezing on my laptop.  It happens sporatically and doesn't seem to be a direct result of me doing anyhing in perticular.  The screen will just suddenly spaz out and

  • Analytical function in OWB 10.2.0.4.0

    Dear - I am trying to implement analytical function in OWB but not sure how to do it. Can anyone help me? My SQL query looks like select sum (aamtorg), sum(sum(aamtorg)) over (order by cbssuntgbk, caccgbk, caccroo, ccrytrngbk, creftrl, cmgmint, cbase

  • International characters not showing up correctly in Podcast Title-Is UTF-8

    In the 'Podcast Information' window that pops up, the Episode title is not getting rendered correctly but the details show up fine. Both have chinese characters. Any pointers for resolving this would be appreciated.

  • Converting Terminal Document Into AIFF

    Hi, I recently retrieved some data off of some some very old PowerMac computers, including some audio files. When viewed in OS X, these files are simply labled as Terminal Documents. Is there a way that I can convert the Terminal Documents into an au

  • IWeb html snippet to stay permenantly in place

    In iWeb how can you make an html snippet stay permenantly on the bottom right of any page?