Safari won't view QuickTime object - *ALL* other browsers will...

Ok this is nuts. Our client has a movie that will be viewed mostly by Safari users and it's the ONLY browser it doesn't work in. However, if you paste the URL for the movie into the location bar it loads fine. I'm new at this company and i've been given this support ticket because i'm the only Mac guy in the house. Most Mac issues i can track down, but this one has me floored. Anyone able to help????
Here's the code for the page...
<html>
<head><title>Safari Test</title></head>
<body>
<object width="1280" height="730" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab">
<param name="src" value="http://boss.streamos.com/download/mousetrappe/epsonsuccessstories/charis 720p.mov">
<param name="autoplay" value="true">
<param name="autohref" value="true">
<param name="controller" value="true">
<embed src="http://boss.streamos.com/download/mousetrappe/epsonsuccessstories/charis72 0p.mov" width="1280" height="730" autoplay="true" controller="true" pluginspage="http://www.apple.com/quicktime/download/"></embed>
</object>
</body>
</html>

Ok this is nuts. Our client has a movie that will be
viewed mostly by Safari users and it's the ONLY
browser it doesn't work in. However, if you paste
the URL for the movie into the location bar it loads
fine. I'm new at this company and i've been given
this support ticket because i'm the only Mac guy in
the house. Most Mac issues i can track down, but
this one has me floored. Anyone able to help????
Here's the code for the page...
<html>
<head><title>Safari Test</title></head>
<body>
<object width="1280" height="730"
classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
codebase="http://www.apple.com/qtactivex/qtplugin.cab"
<div class="jive-quote">
<param name="src"
value="http://boss.streamos.com/download/mousetrappe/e
psonsuccessstories/charis720p.mov">
<param name="autoplay" value="true">
<param name="autohref" value="true">
<param name="controller" value="true">
<embed
d
src="http://boss.streamos.com/download/mousetrappe/eps
onsuccessstories/charis720p.mov" width="1280"
height="730" autoplay="true" controller="true"
pluginspage="http://www.apple.com/quicktime/download/"
<div class="jive-quote"></embed>
</object>
</body>
</html>

