Movie genres not working in UK

Since updating to 7.0.2 the movie genres option doesn't seem to work.
How do I select movies to rent or buy if I can't browse the genres?

Apple Support's response was to restart my router and Apple TV.
Unfortunately this has not solved the problem.
Movie genres still not working for me here in UK.
I guess we will have to wait for a fix at Apple's end.

Similar Messages

  • Downloaded Movies suddenly not working. Appear to be running but screen blank. Music works OK

    Downloaded Movies suddenly not working. Appear to be running but screen blank. Music works OK

    Hi Dingo1936,
    That's unusal that downloaded movies would stop playing correctly. Try running through the troubleshooting article below.
    Troubleshooting iTunes for Windows Vista or Windows 7 video playback performance issues
    http://support.apple.com/kb/ts1718
    -Jason

  • Bah! Publishing or "test movie" do not work on new machine

    Bah! Publishing or "test movie" do not work on new machine. I
    repaired all permissions, saved as different file names, and I
    still get a "Be sure destination file is not locked..." This even
    happens on Adobe's sample files! Fresh install (CS 4), fresh
    operating system, new iMac. Thank you for your help, guys and
    gals.

    Nevermind, I got it. I had to change the publishing directory
    to a different one.

  • Airplay from quicktime movie does not  work

    I just updated my iPad2 to iOS5 and my ATV2 to the latest version (4.4, I believe). Both are working fine and runnin the new versions.
    Then I started Safari on the iPad2, loaded the page with the iPhone 4S presentation and played it. Plays fine on the iPad. Then I select the airplay button and it lets me choose between iPad and Apple TV. Good too. But the Apple Tv fails with a complaint about not being able to play the type of content.
    Should this not just work?
    Thanks.

    Thank you. I converted the file to .MOV and it now works on Safari but has not worked on Firefox (have not tried yet on a Windows based machine). At least headed in the right direction. I will also contact 1and1. Thanks again.

  • Quicktime movie does not work on hosted iWeb website

    Problem: I have a media file portion on my iWeb designed website that displays pictures (working very well) and one that is supposed to show a movie (not working at all). The movie was made with iMovie and has an .m4v extension. When you click on the link for the movie it shows a blank screen on Firefox and a Quicktime logo with a big question mark on Safari. I'm attempting to view the website on my Mac with the latest Quicktime software on it but it doesn't work. Any ideas on how to fix it?
    Some additional info: the hosting provider is 1and1.com and I have a Windows server package (unfortunately). Also, if I publish the site to a folder the movie area works flawlessly, it just does not work on the hosted site.
    Thanks!!

    Thank you. I converted the file to .MOV and it now works on Safari but has not worked on Firefox (have not tried yet on a Windows based machine). At least headed in the right direction. I will also contact 1and1. Thanks again.

  • The Move Tool not working in InDesign CC 2014, no click-and-drag. What Can I do to fix it?

    It just started not working this week. I am unable to click-and drag anything in my document with the Move Tool. I have noticed that I can click-and-drag objects if I switch to the Free Transform Tool. Ok work around for now but I want to fix the issues. I have tried deleting the preferences and reinstalling the program but with no luck.
    Anyone have any suggestions?

    OSX 10.10.1 Yosemite
    iMac (27-inch, mid 2011)
    2.7 GHz Intel Core i5
    4GB 1333 MHz DDR3 Ram
    AMD Radeon HD 6770M 512MB
    I have looked into replacing my preferences but I cannot find a good preferences in which to copy and use.

  • Button within a movie clip not working

    Hiya,
    I have a movie clip within my swf website that is basically
    an icon that you roll over to produce the menu. The movie clip has
    coding inside it to produce the rollover effect. This is as
    follows:
    stop();
    this.onEnterFrame = function(){
    if(rewind == true){
    prevFrame();
    this.onRollOver = function(){
    rewind = false;
    play();
    this.onRollOut = function(){
    rewind = true;
    Whilst this coding works fine for this movie clip, for some
    reason the buttons within the movie clip that appear as you
    rollover them will not work when pressed. I am trying to get them
    to navigate the main timeline, i.e. coding as follows:
    on (release) {
    _parent.gotoAndPlay("home")
    _parent should be correct, I've tried it without and with
    _parent._parent however still it has no effect. From what I can see
    everything should be working fine.
    Is there some reason why buttons will not work within this
    sort of roll over effect movie clip?
    Thanks for your help.

    you can't assign mouse handlers to a parent movieclip and
    expect a child movieclip to respond to mouse events: the parent
    will intercept those events.
    to remedy, either assign all your mouse handlers on the child
    generation movieclips or use a hitTest() for one of the
    generations.

  • Button w/in movie clip not working

    I know this question has been raised before and it usually
    just boils down to using the frame #'s and labels. But, even with
    that it is not working.
    I have a map of the US and when each state is rolled over I
    would like a menu to appear - this menu is a list with several
    options and all of the options are buttons. I have it set up so
    that each state is its own MovieClip and each has an invisible
    button over it for the hit area and the menu to appear. (i didn't
    want it to be simply when it rolls over the state movie clip
    because the hit would be square, covering other states and causing
    a mess of pop up menus)
    Anyway, the menu pops up fine, but the buttons within do not
    work. Any ideas of what I'm doing wrong? Thanks Much!!!!
    wi_mc.stop(); // wi_mc is the state movie clip
    wi_btn.onRollOver = function(){ //wi_btn is the invisible
    button
    wi_mc.gotoAndStop(15); //frame 15 is where my menu resides
    wi_btn.useHandCursor = false;
    wi_mc.onRollOut = function(){
    wi_mc.gotoAndStop(1);

    Alright, I've made adjustments to how I've got it all set up.
    I've made the menu it's own swf file, (seeing as how I'm going to
    have 48 of them in total I figured it was less messy to have each
    as their own file). Anyways... here's the current problem and I'm
    hoping someone has a good explaination for why this would be
    happening...
    on my main file I have 2 invisible buttons - 1 is calling the
    movie to load when rolled over and the other is calling the movie
    to unload when a roll-out occurs. RollOver works great - fully
    functional menu shows up. Roll out, however, is having some issues.
    The invisible button is in the same location of the menu, same size
    etc. so that when the user rolls away from this the menu should
    "unload".
    For some reason it's acting as if the hit area for the roll
    out is off. I did a trace to find out where it's saying the rollout
    areas are and the first is actually when I roll onto it, then only
    again when i roll out from the left side of the graphic. I've tried
    deleting the button and creating a new one but the same thing is
    happening.
    Any ideas for a very confused person trying to complete this
    simple task of unloading a swf via rollout? MUCH appreciated!!!!
    this.createEmptyMovieClip("ExternalSWFHolder",
    this.getNextHighestDepth());
    var SWFLoader:MovieClipLoader = new MovieClipLoader();
    wi_btn.onRollOver = function(){
    SWFLoader.loadClip("wi_menu.swf", ExternalSWFHolder);
    wi_rollout.onRollOut = function (){
    SWFLoader.unloadClip(ExternalSWFHolder);

  • FCP Quicktime movie files not working with iDVD

    I have been using iDVD for years with no issues. Now, whenever I export a QT file from FCP 7 and use it in iDVD, I get a blank screen with audio and no video.
    I am able to work around the problem by using "Export Using Qucktime Conversion" and creating a smaller file, but I've never had to do that before. What in the world am I missing here? Shouldn't I be able to export as a QT movie, as long as the file is not gigantic? (the most recent one I used and had this problem occur was only about 500mb). Thanks for any help...
    Ben

    Hmmm,
    Well this is helpful information but unfortunately didn't solve my problem. The movie in question is only 5 1/2 minutes long. When I export it as a QT movie, iDVD "acts" like everything is fine; I can preview it within iDVD, etc.But when I burn the disc, it comes out blank. I then went back to FCP and exported it using QT conversion, and the DVD burned just fine. (I exclusively use Taiyo Yuden media and have never had a bad disc).
    This is just a simple 16:9 movie, shot at 720/30p on a Canon DSLR. I ingested with Log and Transfer using ProRes422, then dropped it onto the timeline, added a music track, rendered, and exported as Quicktime movie. It looks great on my desktop using the QT player, but it simply will not work in iDVD.  Still stuck here...
    Ben

  • Photoshop CS5 Move Tool Not Working?

    Please help. I am using Photoshop CS5 and my Move tool is not working. I just don't know what to do. I am making photobooks with a software plug-in, "Album DS", and for the last couple of months everything worked perfectly. Then, all of sudden, when I load up photos onto an album page, with the Move tool, I no longer get the crop markings around the photos to enlarge, decrease, or even move the photos. I have tried using the Move tool without the software and it still does not work.

    I just figured this out 5 minutes ago, by mistake I might add.  How in the world did you know this? Thanks.

  • PS CS5 - rounded rectangle and move tool not working..?

    CS5 Photoshop
    I have just noticed that my rounded rectangle tool is not working properly. When I click and drag nothing is visible, when I release it floods my whole image with my selected color. I have tried all of the other tools and they work properly. I have tried restarting, compared settings with other tools, and checked for updates. Nothing is working and any help would be appreciated.
    Also, I have what appears to be a common problem with my move tool. I click, drag, and drop only to have the selected image snap back to its original position. I have an intuos 5 connected, is this the culprit?
    Thanks in advance...

    I can't help with the snap to edge problem, but if you select your rounded rectangle shape tool, and click on the Cog in the Options bar, I suspect you have a fixed size set, and that it is bigger than your canvas.

  • TS3274 My iPad music and movie is not working what to do?

    My iPad music and movie not working now please help

    What do you mean not working now? Did you update the iOS? Did you do something that may have caused this? A few more details ......

  • 2/3 of 3D VOD movie trailers not working on LG 55LW5600

    I just received my new 3D set LG 55LW5600. I tried out the 3D movie trailers and found about 70% of those not working at all at least with my TV set.
    Pirates, Gforce and a few more were working excellent, however most failed with 2 totally different pictures (obviously left and right) on the TV.
    I am aware that you need sometimes change the settings for 3D from left/right to right/left and / or left / right to up down, however no setting worked for these movies
    In my opionion these trailers do not show in 3D. Instead they show in 2D with a 3D signal being sent to the TV. Therefore the picture is cut in half by the TV and shown to the left / right eye.
    Hopefully somebody here can check in this issue.

    You can replicate my problem. It seems that those movies show in side-by-side mode and are correctly recognized by the TV. The not working movies are either interlaced or whatever mode (not side-by-side), however the LG does not give you the opportunity to change the 3D mode here.
    When watching those not working movies in 2D mode, you can see 1 pretty clear picture not 2 as with side-by-side movies (the ones working). Interestingly the menu which the Verizon set-top box is producing is shown as 2 pictures side by side. So the settop box sees these 3D movies as side by side and creates it's menu for that, but the videos are not side-by-side.
    So I assume the settop box does incorrectly recognize what 3D mode this video is in (maybe it only supports side by side???) and therefore the TV is switching to a wrong mode.
    Can a Verizon technician help here? I definitly assume this to be an internal problem with Verizon or the settop box, so any technician would just be a waste of time.
    It is easy to replicate. Just watch the 3D videos on a 2D TV. Do you see 2 pictures side by side or just one? You should see one except for the movies in the previous post.
    Then access the menu of the settop box and you should see 2 menues side-by-side.
    This cannot be right!!!

  • Full Screen movies do not work in Firefox

    Hi All,
    I am having a problem publishing Flash 8 movies full screen.
    They are fine in Internet Explorer. But Firefox crops the full
    screen so that you only see a portion of the full screen movie.
    I am using Firefox 2.0.0.4, as well as version 2.0.0.6 on my
    laptop. Can't get full screen to work in Firefox most of the time,
    but occasionally it seems to work. Is this a Firefox problem, or
    Captivate problem?
    An example, look at the full screen movie:
    http://www.ikebarberlearningcentre.ubc.ca/health/tutorials/Google/Google%20Tutorial%20for% 20Health_fs.htm
    Thanks, Suzan

    Mmm.. Interesting... because I am using Firefox 2.0.0.4. I am
    also using Firefox 2.0.0.6 on my laptop like you are, and it seems
    to work fine. I guess it don't understand the technical details of
    why full screen will not work on Firefox. What I find interesting
    is that some of my full screen movies do work fine on 2.0.04. I
    wonder if it the Flash Version in which the full screen is
    published? I will try some further testing.
    I am concerned because there are likely many users of earlier
    Firefox versions, and I need to produce a full screen which will
    work no matter which Firefox Version you use.
    Thanks!
    Suzan
    quote:
    Originally posted by:
    jbradley88
    It worked fine for me in Firefox 2.0.0.6 with Flash Player
    Plugin version 9.0.45.0 at a screen resolution of 1280x1024.
    Is your problem that the browser window refuses to display at
    full screen or is the Flash movie itself not showing at it's proper
    size? Knowing that would at least help us know where to look.

  • New movies files not working properly

    Hello,
    I have a new all in one HP pc with Windows 8. I have completed all pc updates and including latest Java. I have downloaded Itunes 12 and imported my old Itunes library from my network drive. My itunes library was created on an XP system and I still have it mapped to my Network Drive as it is 2TB in size.
    The library contents are all fine and everything works. My problem is now any new movies m4v, mp4 which I import does not work. Itunes will upload the files, which then appear in the Home Video section. When I try to add artwork, or move file into 'movies' or even play the film Itunes goes into 'Not Responding' and I have to shut it down from from task menu. This issues only occurs with new movies. New music is fine.
    I have tried to use alternative compatibility option none of these work.
    Does anybody know how I can get my new movie content to work? btw the files are good as I have tried them on another system and they work just fine.
    Thanks

    anybody have any ideas?

Maybe you are looking for

  • Hp Pavilion Dv6 7029wm my recovery is no longer a program its just a folder

    I was going to use my recovery but it is no longer usable its just a folder called recovery inside the D drive  please help...

  • Opening an Html page from java code

    Hi I have created an application and in order to complete it i need to configure help file with it. Now i have created a menubar in which help button is present. My requirement is that clicking the help button should display the help file which is in

  • Modification of Pricing Condition in CRM

    Hi, I am tring to change the value of the Pricing condition based on the condition type. I have tried with CRM_ORDER_MAINTAIN and PRC_PD* FM. But i could not. Kindly update me if you know any FM can help me. Thanks in advance. Regards, Bala.c

  • Converting HTML document into Document

    i want to convert the text of an HTML page into a document... how can i do that....plzz any ideas... Edited by: ping.sumit on Jul 14, 2008 10:28 PM

  • Finding the resource controls of a given project

    Currently, one can use "*prctl*" to list resource control limits of a given project. However, to gather the statistics of the usage by all processes associated with a given project in relation to these resource control limits, we would need to execut