How do you add cue points to a MOV file that Director 12 can read?

I have just downloaded the Trial of Director 12 - and unless I can add cue points to video that it can interpret - I am not going to be able to achieve what I need to.  I've spent the last day and a half looking over the scant documentation provided by Adobe, and anything else I could find online - but the only answers that came anywhere near were for old versions using discontinued xtras.
Please can anyone help? - I am using Windows 7 64 bit - CS6.
Thanks in advance. :-)

Probably too late for your project but...
You can do this by using 3 sprites in addition to the SWF. In this example, I've named them "videoPlay", "videoRewind, and "videoStop". The SWF in this case was named "video."
Apply this script to each of the 3 sprites.
property mySprite
on beginSprite me
  mySprite = sprite(me.spriteNum)
end
on mouseUp me
  case mySprite.name of 
    "videoPlay":
      sprite("video").play()
    "videoStop":
      sprite("video").stop()
    "videoRewind":
      sprite("video").stop()
      sprite("video").rewind()
  end case
end

Similar Messages

  • How do you add a watermark to a protected file?

    How do you add a watermark to a protected file?

    Hi whobrew,
    Without the Document Permissions password, you won't be able to add a watermark to the PDF.
    Please let us know if you have additional questions.
    Best,
    Sara

  • How do I add a email to my iMessage so that I can have two emails

    How do I add a email to my iMessage so that I can have two emails

    Settings>Messages>Send & Receive at>You can be reached by iMessages at>Add another email. Add the email address and wait for Apple to verify it. You will have to respond to their email which will be sent to the inbox of the email address that you are adding to messages.
    you can find more information here.
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l

  • How do you add a pic to your apple id so others can see it on discussions

    Hi how do you get a pic on apple id so that people in discussions can see it

    You need:
    Level 3
    500-999
    Custom Avatar

  • How do you add a controller to a SWF file?

    I am a newbie.
    How would I add a controller for play and pause to a SWF
    file? I want to put several SWF files up on a website but want to
    be able to control them. Instead they all play once the web page
    loads.
    Please help.
    Thanks

    > What is need is a %LinksDir% variable.
    I have no client available with links redirected, but basically, this
    should result in a registry value containing the new path. Simply
    regedit and search for your "links" redirection path.
    Then use Item Level targeting "registry value" to store this path in a
    temporary variable that you can use in the target path for your shortcut.
    Martin
    Mal ein
    GUTES Buch über GPOs lesen?
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    And if IT bothers me - coke bottle design refreshment :))

  • How do I add playback control to a .swf file in Director 11.5 (PLEASE HELP!)

    Hi,
    I am currently trying to add controls (play/stop/etc) to a .swf file within Director 11.5. The movie imports fine and plays perfectly, however there does seems to be built in options to add the control in the same way you would for a .mov.
    The .swf file has been created with controls and plays outside of director fine. When it is placed into director the controls disappear and leave a white space.
    Is there a step by step guide somewhere or can someone give me a step by step guide? I'm fairly new to director and won't know some of the terms etc....
    The movie is 30 mins long and requires the user to move to various points and pause the playback. I cannot change the format of the file either.
    Please let me know if you need any more info...
    PLEASE HELP, I have to complete this in 2 days.
    W

    Probably too late for your project but...
    You can do this by using 3 sprites in addition to the SWF. In this example, I've named them "videoPlay", "videoRewind, and "videoStop". The SWF in this case was named "video."
    Apply this script to each of the 3 sprites.
    property mySprite
    on beginSprite me
      mySprite = sprite(me.spriteNum)
    end
    on mouseUp me
      case mySprite.name of 
        "videoPlay":
          sprite("video").play()
        "videoStop":
          sprite("video").stop()
        "videoRewind":
          sprite("video").stop()
          sprite("video").rewind()
      end case
    end

  • How do I create a screensaver from an mov file that other mac user can download? Is there free software or shareware available for this?

    I have seen iScreensaver and PulpMotion and several others but I simply wish to convert an mov file to a screensaver that other mac can download. I haven't been able to come across a tutorial for this that works on Lion. Any guidance is greatly appreciated.

    Does anybody know how to do this without iDVD?
    You can't.  You MUST buy iDVD.
    Tell Apple how you feel.  They do read these comments, and often react.  Be nice.
    http://www.apple.com/feedback/idvd.html
    http://www.apple.com/feedback/
    (On the above link, you will notice under Mac apps they do indeed show, iDVD!)
    If that doesn't work you can purchase iLife 11 on disk (don't get the download) for about $29. You WILL get iDVD.
    or if you like downloads, go to the Apple Store via the Store button at the top, (not the App Store) and look for iLife 11 it will list iWeb and iDVD.  It IS available online.

  • How do I set bookmarks to bookmark a book so that I can read it offline, my school e-text book says to bookmark it for use offline ?

    I am going to college online and my e-text book said to bookmark my book to be used offline and it could be read offline. this is all the information it gave me or that I could find. I have WIN 7 and use Mozilla as my browser, I have Vipre as my antivirus, internet security, etc.

    hello, a site won't be stored for offline reading just by bookmarking it...
    however you could try a third-party extension like scrapbook to archive certain pages for later use in case you'll be offline: https://addons.mozilla.org/firefox/addon/scrapbook/

  • How do you add a graph to a TDMS file

    Hello All,
    is it possible to add a graph or an image of my front panel graph to a TDMS log and if so, how would i do that?
    Thank you,

    As others have said TDMS is not the right file format for images.  It can be done but other options are probably better.  But that doesn't mean you can't start with TDMS and end with something like XLSX with images.  Here is a link for a tool I made that converts TDMS to XLSX, from there you can use ActiveX to import images and save them.  Or make real graphs like in Excel.  Or use the Report Generation Toolkit to edit the XLSX file after the conversion.
    https://decibel.ni.com/content/docs/DOC-36555

  • How do you add a link to a .swf file?

    Is there a way to add a link/URL to a .swf file, without embedding into the original .fla file?
    Is there any way to do that with just the .swf file alone, and without actually editing the .fla or re-creating it?

    I won't be providing lessons, but here's the basics...  to load the other swf file using AS3 you will use code like the following in the main timeline...
    var my_loader:Loader = new Loader();
    my_loader.load(new URLRequest("theOther.swf"));
    addChild(my_loader);
    addChild(myBtn); // described next but coded here
    To add a link, you can create an invisible button and place whereever you like in the timeline, or if its a text link you can assign the link to the dynamic textfield via the properties panel.  To create an invisible button just create a button symbol and draw a shape for it only in its Hit frame, leaving all other empty... that way you can still see the button to work with it on the stage, but it will be invisible when the file plays.  You could also have the button include text or any other visual you desire if you don't need/want it to be invisible.
    If you use the button approach, then you need to assign the button an instance name (I use "myBtn" for this example)  Then you have to assign an event listener and event handler function for the button...
    myBtn.addEventListener(MouseEvent.CLICK, clickBtn);
    function clickBtn(evt:MouseEvent):void {
         navigateToURL(new URLRequest("http://www.yourlinksurl.com/etc"));
    The reason I addChild for myBtn after I addChild the Loader is so that it will sit above the Loader.  Without that line, the Loader would have the loaded swf sitting atop the button blocking access to it.
    If you plan to use a Textfield instead of a button, then you don't need the event code but you still need the addChild() line to bring it in front.  As mentioned already you can link it via the properties panel field for a link.  To make life simple per these instructions just assign the textfield an instance name of myBtn.

  • How do you add another account onto the same computer that  has itunes?

    I want to add another account to my already existing account so that my dad can have his own music on the same computer with mine. can i do that? or should i just move all of my stuff to an another computer and just let him have the old one? i know this prolly sounds confusing but someone please tell me if i can do this!

    See if this helps: Using Windows XP User Accounts
    Creating a separate Windows User account for each person on your PC will give you completely separate libraries. Each account has it's own iTunes folder, Library and iTunes Music folder and you load it with CDs etc just as you did with your original one.

  • How do you add preloaded shapes to mark up PDFs on the Adobe Reader Mobile App?

    I have Adobe Reader on my tablet.  I need to be able to make clean markups on PDFs when I do surveys.  I need to be able to draw straight lines, circles, arrows, and polygons neatly.  I am not able to do it with the free hand tool cause it is too messy.  Is there a way to add preloaded shapes when marking up PDF drawings? 

    Hi,
    Unfortunately, this functionality is not available in Adobe Reader on Android. We have made a note of the same and shall try to incorporate it soon.
    Thanks,
    Adobe Reader Team

  • How do you restore the system from a backup file that you created previously

    I have a notebook, Pavilion g6 - 1031TX running windows 7 64bit OS, and ran the backup utility a few weeks ago before running a full system recovery to attemp to fix an issue - this issue was fixed by warranty, and now I need to recover everything from the backup files, I have run the restore executable in the folder and it created another folder on my C: drive (System recovery files), how do I use this to restore the system to its previous state?

    Unfortunately, the backup utilty portion of Recovery is not optimal solution for restoring many files.Unless you know exactly where they go you are stuck. Most of the important stuff such as photos,music,etc will be in the 'Users' folder under your user name. You will have to manually move them to correct location.
    A better option in the future is Windows 7's backup app in Control Panel.
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • How do you save a pic as a .jpg file so I can email it as a file and not as a pic?

    Have 6 pics in an album and want to save them individually in a .jpg file.  Will email and recipient will select which 2 or 3 he will use in a newsletter.  When I select "email" it just attaches a pic to the message - my guy needs a jpg file!  Thx so much.

    ohpancakes
    In theory you're dead right, but a lot of mail clients don't handle embedded jpegs gracefully, and sometimes other users aren't as comfortable on their machines as they might be. Sending plain text solves both issues.
    Regards
    TD

  • How do you add the motion path of a tracking point to a separate clone stamp?

    How do you add the motion path of a tracking point to a clone stamp without the clone stamp assuming the same initial/continuous positions of the tracking point?
    Is there a way to keep the clone stamp's initial position and then add the path onto it?
    I am using the clone stamp to remove unwanted duct tape that was used to keep lights on a wall.

    I have spent two days trying to find a solution to this exact same problem. I have seen some overly complex solutions that probably work but trying to figure out the explanations is like trying to understand someone describe drag coefficients of rotary wing aircraft. While I am sure they work, they are way above my comprehension. I wanted an intuitive and straight forward solution for something that shouldn't require some arcane technique to fix.
    What I did:
    1) I used the Clone Stamp tool to paint over the spot on the wall I wanted to remove.
    2) picked a more easily discernible point of reference for Tracking. In my case, I used a poster on the wall.
    3) As per the instructions here, https://www.video2brain.com/en/lessons/removing-an-object-with-clone-stamp, I pasted the Attach Point data from the Tracker into Clone -> Transform - > Position 
    However, that didn't work for me as the object I was painting was not the object I was tracking. The solution from the video was simply moving my cloned spot to the tracked object instead of leaving it where I wanted it. So...
    4)  I then manually adjusted the Anchor Point of the Clone back to the original spot I wanted to cover.
    I played footage and the cloned region successfully moved with the spot I was covering.
    This is what I was able to figure out. I'm not an advanced user. I only use After Effects every couple of months when I need to fix minor things in footage, so I've only learned to use what techniques I need for the job at hand. No doubt, experienced users may shake their heads at my simplistic fix. I'm sure my technique would be wholly inadequate for situations far more complex than fixing spots on a gray wall, which is why my eyeballs cross when reading suggestions that seem way more involved than one would expect for something as seemingly minor as this. It's just a spot! It should be super easy to remove, right? Well, that's what I was looking for and that's what I came up with. I hope it helps.

Maybe you are looking for