How to localize youtube in my atv3?

as title, i'm in hong kong but watching US youtube most viewed list.
how to change it to hong kong?

Hi Xavier,
The basics here are pretty easy - essentially, we have a static accessor,
Localization.impl, which is an instance of ILocalizationManager. Here's the
interface :
    public interface ILocalizationManager
        function getString(p_inStr:String):String;
        function formatString(p_inStr: String, ...args):String;
The default implementation just returns the input string - essentially does
nothing. For the whiteboard, all the strings you'll need are processed by
"getString", so your formatString doesn't need to do anything.
To insert your own localization, simply make your own implementation of
ILocalizationManager, then assign it :
Localization.impl = new MyCustomLocalizationManager();
I know that this doesn't conform to the resourceBundle approach Flex uses,
but we have to live across non-Flex and Flex frameworks. Still, it should be
trivial to take a resourceBundle and build an ILocalizationManager which
draws its strings from it, if that's what you'd like to do.
  hope that helps!
  nigel

Similar Messages

  • How to download youtube videos on Macbook Pro

    how to download youtube videos on Macbook Pro?

    If I told you how, I'd also have to get rid of this thread.  We can't discuss how to circumvent copyright restrictions, and many Youtube videos have just that.

  • How to download youtube videos to ipad without using a computer.

    How to download youtube videos to ipad without using a computer???  Looking to download some videos people created using Dr. Jean music.  My kid used Dr. Jean in preschool and wanted to keep singing them at home.
    Looking for a friend that doesn't use a computer.  I myself have downloaded some kids educational stuff and added to itunes and then put on ipod/ipad using firefox. 
    Is there an easy way, so they don't go to the photo roll??
    thanks in advance.

    There are some Apps you can use, but be careful they will only download these videos inside the App, so you won't ba able to play them in your video app or share them.
    Most popular is the app called "Video Download" but there are a lot of alternatives for free and even with more quality which you can pay for.

  • How to register youtube videos on mac hard drive?

    how to register youtube videos on mac hard drive?
    iMac 21.5 po, mid 2010 .Processor Intel i3

    You cannot. Doing so would violate YouTube's Terms of Use.
    Best of luck.

  • Tutorial: How To Improve YouTube Playback on iBook G3 (Dual USB)

    Disclaimer: Apple does not necessarily endorse any suggestions, solutions, or third-party software products that may be mentioned in the topic below. Apple encourages you to first seek a solution at Apple Support. The following links are provided as is, with no guarantee of the effectiveness or reliability of the information. Apple does not guarantee that these links will be maintained or functional at any given time. Use the information below at your own discretion.
    This is a brief tutorial on how to improve YouTube video playback on an Apple iBook G3. As of now, I have only tested this method on my own iBook. iBook's with lower specs than the 900 MHz model may not receive the same performance upgrade from this brief tutorial. With that said, here is what you can do to attempt to make YouTube more functional on your iBook G3.
    1) If the iBook is running Mac OS X 10.4 (Tiger), disable Dashboard and Spotlight:
    While widgets are fun and Spotlight is a useful quick search tool, they are known resource consumers that make video playback problematic for older Mac laptops, such as the iBook G3. To accomplish this, you will have to use the Terminal. Once the Terminal is open, enter the following command
    {color:purple}defaults write com.apple.dashboard mcx-disabled -boolean YES{color}
    After entering this command, you will then need to restart the Dock (Dashboard is owned by the Dock). To do so, again, using the Terminal, you will enter the following command.
    {color:purple}killall Dock{color}
    You may still see the Dashboard icon in the Dock, but clicking on it should do nothing.
    For the next part, you will use the Terminal to disable Spotlight. Open the Terminal and enter the following command.
    {color:purple}sudo nano /etc/hostconfig{color}
    This will bring up a configuration listing. Use the arrow keys to scroll down and change the value, SPOTLIGHT=-YES-, to SPOTLIGHT=-NO-.
    From here, you should press Ctrl+X to exit, upon which it will ask if you want to save. Follow the on screen prompts to save, and exit out of the Terminal. Spotlight will still appear in the corner of your screen, but it won't search for anything. Now on to the next step.
    2) For any video URL on YouTube, add &fmt=5 to the end of the URL, and this will force videos to run in quarter VGA mode (320x240). The video quality will be degraded, but you should maintain a stable frame rate that is uninterrupted and capable of streaming without the need to pause and wait for the entire video to load.
    This method has worked for me for old and new videos alike. Unfortunately, I have not found a way to make iTunes/Quicktime force videos into a low resolution mode, so this fix will only resolve video playback involving YouTube.
    *To restore functionality to Dashboard and Spotlight:*
    1) How to Restore the Dashboard
    Open the terminal and input the following command
    {color:purple}defaults write com.apple.dashboard mcx-disabled -boolean NO {color}
    After entering this command, you will have to restart the Dock. To do so, enter the following command into the terminal
    {color:purple}killall Dock{color}
    Now, can drag the Dashboard icon back to the Dock, or if you did not remove it to begin with, it should function once again.
    2) How to restore Spotlight
    Open the terminal and enter the following command
    {color:purple}sudo nano /etc/hostconfig{color}
    This will open up a config file. Scroll down (using the arrow keys) to the portion that says SPOTLIGHT=-NO- and change the value so that it says SPOTLIGHT=-YES-
    Exit the config file by pressing Ctrl+X. Follow the onscreen prompts to save the config file, and you are allset.
    Best of luck to you all. I hope that this tutorial has been helpful.
    This is the 2nd version of this tip. It was submitted on May 19, 2010 by Macology, with thanks to Ronda Wilson.
    Do you want to provide feedback on this User Contributed Tip or contribute your own? If you have achieved Level 2 status, visit the User Tips Library Contributions forum for more information.

    Disclaimer: Apple does not necessarily endorse any suggestions, solutions, or third-party software products that may be mentioned in the topic below. Apple encourages you to first seek a solution at Apple Support. The following links are provided as is, with no guarantee of the effectiveness or reliability of the information. Apple does not guarantee that these links will be maintained or functional at any given time. Use the information below at your own discretion.
    This is a brief tutorial on how to improve YouTube video playback on an Apple iBook G3. As of now, I have only tested this method on my own iBook. iBook's with lower specs than the 900 MHz model may not receive the same performance upgrade from this brief tutorial. With that said, here is what you can do to attempt to make YouTube more functional on your iBook G3.
    1) If the iBook is running Mac OS X 10.4 (Tiger), disable Dashboard and Spotlight:
    While widgets are fun and Spotlight is a useful quick search tool, they are known resource consumers that make video playback problematic for older Mac laptops, such as the iBook G3. To accomplish this, you will have to use the Terminal. Once the Terminal is open, enter the following command
    {color:purple}defaults write com.apple.dashboard mcx-disabled -boolean YES{color}
    After entering this command, you will then need to restart the Dock (Dashboard is owned by the Dock). To do so, again, using the Terminal, you will enter the following command.
    {color:purple}killall Dock{color}
    You may still see the Dashboard icon in the Dock, but clicking on it should do nothing.
    For the next part, you will use the Terminal to disable Spotlight. Open the Terminal and enter the following command.
    {color:purple}sudo nano /etc/hostconfig{color}
    This will bring up a configuration listing. Use the arrow keys to scroll down and change the value, SPOTLIGHT=-YES-, to SPOTLIGHT=-NO-.
    From here, you should press Ctrl+X to exit, upon which it will ask if you want to save. Follow the on screen prompts to save, and exit out of the Terminal. Spotlight will still appear in the corner of your screen, but it won't search for anything. Now on to the next step.
    2) For any video URL on YouTube, add &fmt=5 to the end of the URL, and this will force videos to run in quarter VGA mode (320x240). The video quality will be degraded, but you should maintain a stable frame rate that is uninterrupted and capable of streaming without the need to pause and wait for the entire video to load.
    This method has worked for me for old and new videos alike. Unfortunately, I have not found a way to make iTunes/Quicktime force videos into a low resolution mode, so this fix will only resolve video playback involving YouTube.
    *To restore functionality to Dashboard and Spotlight:*
    1) How to Restore the Dashboard
    Open the terminal and input the following command
    {color:purple}defaults write com.apple.dashboard mcx-disabled -boolean NO {color}
    After entering this command, you will have to restart the Dock. To do so, enter the following command into the terminal
    {color:purple}killall Dock{color}
    Now, can drag the Dashboard icon back to the Dock, or if you did not remove it to begin with, it should function once again.
    2) How to restore Spotlight
    Open the terminal and enter the following command
    {color:purple}sudo nano /etc/hostconfig{color}
    This will open up a config file. Scroll down (using the arrow keys) to the portion that says SPOTLIGHT=-NO- and change the value so that it says SPOTLIGHT=-YES-
    Exit the config file by pressing Ctrl+X. Follow the onscreen prompts to save the config file, and you are allset.
    Best of luck to you all. I hope that this tutorial has been helpful.
    This is the 2nd version of this tip. It was submitted on May 19, 2010 by Macology, with thanks to Ronda Wilson.
    Do you want to provide feedback on this User Contributed Tip or contribute your own? If you have achieved Level 2 status, visit the User Tips Library Contributions forum for more information.

  • Tutorial: How To Improve Youtube Playback on iBook G3

    Salutations,
    this is a brief tutorial on how to improve Youtube video playback on an Apple iBook G3. As of now, I have only tested this method on my own iBook. iBook's with lower specs may not receive the same performance upgrade from this brief tutorial. With that said, here is what you can do to make Youtube functional on your iBook G3.
    1) Disable Dashboard and Spotlight:
    While widgets are fun and Spotlight is a useful quick search tool, they are known resource consumers that make video playback problematic for older Mac laptops, such as the iBook G3. To accomplish this, you will have to use the terminal. Once the terminal is open, enter the following command
    defaults write com.apple.dashboard mcx-disabled -boolean YES
    After entering this command, you will then need to restart the Dock (Dashbaord is owned by the Dock). To do so, again, using the terminal, you will enter the following command.
    killall Dock
    You may still see the Dashboard icon in the Dock, but clicking on it should do nothing.
    For the next part, you will use the terminal to disable Spotlight. Open the terminal and enter the following command.
    sudo nano /etc/hostconfig
    This will bring up a configuration listing. Use the arrow keys to scroll down and change the value, SPOTLIGHT=-YES-, to SPOTLIGHT=-NO-.
    From here, you should press Ctrl+X to exit, upon which it will ask if you want to save. Follow the on screen prompts to save, and exit out of the terminal. Spotlight will still appear in the corner of your screen, but it won't search for anything. Now on to the next step.
    2) For any video URL on Youtube, add &fmt=5 to the end of the URL, and this will force videos to run in quarter VGA mode (320x240). The video quality will be degraded, but you should maintain a stable frame rate that is uninterrupted and capable of streaming without the need to pause and wait for the entire video to load.
    This method has worked for me for old and new videos alike. Unfortunately, I have not found a way to make iTunes/Quicktime force videos into a low resolution mode, so this fix will only resolve video playback involving Youtube. Best of luck to you all. I hope that this tutorial has been helpful.

    Others have suggested that you may want to tell users how to revert to the original settings.
    I'm working on getting this posted as a User Tip. Would you like to add instructions on how to regain Dashboard and Spotlight functionality?

  • How to play Youtube on my W995??

    How to play youtube application on W995? It keep on buffering, but failed at last!

    Main menu--Settings--Connectivity--Streaming settings: make sure the Connect to setting is the same as that for your Internet settings and if you're using wifi, make sure that the Allow local conn (for both Internet and Streaming settings) is set to Yes.

  • How to fix youtube plugin in mountain  lion ?

    how to fix youtube plugin in mountain  lion ?

    Please follow these directions to delete the Mail "sandbox" folder.
    Back up all data.
    Triple-click the line below to select it:
    ~/Library/Containers/com.apple.mail
    Right-click or control-click the highlighted line and select
    Services ▹ Reveal
    from the contextual menu.* A Finder window should open with a folder named "com.apple.mail" selected. If it does, move the selected folder — not just its contents — to the Desktop. Leave the Finder window open for now.
    Quit and relaunch Mail, and test. If the problem is resolved, you may have to recreate some of your Mail settings. You can then delete the folder you moved and close the Finder window. If you still have the problem, quit Mail again and put the folder back where it was, overwriting the one that may have been created in its place. Post your results.
    Caution: If you change any of the contents of the sandbox, but leave the folder itself in place, Mail may crash or not launch at all. Deleting the whole sandbox will cause it to be rebuilt automatically.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard (command-C). In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar, paste into the box that opens (command-V). You won't see what you pasted because a line break is included. Press return.

  • How to play YouTube videos in HD on iPhone over cellular?

    Does anyone know how to play YouTube videos using the Google YouTube app in HD on the iPhone over cellular? I'm asking because I have an iPhone 5 with a large LTE data plan, which I don't mind using a bit more data for better clearity on the videos. I know in the past people have suggested to use YouTube in the Safari broswer to view videos in HD, but I find it to be non-consistant. Anyone have a better idea how to watch YouTube videos in HD on iPhone/iPad over cellular (3G/LTE)?

    Did you use iAD to create the widget?   If  you did...  then there support  group  should have answers.
    If you used one of the widgets in iBA  - as you have  had no suggestion for a fix... you will need to contact iBooks support.
    The  More Like This column on the right shows links to similar problems.
    It would  seem to be  related to  your  use of  You Tube and Vimeo content or maybe its how you  put the  widget content  together.
    Have  you search the iBA help files, previous posts and the iBA  tips?

  • How to view youtube videos from iphone 4 to tv using composite AV cable

    Hi,
    Can any one please help me as to how to view youtube online videos on TV through my iphone 4. I tried connecting the iphone 4 and TV with a composite AV cable however I can hear only the audio but am not able to view the videos.

    It seems so stupid that you cant sort videos by date. Some please tell is that we are idiots and tell us how? And if u simply cant, well a big shout out goes to google for being right on top of things. I hate google! Company is too big and they cant keep up apparently. Sooo much junk on you tube and they cant give us filter and sort options on the most widely used tablet on the market.? Gawd pleeeeze tell me im an idiot!

  • How to make youtube video gallery auto play (&autoplay=1) work properly?

    Does anybody know how to make youtube videos play when clicked on the thumbnails in the video gallery? I have added the auto play function in the iframe code
    (<iframe width="600" height="335" src="http://www.youtube.com/embed/lwnhB8PEuDY? rel=0&autohide=1&showinfo=0&autoplay=1&theme=dark&color=white&modestbranding=1" frameborder="0" allowfullscreen></iframe>)
    for both videos but both videos play at the same time. The videos stop playing at the same time when once clicked on one of the thumbnails.
    Here is html test file and Muse project file to see what I mean.
    Help would be much appriaciated.
    Silvis.

    Hi Vinayak,
    Thank you for you response.
    Here silvis.co.uk/muse_test.zip is a valid link.

  • Hi will u plz help me how to get youtube on my iPad

    Hi guys will u plz help me how to get youtube apps on my iPad &amp; iPhone ?
    Thx

    It's now not part of iOS 6. However, you can download the YouTube app at http://itunes.apple.com/app/youtube/id544007664.
     Cheers, Tom

  • How to download youtube vimeo safari 7.1

    Does anyone know how to download youtube and vimeo from safari 7.1

    Try Niel's suggestion here >  https://discussions.apple.com/message/12087509?messageID=12087509#12087509?messa geID=12087509

  • I. Lost my iPhone ..how to localize it?? Please

    I lost my iPhone how to localize it.. Please

    What To Do If Your iDevice or Computer Is Lost Or Stolen
    If your Mac, iPhone, iPod, iPod Touch, or iPad is lost or stolen what do you do? There are things you should do in advance - before you lose it or it's stolen - and some things to do after the fact. Here are some suggestions:
      1. Reporting a lost or stolen Apple product
      2. Find my lost iPod Touch
      3. AT&T, Sprint, and Verizon can block stolen phones/tablets
      4. What-To-Do-When-Iphone-Is-Stolen
      5. Lost or Stolen iPhone? Here’s What to do
      6. 6 Ways to Track and Recover Your Lost/Stolen iPhone
      7. Find My iPhone
    It pays to be proactive by following the advice on using Find My Phone before you lose your device:
      1. Find My iPhone
      2. Setup your iDevice on MobileMe
      3. OS X Lion- About Find My Mac
      4. How To Set Up Free Find Your iPhone (Even on Unsupported Devices)
    Third-party solutions for computers:
      1. VUWER 1.5.4
      2. Sneaky ******* 0.2.0
      3. Undercover 4.7
      4. LoJack for Laptops Premium Mac
      5. STEM 2.1
      6. MacPhoneHome 3.5

  • How to block youtube and facebook via HTTPs in CX on ASA-X ?

    How to block youtube and facebook via HTTPs in CX on ASA-X ?
    now i use decrypt feature on CX module but can not block https traffic. Could you help me.

    Hi,
    Double-check your CX configuration with this guide:
    http://tools.cisco.com/squish/fCA6D
    And make sure you are redirecting HTTPS traffic to the CX
    Luis Silva
    "If you need PDI (Planning, Design, Implement) assistance feel free to reach us"
    http://www.cisco.com/web/partners/tools/pdihd.html

Maybe you are looking for