Opt drag QT movie to background

Hi gang
So, last night I was trying something I never attempted before: using a QT movie as a background in a theme while maintaining the drop zones as described in this Ken Stone article:
"There are two ways to change out the background art. Dragging new art into the 'Background Well' in the Setting pane in the Customize drawer will not only replace the background art but it will also eliminate the Automated Drop Zones, this may not be what you want. To replace the background art only, drag your new image into the Menu window and drop on the existing background, being careful not to hit a Drop Zone. To use a QT movie as your menu background, hold down the Option key as you drag the QT into the menu. This will set your QT movie as the background and will retain the Animated Drop Zones."
I just can't get this to work. I followed the directions precisely. I used the same theme as in the example, and I have used a variety of QT movies. Option dragging them just drops them into the theme as a regular movie asset, not as the BG. I have had success dragging a still image over, replacing it as BG and maintaining the drop zones
Has anyone gotten this to work? What am I missing here?
Thanks

Hi VJK:
First, thanks for bringing that to my attention-it's awesome!
I have only got iDVD 6 on this computer, but I believe , after reading the Help in iDVD 6 and 5 and reading Ken Stone's tutorials for both versions, that it may be the same for both 5 & 6.
It's tricky, at best, but this is how I got it to work:
Place the QT movie you want for the background on the desktop.
Without hitting the Option Button, drag it towards the background of your Theme.
Once it is in the Background, a green circle with a "+" will show up.
Then hit the Option Key.
A drop down will appear with the choices of:
Add video
Replace background Only
replace background and Drop Zones.
Carefully slide your cursor over the second choice ( Replace Background) and let go of the option Button and Mouse.
It will leave the Zones and play in the Background.
Gosh-I hope you understood that!
:)Sue

