I don't know what's wrong with my Mac but I can't watch Youtube videos. I can watch on other device though. Can someone tell me why the videos are not working? Thank You ^_^

The Youtube videos is loading slowly on my mac but it loads normally on other device. It always buzzing every single second.

One of the following steps should help.
1. Install Adobe Flash Player.
    http://get.adobe.com/flashplayer/
    Quit Safari.
    Restart computer. Relaunch Safari.
2.  Enable Plug-ins
    Safari > Preferences > Security
    Web Content:  > "Enable Plug-ins".
       or
    Internet Plug-ins >  "Allow all other plug-ins
3. Check  whether you are currently  in  YouTube HTML 5 trial.
     http://www.youtube.com/html5
    At the bottom  left of the page  uncheck the box for
   "You are currently in the HTML5 trial".
4. Reset Safari.
    Click Safari in the menu bar.
    From the drop down select "Reset Safari".
    Uncheck the boxes next to all items.
    Check the box next to "Remove all website data".
    Click "Reset".
5. Turn off Extensions if any.
    Safari > Preferences > Extensions
Best.

Similar Messages

  • TS2756 I don't know what's wrong with my iphone but I can't join hotspot.. Any idea??

    Please help me :(

    You can try resetting your iPhone by simultaneously pressing and holding the Home and Sleep/Wake buttons until you see the Apple Logo. This can take up to 15 seconds so be patient and don't release the buttons until the logo appears.
    Try again to see if the problem persists.
    If still a problem, try deleting the hotspot (select the ⓘ, then tap Forget this Network) and adding it again.

  • I don't know what's wrong with my camara it's all black and the front only works not the back

    I don't know what's wrong with my camara it's all black and the front only works not the back

    Try This...
    Close All Open Apps... Sign Out of your Account... Perform a Reset... Try again...
    Reset  ( No Data will be Lost )
    Press and Hold the Sleep/Wake Button and the Home Button at the Same Time...
    Wait for the Apple logo to Appear...
    Usually takes about 15 - 20 Seconds... ( But can take Longer...)
    Release the Buttons...

  • I don't know what's wrong with my 3GS. It only shows the black screen with white apple. Turning it on then off doesn't help.

    I don't know what's wrong with my 3GS. It only shows the black screen with white apple. Home button and turning the phone off then on doesn't seem to do anything.

    Thanks Lucas,
    I've tried doing that with no results. Same screen keeps showing. Maybe it'd be more helpful if I told you a bit more info.  My phone was randomly playing music, and the voice control would also suddenly start without me touching the phone.  Then I let the battery die and started to recharge when on the screen it indicated to plug into my computer/iTunes, I tried to restore but was getting an error message (can't remember what it said now). Battery died and now my current issue of the black screen with white apple.  I'd love to be able to restore my phone but now its not showing as a device on my iTunes. HELP! Any other suggestions?

  • My itunes library is constantly resetting itself. I really don't know what is wrong with it I have ran virus checks and nothing is on my laptop. Anybody got any idea?

    Hi my itunes library is constantly disappearing, I really don't know what is wrong. It keep happening everytime I turn my laptop off, I thought I had solved the problem the other week however it has started back up again. I have a Sony Vaio laptop and have read on the discussions that this can occur but all the solutions I have read haven't seemed to solve it. Anybody else got an idea? I would be really grateful for the help!

    See this post. Seems that AVG is the most likely cause. They are promising a patch tomorrow.
    tt2

  • Why the games are not working properly in my ipad after installing iOS7

    Why games are not working properly in my ipad in my iOS 7

    The games you mention would have been written and therefore designed for the previous version of iOS - you've most likely had a lot of updates lately in the run-up to the release of iOS 7 and if these games haven't had an update then chances are these will need to be adapted to iOS 7 by the developers if not working correctly.
    Regards,
    Steve

  • I'm so confused I don't know what is wrong with my router

    I am clueless when it comes to this so any advice, please pretend like you're talking to a kindergartner. I have this WRT54GS router plus 3 computers. Two are desktops and they have a wireless adapter on them (also Linksys brand). One is a laptop with a built in wireless card. The main desktop is a dell, the other desktop is an emachines, and the laptop is a dell. All 3 are running winxp sp2. I got it all set up and all 3 seemed to be working fine and connected, both to one another and to the internet. Then I had to download a few windows updates on both the 2nd desktop and the laptop (first time going online for them) and when they rebooted they cannot link to the wireless connection. I tried all kinds of things. So I get on my main computer and neither of the other two are showing up. So I try fixing it and at one point it says to connect the computer to the router again (with the wire). So I do, and go through all the steps it tells me to go through, and now when I look at the available networks it says "wireless connection 2" instead of just wireless connection. And the other two still will not connect to the network. How do I get it back to how it was before-you know, when it was working. I am ready to uninstall everything and start all over but I can't really do that every day.

    thanks for the reply! I think I got it working so far. I ended up calling and I could barely understand the guy I got but we got it done and he was really very nice and patient with me. I had some settings wrong. On my laptop I had to redo the windows zero configuration thing every time I started it but it looks like that's a common issue. I tried disabling the dell software managing my wireless so hopefully that will work today. So far *crossing fingers* the other two are working normally still. I left my main computer hooked up to the router though. I know it said I could disconnect it but that's where I started running into problems so I just left it connected. Hopefully that's ok. It's a desktop and isn't going anywhere so it's not a problem having it hooked up.

  • I don't know what's wrong with my code. it's about class and object.

    * This is generic type of Person
    package myManagement;
    * @author roadorange
    public class Person {
    private String SS;
    private String firstName;
    private String lastName;
    private String middleName;
    private String phoneNumber;
    private String address;
    private String birthDay;
    public void setSS (String SS) {
    this.SS = SS;
    public String getSS() {
    return SS;
    public void setFirstName (String firstName) {
    this.firstName = firstName;
    public String getFirstName() {
    return firstName;
    public void setLastName (String lastName) {
    this.lastName = lastName;
    public String getLastName() {
    return firstName;
    public void setMiddleName (String middleName) {
    this.middleName = middleName;
    public String getMiddleName() {
    return middleName;
    public void setPhoneNumber (String phoneNumber) {
    this.phoneNumber = phoneNumber;
    public String getPhoneNumber() {
    return phoneNumber;
    public void setAddress (String address) {
    this.address = address;
    public String getAddress() {
    return address;
    public void setBirthDay (String birthDay) {
    this.birthDay = birthDay;
    public String getBirthDay() {
    return birthDay;
    public void Person() {
    SS = "1234567890";
    this.firstName = "abc"; //test the keyword "this"
    this.lastName = "xyz";
    middleName = "na";
    phoneNumber = "123456789";
    address = "11-11 22st dreamcity ny 11111";
    birthDay = "11-11-1980";
    public void print() {
    System.out.println("Display Database\n"
    + "Social Security Number: *********" + "\n"
    + "First Name: " + getFirstName() + "\n"
    + "Middle Name: " + getMiddleName() + "\n"
    + "Last Name: " + getLastName() + "\n"
    + "Phone Number: " + getPhoneNumber() + "\n"
    + "Address: " + getAddress() + "\n"
    + "getBirthDay: " + getBirthDay() );
    package myManagement;
    //this class is used to test other class or test other object
    public class testClass extends Person{
    public static void main(String[] args) {
    Person obj1 = new Person();
    obj1.print();
    System.out.println(obj1.getFirstName()); //test the object
    Result:
    Display Database
    Social Security Number: *********
    First Name: null
    Middle Name: null
    Last Name: null
    Phone Number: null
    Address: null
    getBirthDay: null
    null
    i don't know why it's all null. i assign something in the default constructor. it shouldn't be "null".
    does anyone know why?

    when you create 2 class using netbean editor, person.java and test.java
    i never compile person.java.
    when i finish typing these 2 class and i just right click test.java and run.
    my question is do i need to compile person.java before i run test.java directly??
    does Netbean compile it automatically when i run test.java first time?
    i add another constructor Person constuctor with one parameter in Person.java and create 2nd object to test the 2nd constuctor and run.
    All the codes work, so does the first default constructor. i don't why is that.
    Then i removed what i added and restore back to where it didn't work before and test again. it works.
    @_@. so weird.
    problem solved. thank you
    Edited by: roadorange on Feb 25, 2008 7:43 PM

  • Help!!!  don't know what's wrong with it

    I want to code a very simple chat program that whatever the client type, it will display in the server. Also, type in server will display in client. But code it but it doesn't work well. Below is the application I code, please help me to solve it. Thank you.
    import java.net.*;
    import java.io.*;
    public class ChatServer
         public static final int PORT = 8080;
         public static void main(String[] args) throws IOException
              ServerSocket s = new ServerSocket(PORT);
              System.out.println("Started: " + s);
              try
                   Socket socket = s.accept();
                   try
                        System.out.println("Connection accepted: " + socket);
                        BufferedReader in = new BufferedReader(
                                  new InputStreamReader(socket.getInputStream()));
                        PrintWriter out = new PrintWriter(
                                  new BufferedWriter(new OutputStreamWriter(
                                  socket.getOutputStream())), true);
                        DataInputStream stdIn = new DataInputStream(System.in);
                        String serverInput, clientInput;
                        while(true)
                             if ((serverInput = stdIn.readLine()) != null)
                                  out.println(serverInput);
                             if ((clientInput = in.readLine()) != null)
                                  System.out.println("Client: " + clientInput);
                                  out.println(clientInput);
                             if ((serverInput = stdIn.readLine()) == "end")
                                  break;
                   finally
                        System.out.println("closing......");
                        socket.close();
              finally
                   s.close();
    import java.net.*;
    import java.io.*;
    public class ChatClient
         public static void main(String[] args) throws IOException
              InetAddress addr = InetAddress.getByName(null);
              System.out.println("addr = " + addr);
              Socket socket = new Socket(addr, ChatServer.PORT);
              try
                   System.out.println("socket = " + socket);
                   BufferedReader in = new BufferedReader(
                             new InputStreamReader(socket.getInputStream()));
                   PrintWriter out = new PrintWriter(new BufferedWriter(
                             new OutputStreamWriter(socket.getOutputStream())), true);
                   DataInputStream stdIn = new DataInputStream(System.in);
                   String clientInput, serverInput;
                   while (true)
                        if ((clientInput = stdIn.readLine()) != null)
                             out.println(clientInput);
                        if ((serverInput = in.readLine()) != null)
                             System.out.println("Server: " + serverInput);
                             out.println(serverInput);
                        if (clientInput.equals("end"))
                             break;
              finally
                   System.out.println("closing..........");
                   socket.close();
    }

    Hi,
    Try my code... I make use of threads.
    // server.java
    import java.net.*;
    import java.io.*;
    public class server {
         PrintWriter pr;
         BufferedReader br;
         public server(int port) throws Exception {
              System.out.println("Type the following line on the client's side:\njava client " + InetAddress.getLocalHost().getHostAddress());
              try {
              ServerSocket ss = new ServerSocket(port);
              Socket s = ss.accept();
              System.out.println("Connection opened...");
              System.out.println("Type \"END\" to close the connection...");
              pr = new PrintWriter(new OutputStreamWriter(s.getOutputStream()), true);
              br = new BufferedReader(new InputStreamReader(s.getInputStream()));
              new writeThread().start();
              new readThread().start();
              } catch (IOException ioe) {
                   debug(ioe.toString());
         public static void main(String[] args) throws Exception {
              server s = new server(1688);
         static void debug(String s) {
              System.out.println(s);
         class writeThread extends Thread {
              public void run() {
                   String l;
                   while (true) {
                        try {
                             l = new BufferedReader(new InputStreamReader(System.in)).readLine();
                             if (l.equalsIgnoreCase("END")) {
                                  pr.println("END");
                                  System.exit(0);
                             } else {
                                  pr.println(l);
                        } catch (IOException e) {}
         class readThread extends Thread {
              public void run() {
                   String l;
                   while (true) {
                        try {
                             l = br.readLine();
                             if (l.equalsIgnoreCase("END")) {
                                  System.exit(0);
                             } else {
                                  System.out.println("Client: " + l);
                        } catch (IOException e) {}
    // client.java
    import java.net.*;
    import java.io.*;
    class client {
         PrintWriter pr;
         BufferedReader br;
         public client(String host, int port) {
              try {
              Socket s = new Socket(InetAddress.getByName(host), port);
              System.out.println("Connection opened...");
              System.out.println("Type \"END\" to close the connection...");
              pr = new PrintWriter(new OutputStreamWriter(s.getOutputStream()), true);
              br = new BufferedReader(new InputStreamReader(s.getInputStream()));
              new readThread().start();
              new writeThread().start();
              } catch (IOException ioe) {
                   debug(ioe.toString());
         public static void main(String[] args) {
              client c = new client(args[0], 1688);
         static void debug(String s) {
              System.out.println(s);
         class writeThread extends Thread {
              public void run() {
                   String l;
                   while (true) {
                        try {
                             l = new BufferedReader(new InputStreamReader(System.in)).readLine();
                             if (l.equalsIgnoreCase("END")) {
                                  pr.println("END");
                                  System.exit(0);
                             } else {
                                  pr.println(l);
                        } catch (IOException e) {}
         class readThread extends Thread {
              public void run() {
                   String l;
                   while (true) {
                        try {
                             l = br.readLine();
                             if (l.equalsIgnoreCase("END")) {
                                  System.exit(0);
                             } else {
                                  System.out.println("Server: " + l);
                        } catch (IOException e) {}

  • I don't know what was wrong with the Weather in my iphone5? I can not open this program!!

    Dear All,
    I am so wonder with my iPhone about the app. Weather. I tried to open again and again but I can't still open this app.
    Pls kindly help to solve this problem and what I should do to process it..!

    try resetting the phone by holding the sleep/wake button and the home button until the phone restarts.

  • In the past I have copied music I purchased from iTunes onto a cd I could play on an older car stereo.  Now I don't know what is wrong with the cd's I create.

    I'm using the latest OS X, 10.8.5, on an iMac , 2.7GHz Intel Core i5.  iTunes 11.6.
    I've tried several formats, AIFF is the format that used to work.
    Perhaps Apple has removed this ability to burn usable music CD's, just as it quietly removed iDVD?

    Hey mathgames!
    There is an article that can help you troubleshoot this issue, and it is linked below:
    Disc Burning Quick Assist
    http://support.apple.com/kb/HT1152
    Thanks for being a part of the Apple Support Communities!
    Regards,
    Braden

  • I don't know what's wrong with iPad

    My ipad is going crazy. It's been typing on it's own, zooming and opening pages. Battery drains when I try to charge. I see many people have this same problem. Can't use ipad at all.
    Please help

    Take it to a Apple Store genius bar and if they find a hardware issue that is not fixable they will exchange for an out of warranty unit identical model
    for
    Out-of-Warranty Service
    If you own an iPad that is ineligible for warranty service but is eligible for Out-of-Warranty (OOW) Service, Apple will replace your iPad with an iPad that is new or equivalent to new in both performance and reliability for the Out-of-Warranty Service fee listed below.
    iPad model
    Out-of-Warranty Service Fee
    iPad mini
    $219
    iPad, iPad 2,
    iPad mini Retina
    $249
    iPad 3rd, 4th generation,
    iPad Air
    $299
    A $6.95 shipping fee will be added if service is arranged through Apple and requires shipping. All fees are in US dollars and are subject to local tax.
    Certain damage is ineligible for out-of-warranty service, including catastrophic damage, such as the device separating into multiple pieces, and inoperability caused by unauthorized modifications. However, an iPad that has failed due to contact with liquid may be eligible for out-of-warranty service.
    Apple reserves the right to determine whether or not your iPad is eligible for Out-of-Warranty service. Replacement iPads have a 90-day limited hardware warranty or assume the remainder of your standard warranty or AppleCare product coverage, whichever is longer. Please see theAppleCare+ for iPad and Apple Repair Terms And Conditions for further details.

  • Could you tell me why my purchase are not loading

    Could you tell me why my purchase are not loading?

    You can try resetting your iPad by simultaneously pressing and holding the Home and Sleep/Wake buttons until you see the Apple Logo. This can take up to 15 seconds so be patient and don't release the buttons until the logo appears.
    Try again to see if the problem persists.

  • My macbook pro will not boot. It gets the grey screen with the apple until the bar is half way across and then shuts down. The only screen I can get to is in safe mode and I don't know what to do with that

    my macbook pro will not boot. It gets the grey screen with the apple until the bar is half way across and then shuts down. The only screen I can get to is in safe mode and I don't know what to do with that

    Mac OS X: Gray screen appears during startup - Apple Support

  • Hello, I would just like to report the little problem with the apple store. When I try to download an app it loads for about 2 seconds and then it stops downloading! I don't know what's wrong

    Hi, when I try to download an application the app stores downloads it for about 2 seconds and then it stops downloading it! I don't know what's wrong?

    Try This...
    Close All Open Apps... Sign Out of your Account... Perform a Reset... Try again...
    Reset  ( No Data will be Lost )
    Press and Hold the Sleep/Wake Button and the Home Button at the Same Time...
    Wait for the Apple logo to Appear...
    Usually takes about 15 - 20 Seconds... (But can take Longer..)
    Release the Buttons...
    If no joy...Reset all settings
    Settings > General > Reset > Reset all Settings.
    This will return all iDevice settings to factory defaults... you will not lose any data.... But you will have to re-enter all of the device settings.

Maybe you are looking for

  • Back up contacts from cloud to samsung galaxy s5

    I just updated to the Samsung Galaxy s5 from the iPhone 4s.  I backed everything up to the cloud. It initial transfer was fine but I noticed I had a lot of duplicates. (It wasn't the clouds fault. It is because of the way I had my contacts in my blac

  • Can't transfer many photos in "JPEG/RAW" from iPadAir to iMac -10.9.5 iPhoto 9.5.1

    Can't transfer many of my photos- in "JPEG/RAW" format from my iPad Air to my iMac (OS 10.9.5; iPhoto 9.5.1). As I have done many times before when I travel, I upload photos directly from my camera to my iPad Air, and then later transfer them from my

  • How to use BAPI_ECMORD_CREATE ?

    Hi, i need some help in order to test BAPI_ECMORD_CREATE . How does it work ? It can't create change master like with cc01. CALL FUNCTION 'BAPI_ECMORD_CREATE'   EXPORTING     order_new          = 'TST_JHA01'          "name of the change master ?    

  • Coverflow for photo viewing in iPhone

    I wish the iPhone goes into coverflow mode when browsing photos on landscape orientation. double tapping a picture would zoom into the photo currently in the forefront. i wish this comes to the iPhone 3.0.

  • Lightroom 5.2 CC will not download after deleting Lightroom 5.2 from my machine

    Prior to signing up for Abobe CC Photoshop and Light room Package I had downoaded and updated my destop computer based Lightroom 5 to  5.2.  Subsequently,  I decided to register for the CC PS and LR package offer.  After registering for the clould ba