Similar Messages

  • Safari won't connect to internet but other browsers will

    Firefox and Chrome can connect to the internet but since upgrading to Yosemite, Safari, iTunes and other Apple Apps have an exceedingly difficult time connecting to the internet. (ie server not found) I have to resort to turning off/on my wifi and/or restarting my computer. All other non-Apple applications can access the internet just fine.

    I, too, am experiencing this problem. It occurs with both Safari and Firefox. It wasn't bad at the start; occasionally what seemed like my internet would cut out while I was surfing, but then the problem began to last for longer durations. As of this morning, I've been trying to get Safari to open for two hours with no success.
    Here's the specifics. I open Safari. Most times, the load bar will extend about 1/6 the length and stop, displaying my homepage address in the address bar. Sometimes, the load bar will creep halfway, and part of my homepage will appear; typically, images don't load, and sometimes the page format gets wonky. Rarely, the homepage will fully load! I can even move through the homepage's image slideshow seamlessly. However, if I try to go to another page, I'm back at the 1/6 occurrence. Very rarely, everything works fine. Closing the laptop or Quitting Safari kills the connection, and I have to start this stupid process all over again. Finally, Firefox is either all or nothing; either the pages load and work fine, or nothing works at all.
    I've done a DNS manual adjustment, I've created a specific Network, I've unchecked Safari from the iCloud options, I've run scans for malware and viruses (and came out clean), and I've done a clean reinstall of Yosemite. There's no need for me to tweak my router or contact my ISP; every other wireless application in our house is functioning perfectly. It's not the wifi.
    Nothing's working, and I'm about to throw my computer out a window (not really, just frustrated). Any help would be so very appreciated.

  • Safari won't load full html, but other browsers do

    I only see the basic when I open safari, but all other browsers look fine. Why is that?

    You need to do a safe boot in order to prevent third-part system add-ons from loading, and determine whether they're causing your problem. The most common reason for safe booting not to work is that you're using a USB keyboard plugged into a hub, or a non-Apple wireless keyboard. If your keyboard is wired, connect it directly to a built-in port on the Mac, not to a hub.
    If you can't get safe boot to work at all, we'll have to skip that step and proceed to the next:
    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software -- potentially for the worse. The following procedure will help identify which such modifications you've installed. Don’t be alarmed by the complexity of these instructions -- they’re easy to carry out and won’t change anything on your Mac.
    These steps are to be taken while booted in “normal” mode, not in safe mode. If you’re now running in safe mode, reboot as usual before continuing.
    Below are four lines of text in monospaced type, which are UNIX shell commands. They’re harmless, but they must be entered exactly as given in order to work. If you have doubts about the safety of running these commands, search this site for other discussions in which they’ve been used without any report of ill effects.
    Some of the commands will line-wrap in your browser, but each one is really just a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then either copy or drag it. The headings “Step 1” and so on are not part of the commands.
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. The other steps should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
    To begin, launch the Terminal application; e.g., by entering the first few letters of its name in a Spotlight search.
    Step 1
    Copy or drag -- do not type -- the line below into the Terminal window, then press return:
    kextstat -kl | awk ' !/apple/ { print $6 $7 } '
    Post the lines of output (if any) that appear below what you just entered (the text, please, not a screenshot.)
    Step 2
    Repeat with this line:
    sudo launchctl list | sed 1d | awk ' !/0x|apple|com\.vix|edu\.|org\./ { print $3 } '
    This time, you'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up. You don't need to post the warning.
    Step 3
    launchctl list | sed 1d | awk ' !/0x|apple|edu\.|org\./ { print $3 } '
    Step 4
    ls -1A {,/}Library/{Ad,Compon,Ex,Fram,In,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Sta}* 2> /dev/null
    Important: If you synchronize with a MobileMe account, your me.com email address may appear in the output of the above command. If so, change it to something like “[email protected]” before posting.
    Remember, this is all drag-and-drop or copy-and-paste, whichever you prefer -- no typing, except your password.
    You can then quit Terminal.

  • Why does Safari not authenticate an ftp account when other browsers will?

    I'm able to connect to a remote FTP site using other browsers and client applications but Safari refuses to authenticate.The site administrator confirmed this from another machine but has no suggestions.  Any ideas?

    Try a differrent browser like Chrome

  • Firefox and all other browsers will not load any micsoft pages.

    No matter what browser i use, mainly firefox but on IE and Safari, certain pages wont load. Most of the pages are microsoft related, but netflix and myspace wont load either. Once i click the site it keeps me on the same page and the loading bar only goes to half way. The circle loading thing on the new tab just keeps spinning.
    == URL of affected sites ==
    http://www.msn.com, http://www.netflix.com, http://www.myspace.com, http://www.microsoft.com

    Do a malware check with a few malware scan programs.
    You need to use all programs because each detects different malware.
    Make sure that you update each program to get the latest version of the database.
    http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    http://www.superantispyware.com/ - SuperAntispyware
    http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    See also "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked and [[Searches are redirected to another site]]

  • I have a php module which runs fine in Firefox and all other browsers but not Safari. It always run twice - I see a small ? in upper right corner which is causing it to run twice but NO idea why? Help - thank you

    I have a php module which runs fine in Firefox and all other browsers but not Safari. It always run twice - I see a small ? in upper right corner which is causing it to run twice but NO idea why? I read it MAY have something to do with am image it cannot load but I see them all loaded.  Help - thank you

    Could you share a link to the page?
    Seeing it in context and in our browsers is much easier to debug.
    If not, make sure to run the validator here The W3C Markup Validation Service and clear out any problems. HTML errors, especially structural ones, will cause all kinds of display problems in various browsers/versions/platforms.

  • Why does my javascript code work fine in all other browsers, but not Safari

    Previously, I have asked how Safari handles javascript trying to resolve a problem with a slide menu, (http://www.designoutput.com/testslide.html) being directed to validator. I have corrected as many things as possible and still have code work in other browsers. Why will my code work in all other browsers (IE 5.2, Firfox, Netscape, and Opera) and not Safari. It appears that Apple would address some of the problems that people are listing. Possibly, my problem is not with Safari, but my code, if so why does it work in all other browsers. Having more knowledge of how Safari accepts code or handles code differently than other browsers would be helpful. It would be nice if I could debug my code in Safari step by step to know where the problem is at. I'm just frustrated with Safari after working on my problem for over a month. Would be very greatful to anyone that could just being to get my code to appear in Safari (only a blank page in Safari, menu appears in all other browsers)
    G4 AGP 400, Powerbook G4, G4 Siver 733   Mac OS X (10.4.7)  

    you seem to have deleted even more end tags. elements (<a>, <div>, <td>, etc.) need to be closed (</a>, </div>, </td>, etc.) to structure the code properly.
    incorrect:
    document.write(<font ...><b>example)
    correct:
    document.write(<font...><b>example</b></font>)
    check out w3schools for html and javascript help.
    the ilayer tag should only be in your NS (i.e. not NS6) code, but it too needs to be closed.
    i don't use IE, but with these fixes i've gotten your page to display fine in safari, firefox and opera.
    iBook g4     OS X.4.x

  • Is the website myfitnesspal no longer compatible with you? It won't allow me to log in but works with ALL other browsers. I've done troubleshoot. Didn't work.

    Yesterday I had problems with the website Myfitnesspal.com. I have a tab set to automatically open when I start the browser every day. I could not log any information into the site, so I tried a log off and log on. It won't let me log on to the site. I contacted, myfitnesspal and we worked through many trouble shooting steps. I also tried all the troubleshooting steps from your site. I even did a complete shutdown and start up of my computer. Nothing has fixed this problem. I had the same issue with a couple of store I like to browse. The store site are finally working after more than 6 months of frustration. Myfitnesspal works on ALL other browsers. So with everything that has been tried and done, the problem seems to be on your end somewhere. I am running Windows 7 Professional, 32 bit.
    I really hope that this can be fixed because the website displays best on your browser. Should you have any questions, please don't hesitate to email me.
    Thank you for anything you can do to fix this and for your time.

    Sometimes, sites divide their content and login logic over multiple servers. In that case, the sites may not recognize that you have logged in if you block third party cookies. Can you check your cookie settings, as described in this article: [[Websites say cookies are blocked - Unblock them]].
    During your earlier troubleshooting, did you try the site in Firefox's Safe Mode to rule out an extension as the potential culprit? More info: [[Troubleshoot Firefox issues using Safe Mode]].
    You can restart Firefox in Safe Mode using
    Help > Restart with Add-ons Disabled ''(Flash and other plugins still run)''
    In the dialog, click "Start in Safe Mode" (''not'' Reset)
    Any difference?

  • I'm using Windows 8.1 and the browser won't load any web page. I downloaded the latest one from the website. Any help would be great. All other browsers work.

    I'm using Windows 8.1 and the browser won't load any web page. I downloaded the latest one from the website. Any help would be great. All other browsers work.

    Hi curtismoxam,
    Please try these troubleshooting steps: [[Fix problems connecting to websites after updating Firefox]]

  • I can't reposition photos i post to my timeline on facebook using safari, but it works via all other browsers.. I used to be able to but now I can't.  Any ideas as to why?

    i can't reposition photos i post to my timeline on facebook using safari, but it works via all other browsers such as fire fox and chrome.. I used to be able to but now I can't.  Any ideas as to what is causing this?
    Kind regards,
    Grand

    Empty the Safari cache...
    Command + Option + E on your keyboard.
    Quit and relaunch Safari. Try to re position an image on FB.

  • HELP?!? - Website BeachBalls/Hangs Safari in OSX and iOS, loads fine on all other browsers.

    Site beachballs Safari in OSX and iOS, loads fine on all other browsers.
    The page loads in safari if javascript is disabled, so it would seem to be something javascript related that is causing the issue.
    Because it beachballs safari i can't even debug the issue in safari.
    This site was working in Safari before, I beleive this issue started with the latest Safari update, but don't hold me to that.
    I need help figuring out what the issue is so I can fix it for Safari users.
    Since it bricks safari i can't even get far enough to determine what the issue is or set debug points or gleen any helpful information from Safari about why this may be happening.
    I might be forced to hack out sections until i can eliminate/pinpoint the code, but being a magento site that is a very complex and daunting proposition.
    Please help!!! Please, please, pretty please. :-)
    Pointers? Tips? Ideas on how to track down the issue?
    site is: http://bumblebeetoys.com/
    (no flash or similar content in this page, this is a standard magento website.)
    Many many many thanks to anyone who can help resolve this issue or has any helpful pointers about tracking it down.
    Thanks,
    Josh

    I ran your site with Firefox error console and got the attached, perhaps Safari can't handle these errors.  Activity monitor does show Safari in a hard cpu loop while trying to access the site.  'Sample Process' seems to point at a Java Script as the culprit.

  • Site beachballs Safari in OSX and iOS, loads fine on all other browsers.

    Site beachballs Safari in OSX and iOS, loads fine on all other browsers.
    Loads in safari if javascript is disabled.
    Because it beachballs safari i can't even debug the issue in safari.
    This site was working in Safari before, I beleive this issue started with the latest Safari update, but don't hold me to that.
    I need help figuring out what the issue is so I can fix it for Safari users.
    Since it bricks safari i can't even get far enough to determine what the issue is.
    Please help!!! Please, please, pretty please. :-)
    Pointers? Tips? Ideas on how to track down the issue?
    site is: http://bumblebeetoys.com/
    (no flash or similar content in this page, this is a standard website.)

    the page loads in safari if javascript is disabled, it seems to be something javascript related that is causing the issue.  i wish safari didn't lockup so I could actually debug the issue safari is having.
    this is a magento site so yeah, there are wc3 validation errors as with most magento sites.
    i'll look into resolving as many of those as possible, but all the other webkit based browsers load the site fine, which also points back to a javascript issue as safari uses its own javascript implimentation.
    anyone have any ideas?  please chime in.  thanks.

  • Viewing iWeb pages in other browsers/platforms

    Any known issues with viewing iWeb pages in other browsers like IE (older versions especially) or on a PC platform? I'm ready to build a big but simple family site, but my first test page (jnmobecker.home.comcast.net) is not playing nice. I see it fine on Safari on my Mac, other Macs (at work for instance) see it fine, one friend on a PC sees it fine, others on PCs do not. Specifically, all they can see is the top banner image of the three kids. I did try it on a PC at work today on IE, and I watched as the progress bar loaded 20+ images (the thumbnails and slideshow components I presume) but then nothing but that top bar. Thoughts and any sugggestions are much appreciated, thanks.
    Mac Mini   Mac OS X (10.4.8)  

    There are still problems with Firefox and IE: in particular, the font changes. In Safari it looks as it should, but others it reverts to some courier or verdana font.

  • I can not print from Firefox, but can from all other browsers and applications (such as MS Word, notepad, etc.). I get a print error on the printing monitor like it's a spooling problem.

    This is a recent development but I can not print anything from within Firefox. The print functions open normally, it is going to the correct printer which works..I can print from other browsers and applications. It acts like it is spooling and then a print error occurs and it won't print. I closed and reopened Firefox, opened it in safe mode, cleaned out history/cache/cookies, and rebooted twice. Nothing makes any difference. Also tried printing from the print preview which had the same result. I can print from all other browsers and applications without a problem so it must be within Firefox.

    See this: <br />
    http://kb.mozillazine.org/Problems_printing_web_pages

  • I can no longer open word or excel files from my email in firefox, i can in all other browsers. it started november 5, 2014

    Yesterday afternoon, out of the blue, I can no longer open word or excel documents from my gmail account in firefox browser on windows 7. I can in all other browsers. The error message is "There was a problem sending the command to the program"

    As a workaround, does it work to save the files first and then open them after saving?
    Sometimes when Firefox has problems handing off a download to another program it is caused by a corrupted settings file. That file is hard to edit, so usually we suggest renaming the file to see whether that resolves the issue. Here's how:
    Open your current Firefox settings (AKA Firefox profile) folder using either
    * "3-bar" menu button > "?" button > Troubleshooting Information
    * (menu bar) Help > Troubleshooting Information
    * type or paste about:support in the address bar and press Enter
    In the first table on the page, click the "Show Folder" button. This should launch a new window listing various files and folders.
    Leaving that window open, switch back to Firefox and Exit, either:
    * "3-bar" menu button > "power" button
    * (menu bar) File > Exit
    Pause while Firefox finishes its cleanup, then rename '''mimeTypes.rdf''' to something like mimeTypes.old
    Start Firefox back up again and test your Gmail attachments. Any improvement?
    Note: This resets some preferences to their defaults, such as which PDF viewer Firefox uses. If you need to update that again, please see this article: [[How to disable the built-in PDF viewer and use another viewer]].