Similar Messages

  • I'm unable to drag mp4 movies into itunes and sync with ipad after updating to 10.5.2.11 version. I'm using windows 7? I was able to in the previous version, why?

    Im unable to drag mp4 movies into itunes and sync to my ipad2 after updating itunes to 10.5.2.11? Im using Windows7. I was able to before this update, why?

    I see same question with itunes not accepting mp4 videos and no answers? Has anyone been able to sort this out or is it a software problem being attended by apple? Please reply?

  • Change brush size and hardness with CTRL-OPT-DRAG

    It may seem like an odd question, but I just can't use the shortcut to change size and the hardness of the brush in CS5 : Ctrl-Opt-drag
    I work on a MacBook Pro with a magic mouse. As soon as I click on CTRL, at the tip of the pointer, a small box appears (the icon of a menu) and then if I click, the small brush menu opens.
    I work on a french keyboard and I don't know how to get to change this shortcut since I'm not looking to reassign a key but an 'action'.
    I've reset all the shortcuts to original settings in the keyboard Preferences.
    Oh, and yes, I did select the OpenGL option.
    It sounds really easy but it's driving me crazy !!!
    If anyone has an answer, that would really help !
    Thanks,

    Ruedis, thanks for your input, but on a Mac, a Ctrl+Click is the same as a windows Right click (and one can Right Click with a mouse on a Mac), the Option key is the equivalent to the Windows Alt key (on my UK keyboard, it is also ALT that is written on the key. The Windows CTRL key is called Command on a Mac.
    So, on a Mac forum, saying CTRL-OPT-DRAG equals to saying ALT+Right Click on a PC one.
    In short:
    Win
    Mac
    Right Click
    Ctrl+Click
    Alt
    Option
    Ctrl
    Command
    Shift
    Shift
    Don't let this discourage you, please continue to share your experience, but be aware that sometimes, the problems are not cross-platform.

  • Ensemble  Example :  Minimize, Maximize  (pbm)  after drag and move

    Hi i am trying to write a sample application which looks like Ensemble Example , where the stage is set as 'UNDECORATED'
    i am getting the pbm like this .
    Steps for reproducing the pbm ..
    1. Run JavaFx Ensemble.
    2. Maximize the application
    3. drag and move the application little bit.
    now try to Minimize or Maximize it throws exceptions... and cant able to Minimize or maximize the application
    how to solve this pbm ...
    its urgent please ?

    Pugazhendhi wrote:
    Hi i am trying to write a sample application which looks like Ensemble Example , where the stage is set as 'UNDECORATED'
    i am getting the pbm like this .
    Steps for reproducing the pbm ..
    1. Run JavaFx Ensemble.
    2. Maximize the application
    3. drag and move the application little bit.
    now try to Minimize or Maximize it throws exceptions... and cant able to Minimize or maximize the application
    how to solve this pbm ...
    its urgent please ?Exception
    java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
         at java.util.ArrayList.rangeCheck(ArrayList.java:604)
         at java.util.ArrayList.get(ArrayList.java:382)
         at com.sun.javafx.collections.ObservableListWrapper.get(ObservableListWrapper.java:141)
         at ensemble.controls.WindowButtons$3.handle(WindowButtons.java:42)
         at ensemble.controls.WindowButtons$3.handle(WindowButtons.java:39)
         at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:60)
         at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:162)
         at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:115)
         at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:38)
         at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:37)
         at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
         at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:35)
         at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
         at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:35)
         at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
         at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:35)
         at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
         at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:47)
         at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:28)
         at javafx.event.Event.fireEvent(Event.java:171)
         at javafx.scene.Node.fireEvent(Node.java:5919)
         at javafx.scene.control.Button.fire(Button.java:179)
         at com.sun.javafx.scene.control.behavior.ButtonBehavior.mouseReleased(ButtonBehavior.java:189)
         at com.sun.javafx.scene.control.skin.SkinBase$5.handle(SkinBase.java:318)
         at com.sun.javafx.scene.control.skin.SkinBase$5.handle(SkinBase.java:311)
         at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:56)
         at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:162)
         at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:115)
         at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:38)
         at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:37)
         at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
         at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:35)
         at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
         at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:35)
         at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
         at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:35)
         at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
         at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:35)
         at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
         at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:47)
         at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:33)
         at javafx.event.Event.fireEvent(Event.java:171)
         at javafx.scene.Scene$MouseHandler.process(Scene.java:2785)
         at javafx.scene.Scene$MouseHandler.process(Scene.java:2606)
         at javafx.scene.Scene$MouseHandler.access$1300(Scene.java:2579)
         at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1252)
         at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:1857)
         at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:203)
         at com.sun.glass.ui.View.handleMouseEvent(View.java:288)
         at com.sun.glass.ui.View.notifyMouse(View.java:548)
         at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
         at com.sun.glass.ui.win.WinApplication.access$100(WinApplication.java:29)
         at com.sun.glass.ui.win.WinApplication$2$1.run(WinApplication.java:62)
         at java.lang.Thread.run(Thread.java:722)

  • Cannot drag or move object into mainstoryboard in Xcode 6

    Today when I was using Xcode 6, I found that I cannot drag or move any object into my mainstory board. Also, if I click label, there will be a label stick to the center left and I cannot move it. I don't know why, Please help me!

    I've having the same issue. Very frustrating. FFS Apple!

  • I can't drag a movie from my iTunes library on my new computer to my iPad.

    I can't drag a movie from my iTunes library on my new computer to my iPad.  Supposedly the computer isn't authorized but when I go to authorization it says it already is.  All my old movies that I migrated will drag over just not the new download ones I just downloaded.  Any suggestions?

    Are you able to sync the movies in the iTunes Library from the Movies pane in iTunes?

  • New user...how do you drag or move or copy a file or folder from the desktop to an external drive?  I have tried dragging and copy/pasting.

    new user...how do you drag or move or copy a file or folder from the desktop to an external drive?  I have tried dragging and copy/pasting.

    My guess the problem you are running into is the drive is formatted for a PC as NTFS. OS X can read files from NTFS however it cannot write to it. Check the formatting on the drive, if it's NTFS then it should be reformatted to Mac OS Extended (Journaled), you can use Disk Utility to do this.
    If you still have a PC and want to share the EHD with the PC and Mac please read MacWorld's Share an external drive between a Mac and a PC article.

  • How to drag and move duplicated movieclip in flashMX

    i would like to know how to drag and move duplicated movie
    clip in flashMX? i'm unable to drag and move duplicated movieclips
    but able to see duplicated movieclip on the stage. Is there anyone
    who can show me or direct me to any tutorial site?
    Thanks

    i have just changed to Flash MX2004 and below is my code. I'm
    not sure what has gone wrong with my script as i still unable to
    drag my duplicated movieclip? hope u guys can help me out!
    var mySelection = "";//Global declaration
    var totalmc = 0;
    wire.onPress = function ()
    this.createEmptyMovieClip(["mc"+totalmc],
    this.getNextHighestDepth(["mc"+totalmc])); //Create a newMovieClip
    with variable name "mc1""
    duplicate(["mc"+totalmc]);
    //trace(["mc"+totalmc]);
    dragging(["mc"+totalmc]);
    mc = attachMovie("idwire", ["wire"+totalmc++],
    this.getNextHighestDepth(["wire"+totalmc])); //store the Movie into
    mc1 by attaching
    mc._x = 273;//(Stage.width - mc1._width)/2;
    mc._y = 196.5;//(Stage.height - mc1._height)/2; //setting
    the corrdinates for x and y axis
    dragging(["wire"+totalmc]); //calling the dragging function
    //trace(mc1._width +","+ mc1._height);
    //Function for dragging
    function dragging()
    mc.onPress = function()
    this.startDrag(true);
    mySelection = this;
    mc.onRelease = mc.onReleaseOutside = function()
    stopDrag();
    function duplicate()
    mc.duplicateMovieClip (["mc"+i], i);
    i++;
    //trace("mc"+i);
    //trace(x);
    //Btn function for flipping
    flip.onRelease = function()
    mySelection._rotation += 10;
    //Btn function for delete
    del.onRelease = function()
    mySelection.removeMovieClip();

  • Magic iDVD '08 crashes when I try to drag a movie...

    Into a slot to create a DVD. I only have 111MB free. I have the latest driver and I sent the report in to Apple. Any thoughts on what to do? I checked the forum before I posted, and it seemed everyone was able to at least try and make a DVD first. The files are saved as Quicktime files. They are also HD, which makes them large files. Could the files be too big for Magic iDVD to handle? Any help would be appreciated.

    When you say you only have 111 MB free, are you talking your hard drive? Or the DVD project properties?
    I'd suggest that if that's your hard drive free space (it must be, you'd know better than to try to drag a movie into a 111MB slot), you don't have enough room for your system to do much of anything, and totally explains a crash moving a movie file, which is huge.
    Try dumping some stuff or moving to another drive and see if that fixes the problem. Let us know.

  • IDVD stops functioning soon as I drag my movie in

    I've had no problems with iDVD until now. I have a 9.1 GB movie that each time I try to drag into iDVD, the app becomes non-responsive. The menu disappears and the buttons don't work. The movie does not show up in the viewer. I've restarted iDVD many times and everything works until I drag the movie in. I have tested the movie in quicktime and it works just fine. I also tried dragging a 'smaller' version of the movie and it also worked.

    iDVD cares about length -- how long is your movie? You may wish to set your Preferences in advance (under 1 hr, use Best Performance). And give the computer some time to work (perhaps close out of other programs as well). Video is hard work for a computer.
    John

  • Dragged I movie on my Mac to flashdrive Now it doesn't show on the flashdrive or I can't open it on the Mac. How do I retreive my work

    I dragged I Movie from my I Mac to a flashdrive. Now it doesn't show on the flashdrive or I can't open it on the Mac. How do I retrieve the work?? Help

    If you only dragged it, it should make a copy so it should still be on your hard drive.
    It isn't clear if you dragged iMovie (the application itself) or your movie project. Which one is it?
    How is the "flashdrive" formatted?

  • Want to Remove  "drag photo here" in background and have nothing

    Hi there,
    I am using idvd 4 and the "Transparent Black Theme". I don't want to drag a photo onto the background, but just have it grey. I burned my dvd and it had the words "drag photo or movie here" in the background still. How do I take those words off?
    Thanks!

    okay, so there is no option in idvd to remove
    "drag photo..." ?
    Sure there is...
    It will just appear unless I drag
    something into that space?
    ... and this is the option.

  • Can't Drag or Move Songs to a Playlist!

    Hey Gang:
    I asked this question a couple weeks ago, no answers and I am still having a problem. If I create a playlist or if I try using an existing playlist, I am un-able to move or drag a song into a playlist. The only way I can get song into a playlist is to create a 'Smart' playlist. This is a drag as everytime I add a new song I have to delete the Smart playlist I created and create it all over again to add the new song.
    Any idea way dargging songs to a playlist has stopped working? I did work a couple of versions ago.
    How can I delete everything and do a fresh iTunes install?
    Currently: iTunes 10.4.1
    Mac: 10.6.8.
    Thank you, Glenn

    Hi,
    I'm also still having this problem and have posted numerous times on this over the last few months and it still hasnt been fixed, the only way to get around it is to recreate your library which is a pain as when I have done this not only do you lose new playlists because my HD lost connection to my mac/preferences it decided to consolidate my library and transfer a large section to my Mac....not good! I now also have a problem were when I copy in new items to Music it either creates a playlist or I get a spinning wheel!
    Im beyond bored of the new versions of iTunes and I'm thinking of moving to a more stable player as I waste numerous hours recreating library (which is a problem and waste of time) only for it to happen again!
    Pointless.
    I have also never seen a fix for this problem!

  • Dragging masked movie clips

    Can anyone point me in the right direction?
    I've been playing around with making a draggable movie clip.
    This movie clip appears within a container, holder_mc, which is
    masked by a mask layer to control what is seen. I can drag
    holder_mc around the screen, but the mask does not move with it.
    When I hit the movie_btn, I cannot see my VideoPlayer.swf file. If
    I do not drag holder_mc anywhere, and just press my movie_btn, I
    cannot drag my swf file. Is there an easy way to have the mask and
    holder_mc drag together, and have drag functionality even after my
    swf is playing?
    Here is what I'm using:
    movie_btn.onRelease = function (){
    holder_mc.loadMovie ("VideoPlayer.swf");
    holder_mc.onPress = function(){
    this.startDrag(false);
    holder_mc.onRelease = function(){
    stopDrag();
    Thanks for any help.

    Couple of ways... simple enter_frame, or enter_frame TweenLite
    addEventListener(Event.ENTER_FRAME, updateReflection, false, 0, true);
    function updateReflection(e:Event):void
         refClip.x = mouseX;
         refClip.y = mouseY;
    or using TweenLite to give it a little softer motion:
    function updateReflection(e:Event):void
        TweenLite.to(refClip, .5, {x:mouseX, y:mouseY});

  • Can't drag and move objects

    Using the Selection tool, i can select any object, but i can't click hold and drag it to a different position, like i usually can. I can click on one sides, or corners, and scale it just fine. I can also select it, right click, transform, move, enter a value and move it, i just can't click and drag it.
    All layers are unlocked, all objects are unlocked. This must be some hidden lock feature that somehow got enabled.
    Any idea how to fix it lol?

    Nope, I did not.
    However, i just rebooted my computer, reopened the document, and the problem went away. So i guess it was just some sort of a glitch at the time, I had actually fully closed Illustrator prior to this post, then reopened, and it didn't fix it.
    I think there is some random stability issue with my machine, it has reared its ugly head before in other areas. I can't even print from adobe reader because the graphics come all garbled out :-/. I've yet to reinstall it.
    Thanks for the help though.

Maybe you are looking for

  • I got a new email, changed my email for itunes and now it won't let me

    I got a new email, changed my email for itunes and now it won't let me even listen to my songs I purchased under my old email! I even got to where apple knows I changed it and they deleted my old email information. What am i supposed to do?? Please h

  • What purpose of ship-to in sale order line?

    Hi Anyone, Do you have any idea about the 'ship-to name' using in sale order? If I defined each item with different 'ship-to name', the delivery still will pick all the item from sale order. Any explanation there?

  • Adding Text to a Sales Order

    I would like to add text to a sales order in such a manner that the customer service people can read them , but i do not want those text items to print on shipment or invoice. Can anyone point me in the right direction. Please note we are on version

  • Why No Export to Apple TV 3 in 1080?

    Logic: Apple Makes Apple TV 3 which offers Blu Ray quality 1080 picture. Apple Makes Final Cut X. Therefore, Final Cut X should natively support Apple TV 3 in 1080 via export. It does not. I know you can actually subsitute "Quicktime" for "Final Cut

  • Registration of Workspace with Shared Services failed

    OS: Linux Hyp Version: 11.1.1.3 Application Server: Weblogic 923 We are installing them on new servers. Shared Services was configured and deployed to Weblogic successfully. When a telnet test is done on localhost 28080, it indicates that it is liste