Navigating from within movies

I've split my site up into movie sections for easier
reference on the main timeline. How do I navigate from within a
movie back to the main timeline. I've tried frame numbers, level
numbers and a few others.
From the main timeline I can open up the movie I want but
cant get back. I get stuck in that frame.

Same here I get the same errors. Not sure what this is. I have noticed that iTunes 9 is a little less responsive than previous releases. I hope this will be a fix.

Similar Messages

  • Navigating from one movie to a particular frame in another

    Is it possible to navigate to a particular frame in a different movie... the reason being, I am trying to minimise the size (mb) of the movie so it doesnt get to a stage where the machine it is on bogs down. For example, I am cutting the movie down into each product which has 20-30 stop frames in it (getting to around 24mb) per product... if i were to combine all products together (15 of them), u can imagine the size (mb) of the movie...
    Thanks again

    I found another post similar to this with an answer that worked. Sorry for the double post.

  • Navigation from within a custom component ???

    Hi All
    I am working on a new project in Flex 4 and i have a Viewstack on my main page.  Then i have 6 custom components in the viewstack, the first being the home page.  In this homepage custom component i have linkbuttons which i want the user to click on to navigate the viewstack ..
    So what would be the best way to do this ?
                             <fx:Script>
                                  <![CDATA[
                                       ]]>
                             </fx:Script>
                   <mx:ViewStack id="vs" width="800" height="1000">
                        <s:NavigatorContent width="100%">
                             <v:VHome id="vHome" />
                                            <v:VHome id="vAbout" />
                                            <v:VHome id="vShop" />
                                            <v:VHome id="vProducts" />
                                            <v:VHome id="vSupport" />
                                            <v:VHome id="vContact" />
                             </s:NavigatorContent>
                   </mx:ViewStack>
    <s:Group xmlns:fx="http://ns.adobe.com/mxml/2009"
               xmlns:s="library://ns.adobe.com/flex/spark"
               xmlns:mx="library://ns.adobe.com/flex/mx"
               width="100%">
         <s:layout>
              <s:VerticalLayout />
         </s:layout>
         <fx:Declarations>
              <!-- Place non-visual elements (e.g., services, value objects) here -->
         </fx:Declarations>
              <mx:Spacer height="10" />
              <s:Panel title="Welcome" width="100%">
              </s:Panel>
              <s:HGroup>
                   <s:Panel width="397" height="200">
                        <MX:LinkButton />
                   </s:Panel>
                   <s:Panel width="397" height="200">
                        <MX:LinkButton />
                   </s:Panel>               
              </s:HGroup>
              <s:HGroup>
                   <s:Panel width="397" height="200">
                        <MX:LinkButton />
                   </s:Panel>
                   <s:Panel width="397" height="200">
                        <MX:LinkButton />
                   </s:Panel>               
              </s:HGroup>
              <s:HGroup>
                   <s:Panel width="397" height="200">
                        <MX:LinkButton />
                   </s:Panel>
                   <s:Panel width="397" height="200" >
                        <MX:LinkButton />
                   </s:Panel>               
              </s:HGroup>
    </s:Group>
    Many Thanks

    If I am understanding this correctly, you have three choices.
    1. Do something like ViewStack.selectedIndex(id of tab in viewstack), but not sure if selectedIndex is correct but whatever the method name is.
    2. Fire an event and set up listeners
    3. Go with a framework and use its notifications or event system
    If this is a production app I suggest fighting the urge to go the easy route and use a framework as before you know it you will in the middle of spaghetti code.

  • Referencing HTML page from within a movie clip

    Hi
    Hope someone can help with this.
    I have a simple horizontal scrolling gallery of 24 thumbnails
    in Flash, the thumbnail images are loaded into the boxes using
    actionscript. I would like each thumbnail to link to a html page of
    my choice. There is a movie clip instance called panel with the 24
    buttons inside it and on the first button as a test I've placed the
    following action script:
    on (release) {
    getURL("team.html","_self");
    When testing this movie from within Flash (CTRL, ENT) the
    button links to the html file (which is in the same folder as the
    SWF) with no problem. The problem is when I preview the page in a
    browser and try to click on the first button nothing is happening.
    I've tried it in both IE7 and Firefox with the same result.
    The flash thumbnail clip is placed as a flash object into a
    html page using dreamweaver.
    I'm sure this is something simple such as navigating the
    timeline but I've tried a few things like _root. but still no joy.
    Hope someone can help.
    Thanks, Jo

    Try
    on (release) {
    getURL("
    http://site.com/team.html","_self");
    }

  • Starting a quicktime movie from within flash?

    Hello,
    I am very new to flash and would like to know if this is
    possible? I have a flash template that I am using for a business
    card CD. I would like to have a jpeg image (within the flash
    template) act as a button that when pressed opens a full screen
    quicktime movie. Is this possible from within flash? Would it make
    a difference if I export everything to a quicktime movie? If flash
    can't do this would there be a 3rd party software that would enable
    me to do this? Any suggestions or options would be much
    appreciated!
    Regards,
    Kevin

    Hi,
    This you can achieve via Interactive Adobe forms.
    Refer this [Link|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50d1cb99-46cf-2b10-8880-85004a301283].
    Regards,
    Surjith

  • Why can I no longer play movie files from within iPhoto '08

    After uploading all my stills and movie files from by digital camera to iphoto '08, I used to be able to click and play a movie file from within iphoto. The frame and duration still appear but no response. Have I inadvertantly switched something off or has the funtionality changed as a result of my upgrading the OS.

    Make sure you have the Quicktime Player 7 installed.  It was an option when installing Lion.  Or you can get it here: QuickTime Player 7 for Mac OS X v10.6.3 or later.  Install it, reboot and try again.
    OT

  • Is it advisable to MOVE contents of "Users/~/Library/Mail/V2" in the Finder instead of from within Apple Mail "ON MY MAC" left pane?

    Is it advisable to MOVE some folders/mailboxes within "Users/~/Library/Mail/V2" by drag and drop in the Finder instead of moving them from within the Apple Mail "ON MY MAC" left pane?
    Any drawback or problem or danger about it? In case of doing it, should I do it with Apple Mail open or closed?
    For more details about why I want to do it, please see:
    How to MOVE folders and mailboxes from Localhost into On My Mac?
    https://discussions.apple.com/message/25004039#25004039
    Thanks.

    Someone knows? Thanks.

  • How can I check the progress of a Loader from within a movie clip?

    Hi All,
    I have a Loader called profileContentLoader that I create in AS3 on the main timeline, I would like to check the bytesLoaded of profileContentLoader from within a movieclip thats in another movieclip....
    I tried:
    MovieClip(root).profileContentLoader.bytesLoaded
    but that doesn't work....
    Thanks for any help

    The Loader class uses a LoaderInfo class object to do its loading event informational bidding.  Look into the contentLoaderInfo property of the Loader class and then followup looking at the LoaderInfo class to see what you can make use of from it.

  • Instantiating Objects from the library from within the movie clip

    Ive been Instantiating Library object from linked external
    action script files and it works fine.
    var PPEbtn1 = new btnPPE;
    but when i try to do it from within the main swfs timeline it
    fails to work and i recieve an error if anyone could please help it
    would be most apreciated. thanks

    You need to get the application domain of the external swf
    and use its getDefinition method. Cast the result to a Class and
    then you can instantiate the symbol.
    Here's some example code where "library" is an externally
    loaded swf:

  • Problem in navigating from one report to another in OBIEE 10g

    Hi,
    I am facing an issue with OBIEE 10g while applying navigation on my reports.
    Lets suppose I made a report showing list of all items(in broad categories) sold on a particular day, say Dairy, Frozen Foods, Chocolates etc.In this report there is a date prompt showing the date of sale.
    Now there are certain items that are distributed within these categories, like dairy includes milk, cheese, butter etc.
    Hence, my navigation should be like when I click on a particular item category, the control should move on to the report which has all items under that particular category and the prompt for this report should show the same date as passed in the previous report.
    But sometimes what happens is that on clicking the navigation from first report to the second one, the date is not persisting in the prompt. I say sometimes because at times the navigation does work correctly. This is a bug of Obiee or something which is giving unexpected results.
    Kindly help with your suggestions.
    Thanks
    Ankita

    Ankita,
    This is not a bug in OBIEE...I'm sure something is missing. If this is working for some cases and not working for some other case then you will need to find the root cause. Try in bits and pieces...Step by Step with some dates (unit testing). Ideally this shud work properly.
    For an instance try with OBIEE drilldown feature and not with navigation with a single sale date and observe the behavior.
    Hope its clear...

  • Creating DVD Chapters from within DVD studio Pro

    Hey,
    Is this possible? Can we create DVD chapters from within DVD Studio Pro?
    Chris

    Yes, you can add chapter markers in the DVDSP timeline, although they are not frame accurate as they are in FCP. You'll typically get them within about half a second as they can only sit on a 'GOP' boundary, and these occur roughly every 15 frames equivalent.
    To add a marker you move the playhead to where you want it and type the 'm' key, pretty much as in FCP.
    The chapter marker then defines the start of a chapter for playback. You can manipulate the navigation such that only one chapter plays before you go back to the menu, or you can start at a marker and continue onwards. You can even create lists of markers that are not in track order and have playback jump about between them, although it's not always wise to do so!

  • Trying to use grep from within java,using exec command!

    Hi all!
    I would like to run a grep function on some status file, and get a particular line from it, and then pipe this line to another file.
    Then perfom a grep on the new file to check how many of the lines above are present in that file, and then write this value to a new file.
    The final file with a numerical value in it, i will read from within java,as one reads normal files!
    I can run simple commands using exec, but am kinda stuck with regards to the above!
    Maybe i should just do all the above from a script file and then run the script file from exec. However, i dont want to do that, because it kinda makes the system dependent,..what if i move to a new machine, and forget to install the script, then my program wont work!
    Any advise?
    Thanks
    Regards

    With a little creativity, you can actually do all that from the command line with a single command. It'll look a little crazy, but it can be done.
    Whether the script exists on the local machine or not has zero to do with platform indpendence. You assumedly have to get the application onto the local machine, so including the script is not really an issue at all. However, you're talking about system independence, yet still wishing to run command line arguments? The two are mutually exclusive.

  • Data Model damaged, Cannot connect to Access 2013 from within Excel 2013

    Hello,
    Recently I am not able to use PowerPivot for Excel 2013 and I cannot connect to my Access 2013 database tables from within Excel 2013. Whenever I try to click on a slicer in my Excel worksheet, it gives me the following error: "Excel was unable to load
    a necessary component. This component might have been damaged or deleted. Reinstall the client software or data source driver software for your database."
    I am using Microsoft Office Pro Plus 2013 on Windows 7, 64-bit version. I have tried reinstalling Microsoft SQL Compact Edition 2005 and reinstalling Office 2013. I have run out of ideas and am a loss what to do next ? 
    Can anyone help point in the right direction for a possible solution to this problem ??? 
    Would appreciate all help.
    Thank you.
    ~Maneesh
    The problem with being punctual is, there's nobody there to appreciate it !!!

    Hi
    This is the forum to discuss questions about apps for office develop. For your question is more about Excel, I will move this thread to the TechNet forum for
    Excel
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly
    can either share their knowledge or learn from your interaction with us.
    Thank you for your understanding.
    Best Regards
    Lan
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Saving/Opening documents to SharePoint 2013 from within Office 2010 applications

    I was hoping that Office 2010 would work nicely together in terms of saving to and opening documents from SharePoint 2013. Alas, I was disappointed and somewhat surprised to see that opening/saving documents in SharePoint from within Office still
    involves copying, pasting and hacking the URL of the document library in the Save or Open dialogue box. I was fully expecting that Office 2010 would have display some sort of SharePoint navigation so you could view your sites and document libraries in a similar
    way to folders. A mature document management system this ain't!
    Anyone have any advice on how to improve the Open/Save to/from SharePoint experience in Office 2010? I'm open to the idea of Office add-ins whether third party or official Microsoft.
    Thanks in advance

    Thanks for the reply, but that's from within SharePoint, not Office?
    An example scenario: I create a new document or receive a document, I'm in the document, and I want to publish the document to a document library in SharePoint. At the moment I would have to save the document, load up SharePoint, navigate to the document
    library and then go through the upload process.
    I should really be able to, from within Word, select File - Save to SharePoint (say) and then be able to navigate to the document library I want to publish to. Really basic DMS stuff that I'm surprised isn't there!
    Similar thing to opening a document. I should be able to Open from SharePoint, navigate to the document library via some sort of navigation box, and open it.
    Thoughts appreciated.

  • I try to print a thumbnail from within iPhoto and it keeps telling me I don't have any themes installed. When I look in iPhoto folder the themes folder is there. Themes are in app. Support also. I rebuilt iPhoto database and rebooted but no cure. DICKSTER

    Try to print from within iPhoto a thumbnail &amp; I get message that there are no themes installed. They are in iPhoto folder and a folder of themes is in the library/ application support. I rebuilt iPhoto data base using iPhoto rebuild. No change, also rebooted hd.
    Can someone straighten me out here?
    Thanks
    DICKSTER-----

    Restoring iPhoto 9 (11) Themes
    First look in your HD/Library/Application Support/iPhoto folder for a Themes folder. If there is one there move it to the Trash. Also look in your Home/Library/Application Support/iPhoto folder for a Themes folder.  If there is one move it to the Trash.  Reinstall iPhoto as described below:
    1 - delete the current application.
    2 -files with "iPhoto" in the file name with either a .PKG or .BOM extension that reside in the HD/Library/Receipts folder and from the /var/db/receipts/  folder,
    Click to view full size
    3 - mount the disk that iPhoto 11 came on, either an iLife 11 disc or the system disk that came with your computer and do a custom install selecting only iPhoto. 
    If iPhoto 11 came with the computer then double click on the "Install Bundled Software Only" file and do a custom install.
    Apply all of the latest iPhoto 9 (11) updates followed by a repair of disk permissions with Disk Utility. Also make sure you're running the latest Quicktime version.
    OT

Maybe you are looking for

  • Problem in using FM SELECT_TEXT

    Hi friends, I have a problem in using fm SELECT_TEXT. Here I want to fetch Material PO text in Material master to my report. I just dont know in which field of table "it_thead" the actual text is available.\ I tried debugging the program but was not

  • Problem moving pages within a pdf

    I have been working with a fairly large document (around 1500 pages) and it is impossible to re-order the pages.  An example: I will drag page 12 to page 2, and when I release the mouse button, the page will be at page 18.  Inserting from a file lead

  • Invite resources from a iPhone

    I have set up some locations and resources in OS X Lion Server iCal. I can invite them with no problems from any mac associated, but it doesnt work from iphones. What do i have to do to make it work there?

  • PALM TOP WORKPAD C3 MODEL

    I have this palmtop and trying to use on Windows Vista . Not able to sync as no software available for older models as this one. Can any one let me know the free software for sync this pda with the Vista system pl. IPS Post relates to: Palm Vx

  • Get the upgrade to Version 6 or wait?

    I am still using FCStudio with version 5.1.4 of Final Cut Pro. I want to upgrade to FCP 6. Do you think its okay to do so now or is there a newer version on the horizon that I should hold out for? I just hate to pay the $499 upgrade price then a few