Maybe you are looking for

  • To do a report with the format of MB5B

    Hi, I have one requirement is below, not able to get the complete logic: We have a Tcode MB5B,it has the selection screen criteria, Matnr, Comp Code, Sales Org and Date Range. if we execute, it will give the material quntity as per the above selectio

  • Import Package Error

    Hello All, I am getting a strange behavior using Import Package to load data into BPC. I load data into BPC in both LC and USD. When I load the data first time, it accepts transactions in both LC and USD. But when I load after the initial load, it er

  • Flash Media Playback configurator swf file size

    Hello, I just start using the Flash Media Playback configurator : http://www.osmf.org/configurator/fmp/ and I am very surprised that the size of the swf file is less than 2KB. The swf file used is http://fpdownload.adobe.com/strobe/FlashMediaPlayback

  • Multi SSID problem, not work

    hi I bought a Cisco WRVS4400n to use with different vlan and ssid, I use a Cisco Catalyst behind my new WRV, on sigle ssid mode and without Vlans configured, worked perfectly, but, on trunking mode with multi ssid on different vlans ( to use public a

  • I got the apple update 6.1.2 or it was the 6.1.3 and then when I try to input my lock screen password it won't work it stays blank please help me

    Pease help me I can't get into my iPod when I put my lock screen password but it doesn't even show it's hard please help me