New 301 wont load YT videos

Hi. my brand new 301 will not load youtube videos. video loads to 60% and then say: no answer, try later. this happens to every singel video. any taughs how to fix this? tanks for all help.

Have you tried youtube with default or opera mini? It is a 3gp streaming and it doesn't require fast internet.
-------------------If this post helped you, click on accept as solution.------------------
-----------------------------Appreciate by clicking on white star.----------------------------

Similar Messages

  • New version wont load..Message Error 7 - Windows error 126

    new version wont load..Message Error 7 - Windows error 126

    Any update on this???? Still having the same problem.

  • My itouch 4gen wont load youtube videos but my older one could why is this?

    so i just got my new itouch and after setting it up and all that stuff, i wanted to watch a youtube clip but can't because it wont load the clip at all. My older itouch 2gen i think could play them just fine, it could load and play a 30min youtube clip without having to stop to load, the new however can't load 6min clip without having to stop every minute or so to load.This is begining to be a real problem for me as i like to watch youtube a lot, if you know of any thing that can help me out all let me know please

    Sounds like a netwok problem (buffering), See if resetting network setting solves the problem. You will have to reenter network passwords: Settings>General>Reset>Reset Network Settings

  • I cant transfer my songs from old iphone to new iphone wont load into library

    I cant transfer my songs from my iphone 3gs to my new 4s they wont load into the library ive tried everything and im stumped

    All your media should be in your library. If for some reason this is not the case you should be able to:
    Backup the device to the new installation
    Transfer your purchases into a newly authorized library
    Recover any other media using third party tools as suggested in this post from forum regular Zevoneer
    Restore the new device from the old backup
    This process should switch set up your new device with the data and settings in your apps, assuming that is waht you wanted to achieve.
    Might be prudent to attempt a backup to iCloud directly from the device before you start... Settings > iCloud > Storage & Backup > iCloud Backup > On. It won't save any media but it would preserve the general account settings and documents in case anything goes wrong while you are trying to extract your other data.
    When you get it all sorted, make a backup!
    tt2

  • New system wont load WIN XP Pro

    Hi all,
    Thanks for all of your help (see last post). I finally got my box together. The problem I have is that I cant get WIN XP Pro to install. It starts the set up and then loads a but load of drivers... then says starting Windows Setup at the bottom right of the screen. Is there something special I need to do?
    I am going to get a new Case and PSU on Monday as I found my power switch is broken on my new case...
    Athlon XP 2400+
    K7n2 D-ILSR
    BFG Asylum GF4 Ti4200
    60 GB Maxtor Diamondmax
    Liteon DVD
    Liteon CDRW
    Fudin Aluminum Case w/ 400 w Raidmax PSU
    Mushkin Level 2 Dual Pack (256x2)
    Also, my cpu fsb is set at 100 mhz, when I set it to 133 the system wont post. The sys gives me a mem error on the D bracket and beeping. Could it be my PSU? will be buying an Antec or Enermax on Monday....

    Hi,
    I have a K7N420D Pro Mobo and I had a similar problem. There were two issues:
    1. I have a PCI RAID controller (add-in card).
    2. I plugged my cable modem into my board's ethernet
       controller (I was hoping for XP to auto detect).
    I tried to install XP on a number of occasions but it failed each time - I removed both of the above and it installed first time.
    I suppose it would be a good idea to keep your Mobo peripherals to a bare minimum whilst installing XP. Install your cards/peripherals once you have XP installed.
    As to your Mem and FSB problem - I've no doubt spomeone'll be along in a minute......
    Axel

  • Stolen laptop. new one wont load the music cause the itunes is on the old 1

    someone stole my laptop that itunes was on bought a new one but itunes wont recognize the ipod as belonging to this new pc so it wont sinc the purchased songs or the podcasts how do I fix this
    < Edited by Host >

    Have you authorized the new computer? From the Store menu, chose Authorize computer. Once the computer is authorized, you should be able to transfer all of your purchases to the new computer from your iPod.
    And, you may want to have your new computer looked at as none of your punctuation keys seem to work, making it very hard to understand what you're trying to say.
    Best of luck.

  • Mozilla (specifically) wont load Youtube videos, or streamed shows, but everything else. Why?

    Most people will readily say this - but I have absolutely no idea what I've done to change any form of settings. However Mozilla won't play any Youtube videos or streamed shows. The screen just stays blank (black). I've uninstalled and reinstalled flash and that didn't fix it, and I've tried most of the troubleshooting options, none seem to work.
    I've opened up Internet Explorer and they have no problems playing any video. It's just Mozilla. I'm not too sure what the issue is. I've googled such problems and any form of related issues seem to want to clear any cache or cookies - didn't work.
    Anyways, any and all help would be greatly appreciated. Thank you

    The most likely cause is the latest Flash update. Please see this article for more information: [[Flash 11.3 doesn't load video in Firefox]].

  • When I click something that opens a new window, the new window wont load??

    can anyone help? It's usually when I click on like a "chat live" link for a website like zappos, or my cable company.

    Thanks
    My system is Windows 7 SP1 fully updated with Norton 360 a/v
    My problem is as follows:
    Installed Firefox with no difficulty
    It opened normally
    Used and setup Google News UK as default page with no difficuly and page opened normally.
    But then trried to open individual items in Google News and every time got message Internet Explorer cannot open this site
    Set up a bare Windows 7 SP1 drive and installed Firefox and continued with same message when opening items on the page
    I also use both MSN and Yahoo browsers and neither have any problems
    I have repeated the process in Windows 8 beta with the same result
    Daniel

  • New Form Wont Load C# THrowing exeption

           private void button1_Click(object sender, EventArgs e)
                MainTool form = new MainTool();
                this.Hide();
                form.Show();
    this is what i have on a button on a blank form....i have done this beccause VS willnot open my "MainTool".... when i press this button i get an exception:
    A first chance exception of type 'System.TypeInitializationException' occurred in WindowsFormsApplication10.exe
    Additional information: The type initializer for 'WindowsFormsApplication10.MainTool' threw an exception.
    If there is a handler for this exception, the program may be safely continued.
                Please help as this was working earlier and out of nowhere stopped......i have NO errors and wtill this crap please help ASAP

    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Linq;
    using System.Text;
    using System.Threading.Tasks;
    using System.Windows.Forms;
    namespace WindowsFormsApplication10
    public partial class Form1 : Form
    public MainTool mainToolFrm;
    public Form1()
    InitializeComponent();
    private void button1_Click(object sender, EventArgs e)
    this.Hide();
    mainToolFrm = new MainTool(this);
    mainToolFrm.Show();
    MainTool form with only ar closed event.
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Linq;
    using System.Text;
    using System.Threading.Tasks;
    using System.Windows.Forms;
    namespace WindowsFormsApplication10
    public partial class MainTool : Form
    private Form1 form1;
    public MainTool(Form1 form1)
    InitializeComponent();
    this.form1 = form1;
    private void MainTool_FormClosed(object sender, FormClosedEventArgs e)
    form1.mainToolFrm = null;
    form1.Show();
    You will be able to go back and forth as much as you want.
    Good Luck

  • Flash video/audio player wont load in htm page

    Hi everyone,
    Im trying to use that neat new option in flash 8, import
    video/audio, im trying to add a player to this page but the player
    just wont load, i know the files and folders are in the correct
    place, im confused, can anyone help me understand why its not
    showing.
    it shows when i test view from my PC, but uploaded to my
    server the page doesnt work?
    I never have problems with flash normally.
    many thanks
    Tobes

    thanks man, ive fixed it now thats why you can see them,
    really apreciate you having a look tho, thats our new compilation
    CD coming out soon.
    if anyone is intersted, the problem was a mime setting on
    windows server 2003, you need to add a new MIME type in the IIS.
    Cheers

  • I transfered music from my ipod to a new itunes library (new PC).  The music plays in itunes but when I sync my ipod and try to drag songs from the itunes library to the ipod it wont load.  It shows a circle with aline through it.

    I transfered music from my ipod to a new itunes library (new PC).  The music plays in itunes but when I sync my ipod and try to drag songs from the itunes library to the ipod it wont load.  It shows a circle with aline through it.

    Have you selected manually manage music?

  • I downloaded songs to my phone at xmas and when i plugged in to my laptop it wiped the phone of new purchases when i try and download them to my computer in itunes via previous purchesses it wont load the list and i keep getting error 10053 can any1 help

    i downloaded songs to my phone at xmas and when i plugged in to my laptop it wiped the phone of new purchases when i try and download them to my computer in itunes via previous purchesses it wont load the list and i keep getting error 10053 can any1 help

    Syncing shouldn't trouch you photos unless you have photos in a Photo Library album.  These would be photos that were synced to your phone from your computer.  If you do have any, you'll need to use an app like PhotoSync to transfer them to your computer prior to syncing.
    If you prefer to backup your camera roll photos prior to syncing, open iTunes and go to Preferences>Devices and check "Prevent...from syncing automatically".  Then connect your phone to your computer and import them as explained here: http://support.apple.com/kb/HT4083.
    Then, to minimize data loss, follow the steps in this user tip: https://discussions.apple.com/docs/DOC-3141.  To follow the steps, first open iTunes and go to View>Show Sidebar.  Also, Transfer Purchases is now located in File>Devices.

  • Quicktime wont load because the installer thinks I have a newer level quicktime installed already.

    quicktime wont load because the installer thinks I have a newer level quicktime installed already.  Thus the newest level of iTunes and quicktime will not install, help... Thanks.

    Unfortunately, this sort of trouble has gotten more complicated to deal with ever since Microsoft pulled the Windows Installer CleanUp utility from their Download Center on June 25. First we have to find a copy of the utility.
    Let's try Googling. (Best not to use Bing, I think.) Look for a working download site for at least version 3.0 of the Windows Installer CleanUp utility. (The results from mydigitallife and Major Geeks are worth checking.)
    After downloading the utility installer file (msicuu2.exe), scan the file for malware, just in case. (I use the free version of Malwarebytes AntiMalware to do single-file scans for that.)
    If the file is clean, to install the utility, doubleclick the msicuu2.exe file you've downloaded.
    Now run the utility ("Start > All Programs > Windows Install Clean Up"). In the list of programs that appears in CleanUp, select any QuickTime entries and click "Remove".
    Restart the PC, and try another install. Does it go through properly this time?

  • Itunes wont load new music to touch. have updated restarted and reset. what now?

    i bought new music from itunes. it show in my itunes list. it wont load to my touch. i have updated and redownloaded itunes. i have restarted and rest my touch. restarted my computer. but it will sync but the new stuff isnt going into touch. help

    Do you have the right boxes checked?
    iTunes 11 for Windows: Syncing overview
    iTunes 11 for Windows: Set up syncing for iPod, iPhone, or iPad
    Have you successfully synced from this computer/iTunes library before?

  • PLEASE HELP - ITOUCH WONT LOAD VIDEOS OR MUSIC OR PODCASTS!!!!

    i have a 16g itouch 1st gen and it will not load my videos, music, or podcasts. each time i select music/video from home screen, i get a white screen for 15-25 seconds and then returns to home screen.
    internet works fine
    i tried soft reset and hard reset. this did not fix the problem
    any ideas / suggestions before i restore and lose all my data ?????
    thanks

    took my itouch back to store - they are shipping it back to apple
    hopefully i dont lose all my data or they replace it with a new one

Maybe you are looking for

  • ITunes Freezes on Windows XP Pro

    My iTunes application freezes after I import music. I tried to uninstall and re-install (Including clean up of all preference files etc.) no change. After it freezes I have to "End Application" at that point iTunes goes away and I loose Internet conn

  • Conversion Error in CONVERT_RTF_TO_ITF

    Dear all, I´m using FM CONVERT_RTF_TO_ITF to convert contents of an .rtf document to SapScript format. This basically works fine. Since the customer is based in Austria, there is a need to convert german special characters in the text as well (ä, ö,

  • URGENT: system error - Maual restart possible

    Hi Experts, I'm facing a problem in Xi prodoction. Both inbound and outbound are throwing system error - Maual restart possible. The user is restarting manually in order to post the invoice. Basically this is retail project, from POS s/w to Xi to SAP

  • First page after installation

    Hi, I've just downloaded (from otn web site) and installed (on my winxp pro notebook) html db to a just created 10g personal edition db. I'm not able to find the right url to login to html db ... the url http://hostname:7778/pls/htmldb/htmldb_login d

  • I did not make a back up for my administrator password, can i reset it anyway?

    need to get into my administrator user and forgot my password, did not make a back up