JavaScript mouse capture not working in Safari 1.3

I am using JavaScript to capture the position of the mouse
and send that info to flash so that a Movie Clip in my SWF will
track horizontally with the mouse even when the mouse is not
hovering directly over the SWF. It is working in every browser I've
tested except Safari 1.3. Does anyone have any ideas about why this
is or how I can fix it?
The page: www.youngchurch.org/newnav/try5/
Thanks for your help!

that's not an actionscript problem. it's an issue with the
way different browsers interpret javascript.

Similar Messages

  • Javascript time counters not working with Safari 5.1.4

    New Safari 5.1.4 made my website javascript time counters frozen and not working. I am using jQuery library on my site.
    You can see the preview of the problemhere: http://headiil.ee/
    What is the problem with this new Safari update and how can it be solved?

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins and log in as Guest. For instructions, launch the System Preferences application, select Help from the menu bar, and enter “Set up a guest account” (without the quotes) in the search box.
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem(s)?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    Note: If you’ve activated FileVault in Mac OS X 10.7 or later, then you can’t enable the Guest account. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. The instructions provided by Apple are as follows:
    Be sure your Mac is shut down.
    Press the power button.
    Immediately after you hear the startup tone, hold the Shift key. The Shift key should be held as soon as possible after the startup tone, but not before the tone.
    Release the Shift key when you see the gray Apple icon and the progress indicator (looks like a spinning gear).
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem(s)?
    After testing, reboot as usual (i.e., not in safe mode.) Post the results of steps 1 and 2.

  • Javascript countdown timer not working in Safari

    Years ago I copied a Javascript for a countdown timer and it has been working on my website ever since in both Safari and Firefox. I have been working on updating my site and suddenly it stopped working in Safari, but still works in Firefox. Obviously, I'd like it to work in everyone's browser if possible. I've created a page which only has the countdown timer on it. Can anyone tell me what I need to do to get it to work in Safari?
    The test page where you can see this is: http://hyperflite.com/countdowntest.html
    TIA

    Hi,
    Is there any reason for the numerous body tags in there?
    <pre><body onload="doCountdown();">
    <body>
    <body ... >
    </pre>
    I don't have Safari here to test with, but I wouldn't have thought they were helping matters

  • Javascript is not working in Safari on my iPad, version 6.1.3. Anyone know why?

    I have an iPad with os version 6.1.3.  Javascript on websites is not working in Safari. Does anyone know why? How can I correct this situation?

    It is jquery libraries that are not functioning properly and some of the html.  I have Javascript turned on.  The website was working in Safari.  I tested it in Safari and I viewed it many times using Safari and it worked.  I went on to it on 5/8/13 and the javascript/jquery portion and parts of the html are not working.  It had been tested about 4 or 5 months ago in several diffierent versions of IE, Chrome, Mozilla and Safari. 
    Thanks for responding to my question

  • Obfuscated JavaScript not works in safari 5.0.2

    Hi All,
    I'm very new to safari browser and currently makes my web application in safari. It works fine with few bugs in UN-obfuscated JavaScript.
    Obfuscated JavaScript not works in Safari. Kindly let me know the solution or set up. This is quite urgent and seeks for earlier response.
    Thanks in advance.

    For OS X javascript issues, post to the Unix or Developer forums under OS X Technologies. For windoze issues, I have no suggestions, since I don't do that technology.

  • Cross-frame scripting is not working in Safari 3.0.4. Minimal example code.

    Hello,
    I've found that cross-frame scripting is not working in Safari 3.0.4, as it worked
    ok on Safari 3.0.1, and in other browsers I tried: Firefox, Mozilla, IE.
    document.domain property is set to "ds2ps.net", correctly to the best of my knowledge
    in the frameset and in both frames. Both frames and frameset are loaded
    from subdomains of the same domain "ds2ps.net"
    Please have a look at this mimimal example:
    http://frameset.ds2ps.net/frames-test/frameset.html
    Press buttons to get alert with value of a variable defined in the frameset
    and in the first frame.
    This gives "undefined" in Safari 3.0.4, and give following message in Safari
    JavaScript console:
    Unsafe JavaScript attempt to access frame with URL http://frameset.ds2ps.net/frames-test/frameset.html from frame with URL http://frame2.ds2ps.net/frames-test/frame2.html. Domains, protocols and ports must match.
    Works ok in all other browsers and in earlier versions of Safari.
    Apperently, I'm doing something incorrectly.
    I would appreciate if Apple Safari developers have a look at this problem and suggest solution.
    My company is developing web application which depends on cross-frame scripting,
    and we would like to continue supporting Safari browser.
    Thank you,
    John

    Thank you, iBod,
    We've submitted this bug at http://bugs.webkit.org
    Bug 16444: Cross-frame scripting not working in Safari 3.0.4 despite proper document.domain set in all frames
    Thank you for your suggestion!

  • Af:panelTabbed not working in safari 4 & 5

    Hi,
    af:panelTabbed is not working in safari 4 and 5 .
    On click of each tab it calls a javascript method.
    the javascript method do the functionality of watermark.
    The code i use for watermark is
    function adf$noValueText$intialize(event) {
    var component = event.getSource();
    component.visitChildren(adf$noValueText$replaceEmptyWithText, null, false);
    function adf$noValueText$onFocus(event) {
    adf$noValueText$replaceTextWithEmpty(event.getSource());
    function adf$noValueText$onBlur(event) {
    adf$noValueText$replaceEmptyWithText(event.getSource());
    function adf$noValueText$replaceTextWithEmpty(component) {
    var noValueText = component.getProperty("noValueText");
    if (typeof noValueText != 'undefined') {
    var domNode = document.getElementById(component.getClientId() + "::content");
    if (domNode.value == component.getProperty("noValueText")) {
    domNode.value = "";
    function adf$noValueText$replaceEmptyWithText(component) {
    var noValueText = component.getProperty("noValueText");
    if (typeof noValueText != 'undefined') {
    var domNode = document.getElementById(component.getClientId() + "::content");
    if (domNode.value == "") {
    domNode.value = component.getProperty("noValueText");
    function refresh() {
    location.reload();
    Can somebody tell me whether this javascript is correct and the reason why af:paneltabbed not working in safari 4 & 5 browser.
    Pls reply asap.
    Thanks in advance

    <af:panelTabbed id="pt2" >
    <af:showDetailItem text="Team Members"
    id="sdi2" immediate="true">
    <af:clientListener method="refresh" type="disclosure"/>
    <af:outputFormatted value="TEAM MEMBERS" id="of49" />
    <af:subform id="s2">
    <af:panelLabelAndMessage label="FIRST_AND_LAST" id="plam1"/>
    <af:inputText id="it1FnLastValid" value="#{ForgotUsernameBean.initials}" required="true"
    maximumLength="2" autoSubmit="true" requiredMessageDetail="ENTER_FIRST_AND_LAST">
    <af:clientAttribute name="noValueText" value="Ex.AA"/>
    <af:clientListener method="adf$noValueText$onFocus" type="focus"/>
    <af:clientListener method="adf$noValueText$onBlur" type="blur"/>
    </af:inputText>
    <af:panelLabelAndMessage styleClass="label-msg" label="BIRTH_DATE(DD/YY)" id="plam2"/>
    <af:inputText value="#{ForgotUsernameBean.dateOfBirth}"
    requiredMessageDetail="ENTER_BIRTH_DATE"
    required="true"
    maximumLength="5"
    autoSubmit="true" id="it1">
    <af:clientAttribute name="noValueText"
    value="DD/YY"/>
    <af:clientListener method="adf$noValueText$onFocus"
    type="focus"/>
    <af:clientListener method="adf$noValueText$onBlur"
    type="blur"/>
    </af:inputText>
    <af:panelLabelAndMessage styleClass="label-msg"
    label="RESTAURANT_NUMBER"
    id="RTM3"/>
    <af:inputText label="" id="it3ValidnRestNo"
    styleClass="errorTextForgotUN"
    value="#{ForgotUsernameBean.restaurantNumber}"
    required="true"
    maximumLength="4"
    autoSubmit="true"
    requiredMessageDetail="RESTAURANT_NUMBER'">
    <af:clientAttribute name="noValueText" value="****"/>
    <af:clientListener method="adf$noValueText$onFocus" type="focus"/>
    <af:clientListener method="adf$noValueText$onBlur" type="blur"/>
    </af:inputText>
    <af:panelLabelAndMessage styleClass="label-msg" label="POS_ID" id="plam3"/>
    <af:inputText label="" id="it4InpPosIdValidn"
    value="#{ForgotUsernameBean.posId}"
    required="true"
    maximumLength="4"
    autoSubmit="true"
    requiredMessageDetail="POS ID">
    <af:validateLength minimum="3" maximum="4"
    messageDetailNotInRange="POSID NOTINRANGE"/>
    <af:validateRegExp pattern="[0-9]*"
    messageDetailNoMatch="POSID INVALID"/>
    <af:clientAttribute name="noValueText"
    value="****"/>
    <af:clientListener method="adf$noValueText$onFocus"
    type="focus"/>
    <af:clientListener method="adf$noValueText$onBlur"
    type="blur"/>
    </af:inputText>
    <af:commandButton styleClass="pollsVote backBt"
    text="#{resources['COMMON.ENTER']}"
    action="#{ForgotUsernameBean.validateUserDetailsTM}"
    partialTriggers="it4InpPosIdValidn it3ValidnRestNo it1FnLastValid it1"
    disabled="#{ForgotUsernameBean.posId==null||ForgotUsernameBean.restaurantNumber==null||ForgotUsernameBean.dateOfBirth==null||ForgotUsernameBean.initials==null}"
    id="teambutton1"/>
    </af:subform>
    </af:showDetailItem>
    <af:showDetailItem text="RESTAURANT MANAGERS" id="sdi3" immediate="true">
    <af:outputFormatted value="RESTAURANT MANAGERS" id="magH"/>
    <af:subform id="s1">
    <af:panelLabelAndMessage styleClass="label-msg" label="RESTAURANT NUMBER"id="m3"/>
    <af:inputText label="" id="it5"
    styleClass="errorTextForgotUN"
    value="#{ForgotUsernameBean.rmRestaurantNumber}"
    required="true"
    maximumLength="4"
    autoSubmit="true"
    requiredMessageDetail="RESTAURANT NUMBER">
    <af:clientAttribute name="noValueText"
    value="****"/>
    <af:clientListener method="adf$noValueText$onFocus"
    type="focus"/>
    <af:clientListener method="adf$noValueText$onBlur"
    type="blur"/>
    </af:inputText>
    <af:panelLabelAndMessage styleClass="label-msg" label="BIRTH DATE(MM/DD/YYYY)" id="m9"/>
    <af:inputText value="#{ForgotUsernameBean.rmdateOfBirth}"
    required="true"
    autoSubmit="true"
    requiredMessageDetail="BIRTH DATE" id="it6" maximumLength="10">
    <af:clientAttribute name="noValueText"
    value="MM/DD/YYYY"/>
    <af:clientListener method="adf$noValueText$onFocus"
    type="focus"/>
    <af:clientListener method="adf$noValueText$onBlur"
    type="blur"/>
    </af:inputText>
    <af:panelLabelAndMessage styleClass="label-msg"
    label="EMPLOYEE_ID"
    id="m26"/>
    <af:inputText label="" id="it7"
    value="#{ForgotUsernameBean.last4DigitEmpId}"
    required="true"
    autoSubmit="true"
    maximumLength="4"
    requiredMessageDetail="EMPLOYEE_ID">
    <af:clientAttribute name="noValueText"
    value="****"/>
    <af:clientListener method="adf$noValueText$onFocus"
    type="focus"/>
    <af:clientListener method="adf$noValueText$onBlur"
    type="blur"/>
    </af:inputText>
    <af:commandButton styleClass="pgrl_loginbutton login_button floatL"
    text="#{resources['COMMON.ENTER']}"
    partialTriggers="it5 it6 it7"
    disabled="#{ForgotUsernameBean.rmdateOfBirth==null||ForgotUsernameBean.last4DigitEmpId==null||ForgotUsernameBean.rmRestaurantNumber==null}"
    action="#{ForgotUsernameBean.validateUserDetailsRM}"
    id="m40"/>
    </af:subform>
    </af:showDetailItem>
    </af:panelTabbed>
    this is the code i used for paneltabbed.
    refresh method is called after each showdetailitem <af:clientListener method="refresh" type="disclosure"/>
    when i remove this clientlistener which calls refresh method,panel tab is working fine in safari.
    But the problem is watermark functionality works only if a refresh is given
    So now im stuck up.. :(
    Can somebody pls provide me a soln for this issue.... ??

  • Java 7 update 17 not working in safari

    I am just setting up a new laptop, and installed the latest java 7 update 17. It works fine on Firefox, but will not work in Safari. Before you tell me "dont use java", I have to. My works website uses java for download, so I must have it (until we move to Aspera).
    I have checked both the system Java version (latest, and enabled) and the browsers settings. Java is enabled in all places it should be, yet I cannot get it to work in Safari. The Java website even tells me it cant even verify if Im running java or not. This is very annoying.
    So to recap:
    Safari: Enable Plugins, Enable Java and Enable Javascript is turned on.
    Block Pop Ups is turned off.
    Java 7 Update 17 has been installed on this computer.
    Java:
    System Tells me Im running the recommended version.
    Security: Is set to HIGH, I even turned it lower at one point.
    Ive repaired permissions, rebooted, etc. but no luck.
    Any ideas?

    I work for a financial institution that uses Java for the online banking system. It works amazing as we have almost a 0% fraud rate. I don't hate Java like the rest of the world...anyway...on to my question lol
    I have heard quite a few of our customers say that they are having a "Blocked Plug-In" today rather than the normal "Missing Plug-In" message. Has Apple blocked Java again or is it some wierd setting? This is the message our customers were receiving when Apple blocked it last time. However, our customers couldn't use Firefox either and this time they can. I haven't seen any news reporting it yet. It's imperative for our customers...I wish Apple would just leave it alone. If I purchase a $2500 computer, leave it alone and let me control it. Don't babysit me. This is why I will never ever ever buy a Mac. Not a fan of communism.

  • Logitech mouse buttons not working in photoshop cc 2014

    logitech mouse buttons not working in photoshop cc 2014 winds 8.1. Is this a common problem?
    I have updated the latest drivers and have a few buttons programmed with keyboard shortcuts that used to work in previous versions of Photoshop but don't work now.
    Scrolling with mouse in bridge stopped working in cc butI see it is now working.
    any ideas?

    Many Photoshop extensions are not compatible with Photoshop CC 2014 for Adobe removed support for Flash Panels in CC 2014. Many extensions panels are flash based.  Check with the developer to see if their blendmein extension works with CC 2014.
    Adobe does not maintain Photoshop so it backward compatible with prior versions of Photoshop.  This brakes things like action scripts plugins extensions etc. Keep old version of Photoshop installed....

  • YouTube will not work on safari for me on the ipad. Is there anyway to fix this? I can go anywhere else on the internet fine and it works on google chrome, but on safari it shows a blank screen with the bar on top after it loads.

    YouTube will not work on safari for me on the ipad. Is there anyway to fix this? I can go anywhere else on the internet fine and it works on google chrome, but on safari it shows a blank screen with the bar on top after it loads, if it's even loading at all.
    I do not know if it's relevant or not, but I got a message on my ipad while on safari saying that my iPhone has a virus. I looked it up and it seems it might have just been an ad from the website I was on, but it happened around the same time YouTube stopped working.

    You will find that using the YouTube app will provide a better viewing experience for YouTube videos.

  • APPLE mouse & keyboard not working with Windows (Bootcamp)

    I installed Leopard and Windows XP on my Mac Pro. The installation went very smoothly. Only problem I have is that my Apple wireless keyboard and mouse do not work on Windows (frozen) although they work fine on Leopard. I tried a Logitech wireless trackball and it works fine on both Windows and Leopard. Any suggestion?

    Thanks. I upgraded from Tiger and downloaded Bootcamp from Leopard Installation disc ( I did not have a beta version ). I then installed Windows XP SP2 ( brand new, just bought for that purpose ). Wonder if Mac wireless keyboard and mouse are compatible with Window. Everything else work beyond my expectation.

  • USB mouse does not work

    hi All
    I bought a new HP laptop few days ago,when I installed Win7 pro on it after a few minutes, the usb mouse stopped working. Its light still lights up ,but the cursor does not react. The drivers of the device are installed and working properly. the mouse will
    not work until I click "scan for hardware changes"in Device Management . but when I restart the computer, it happend again . but win7 home edition seems does not have this problem. please help.  thanks  

    Hi,
    I suggest updating the latest BIOS and chipset from HP site, then reinstalling USB controllers to check the result. If any USB hub is used, please bypass it.
    http://blogs.technet.com/b/asiasupp/archive/2010/11/23/error-message-one-of-the-usb-device-attached-to-this-computer-has-malfunctioned-and-windows-does-not-recognise-it.aspx
    Also, please perform
    clean boot, disable your antivirus and firewall
    temporarily to avoid any blocking. If the issue persists in clean boot, test the issue in Safe Mode and Device Clean boot.
    Device Clean Boot
    1. Go to Device Manager
    2. Expand "Sound, video and game controllers".
    3. Right Click on Audio device and choose disable.
    4. Please use the same method to disable other dubious hardware such as: internal modem, and CD-R drive. Please note some devices such as video adapter are not available
    to be disabled.
    5. After that, restart the computer and then test the issue. If it does not occur, you can enable the device one by one to narrow down this issue.
    After you found the device that causing the problem, you can resolve by installing last driver or replacing the device.
    Best Regards,
    Niki
    Please remember to click "Mark as Answer" on the post that helps you, and to click "Unmark as Answer" if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Flash not working in Safari 5

    Flash has been buggy for me in Safari 5, ever since I updated the Flash player last week to "10.1 r53". Either Flash files don't play at all, or just the audio plays without video.
    Per the instructions on these boards, I have:
    1. reset Safari
    2. uninstalled flash player
    3. installed the flash player
    4. repaired permissions
    5. restarted
    The issue is still there. Firefox plays Flash files, YouTube, etc. just fine. Safari does not.
    I'm running SL 10.6.4, latest Software Updates.
    Any suggestions?
    Thanks!

    I created a new account. Flash works in the new account. That's cool, but I really don't want to re-locate all my prefs, etc., just for a buggy plugin.
    So, I next...
    1. grabbed the Safari plist from the new account
    2. logged out of the new account
    3. logged into the old account (where Flash does not work)
    4. moved the old account's com.apple.safari plist file out of the Preferences folder
    5. moved the clean Safari plist file (from the new account) into the Preferences folder
    6. reset and restarted Safari
    7. Flash worked...for about two minutes. I tested on YouTube, Vimeo and Google Analytics. Back to Flash not working in Safari.
    I then tried repeating the earlier steps.
    1. reset Safari
    2. uninstall flash player
    3. install flash player
    4. repaired permissions
    5. restarted
    Still doesn't work.
    Just one other thing to note: whenever I pull up a web page with Flash, I get a "file not found" error in Safari's activity monitor (link is below)...could this be an error with Adobe's website rather than a Safari-permission thing?
    http://fpdownload2.macromedia.com/get/flashplayer/update/current/install/version .xml10.1.53.64~os=Mac&osVer=10.6.4&playerType=pl&cpuWordLength=32&cpuArchitectur e=i386&lang=en

  • NYT videos not working in Safari 5

    NYT videos not working in Safari 5

    Work fine for me - they are just normal Flash videos.
    Make sure your Flash Player is up to date.
    The latest version of Adobe FlashPlayer can be obtained from here:
    http://www.adobe.com/shockwave/download/download.cgi?P1ProdVersion=ShockwaveFlash
    (You can check here: http://www.adobe.com/products/flash/about/ to see which version you should install for your Mac and OS.
    You should first uninstall any previous version of Flash Player, using the uninstaller from here (make sure you use the correct one!):
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14157
    and also that you follow the instructions closely, such as closing ALL applications first before installing. You must also carry out a permission repair after installing anything from Adobe.

  • Image capture not working in lion

    Well! After 10 years or so of OS X my Kodak DC 5000 no longer works in image capture after upgrading to OS X Lion. After connecting the camera and trying to import images, Image Capture says "no device connected".
    Went to the loca shop and using the same camera and cable, successfully imported picts to the desktop under Snow lepard, so I know it's not the camera or cable. Been a mac user for decades! never had a problem with "plug and play" until this update!
    Do I need to get a card reader now? New camera? Not happening as long as this one works(ed). Already lost Photoshop, but didn't mind as I bought Pixelmator. However, the Image Capture not working is a showstopper. Is this Apple's version of Vista? Help please!

    Yes, I have iPhoto 9.1.5, I also used the prefs and this still is not working. The upgrade to OS X Lion broke my driver and I am not able to do transfer any pics from the camera.
    I assume I will now need to buy a card reader.

Maybe you are looking for

  • Setting the logonHours attribute for a user in Active Directory

    Hi Anyone, I'm a brasilian guy and I need your help. How can I set the logonHours attribute on my Active Directory? I have this code but it doesn't works good:     public void setLogonHours(boolean[] logonHoursBits){         int i;         int j;    

  • IPC in CRM 5.0 Ramp-Up

    Hi All, We have installed CRM 5.0 on Windows and SQL server. I understand IPC now works on SAP`s VMC. I have configured the IPC as per the installation guide. When I start the IPC from IE. The error message I get is: "start page disabled" Please advi

  • How to create RunningValue Through Column Groups?

    Hi Everybody i´m trying to do this with a Matrix I want the running value of the product quantity for each month of a year, resetting the running value when a new year is reached I have 2 column groups "Year" and as it´s child group "Month".         

  • Putting background solid/block behind text?

    New to Muse (1st day) no background in web development. Have created a master template that has a tiled image for browser background fill.  Page text does not display well on top of the background image so I added a white solid block that serves to d

  • Can't install a app but says I've already purchased it.

    I'm trying to install a app called keynote. But I took it off my home screen because it wouldn't install so tried to reinstall it but it says I've already purchased it but the app won't download when I go to my App Store. And the app is no longer on