Captivate controlling FLASH time line

Please forgive if this question has been asked before.
Does anyone know if I can put Actionscipt or javascript into
my Captivate project so when my movie ends it controls the timeline
in FLASH? I'm importing my Captivate file into a flash file using
the Loader Component in FLASH.
Thoughts anyone?
Thanks to all who respond!
Chris

HI Chris
As far as I'm aware, Captivate currently does not allow any
form of ActionScript to be added. However, I believe that I have
heard that ActionScript and JavaScript are very similar. So I'm
assuming that if you can use JavaScript to control a Flash
timeline, you can probably make it happen. However, I'm certainly
not the person to tell you anything about how to go about making it
happen. What I currently know about Flash would struggle to fill a
small thimble. (but I'm working on it)
Cheers... Rick

Similar Messages

  • Fine Control of Time-line expansion

    When I expand the time-line I don't get the fine control I want at large expansion settings.
    If you push the slider all the way to the left you get only ~10 frames or less on the time-line.
    Moving the slider as little to the right as possible I get more expansion than I want
    Is there a way to do fine-control and get expansion in between those two settings?

    Not sure anyone will have an exact answer for you but, in addition to the suggestions already provided, you might want to try:
    So long as your active window is not the Browser, pressing Option & - or + will zoom out/in.
    (As mentioned, the Command key works, but only if the Timeline is the active window.)
    If you're looking to zoom into a groups of clips, select them and press Option-Shift-Z to Fit To Selection

  • Require help controlling the time line of movie with AS 2.0

    I am trying to control a movie clip via action script through a button.
    My Flash File has a master movie clip "masterMC" that contains all of
    the movie clips for the flash movie.  It is essentially a calendar that
    when the user clicks on a date a small box pops up with the event(s)
    scheduled for that day.
    Inside "masterMC" there is a movie clip "calendar" and a movie clip
    "events" both with similar instance names.  Inside the "calendar" movie
    clip are calendar graphics of different months (oddly enough) where the
    dates on which an event falls is a button symbol.  I have a layer in the
    "masterMC" that holds the action script for the buttons.  I am trying
    to, when a button I pressed, trigger a specific frame to play in the
    "events" movie clip that brings up the box with the events.  One of my
    button's code looks like:
    Oct18_btn.onRelease = function (){
        eventsMC.gotoAndPlay("oct18");
    I have verified all instance names, frame names, letter case etc... And
    cannot figure out why when I test the movie nothing happens when I click
    the button.  Is there a problem in the code or could it be something
    else?  Thank you.

    I apologize for harping on about this, I have been away for a couple weeks and just saw this.  I think this is the case.  The "eventsMC" and "calMC" are in the "masterMC" however the button is inside of another movie clip called "octMC" within the "calMC" therefore I cannot seem to manipulate the action script correctly to achieve the result I want.  I have tried everything that has been posted as a possible solution and have gotten nowwhere.  I tried putting the script directly on the button as:
    on(release){
         eventsMC.gotoAndPlay ("oct11");
    and all varients using "_root." etc... and have gotten nothing.  I attached the .fla file if anyone is willing to take a look and help me; the only button I have been working is the one for OCT 11.  I simply want to repeat the same process each time an event falls within a day of the month.  Thank you.

  • Controlling root time line from a movie clip

    Hi
    Ive been searching around for an hour or so and cant find anything that helping.
    Im using cs4 and actionscript 2.
    in my 2nd scene i have a movie clip with a roll over button inside, i need that button to control the root timeline and navigate around the site, how do i do this? this is what ive got and doesnt work -
    on (release) {
        _root.gotoAndPlay("main movie", 2);
    thanks for any help.

    Try using just a label name for the frame, no scene or frame number... Navigation for scene-based designs can be problematic.  It will save you some issues if you design using just one scene.

  • Have keyframes in effect controls window coincide with main time line

    Hello,
    Is there any way I can have the time line in my effects control window coincide with my main time line ?
    Example,  I add keyframes along my main time line, but any time I wish to edit  them, I need to scrub my effect controls window timeline to get to that
    spot  that coincides on the main time line.  I'm just wondering how I can  have both time lines show the same area at the same time.
    So  if I'm at the end of my time line, and add a keyframe, and then wish to  just scrub or move my cursor to the beginning of my main time line, the
    time  line in the upper window ( effects control window ) does not reflect  the area of the main time line I am currently at, I need to actually  click the time time
    line ( main time line ) in order to "refresh" the upper effect control window time line.
    Thanks for any advice,
    Dave.

    Hi Jim,
    that's what I mean, thanks for info.  I guess this isn't a popular want from users, I just thought it would be neat if we could do this, it's not a big deal, but I thought
    I would ask.  Thanks for the informatiion - at least I know now.
    Dave
    JSS1138 wrote:
    I think he wants the CTI of the Effects pane to match the CTI of the sequence.  If one moves, the other moves as well.
    In CS4 this happens by default.  Has that changed for CS5?

  • How to add a custom multimedia playback control to add a time line of what is being played?

    How to add a custom skin in multimedia playback control to add a time line of what is being played?  As it is being played...
    I need a time line so any part of the what is being played can be found by time, ie at 1 minute and 30 seconds in and continues for 45 seconds out of a 50 minute audo.

    If you're talking about a playback controller within the rich media annotation (RMA) then you need to write your own widget in Flash or Flex, and then place the video and widget files using the multimedia "Add Flash" tool in Acrobat instead of the "Add Video" tool. Aside from a bunch of proprietary code to handle events, commenting and the API (which you can live without for basic play-pause-scrub applications), video RMAs are just an embedded SWF file containing an FLVPlayback component. The skin and the video file itself are added to the RMA as resource entries. You can build your own version and have it display whatever controls you want, provided you know how to write ActionScript!
    If you're talking about a controller that's external to the RMA (e.g. a series of links or buttons elsewhere on the page) then in the past you would use FLV video files and the 'cue points' feature that's built into Acrobat - however Adobe removed the ability to create FLV files in the latest version of CC, so unless you have CS6 or earlier it's a non-starter. Instead you can manually set playback start points using the special "multimedia operations" link action in your PDF - though stopping playback at a defined point is very difficult without FLV cues. For that you're back to writing your own widget.

  • Controlling flash movie clips...

    I made a flash animation using timelines and broke my movie up into three clips. The clips run fine in their own time line. I was reading about clip.play() clip.stop() and it seemed like I could do this. I have a main timeline with three frames. Each frame has a movie clip symbol on it. Each movie clip symbol has a timeline a few seconds long in it.
    I did this because I want to put a click event that will go to a different url depending on which clip the viewer is currently seeing. This swf file will be embedded into an html document.
    When I run the resulting swf - the three frames on the main timeline zip along like crazy and the movie clips don't play at all. I've tried every combination of stop() and play() I can think of but this is just not working as advertised...
    My movie clips have instance names of Clip1, Clip2 and Clip3. Can someone help me with
    1) some sample code that works so that I can run these clips in consecutive order;
    2) the appropriate onClick code to use in the main timeline frames for my url events
    Thanks much.
    BC

    I had to put this on hold to make a deadline and never really got back to it until just now - another similar request. So here is a modification to the code provided to me that I made and seems to do exactly what I wanted. I am not an expert at script but I haven't had a problem with this so I am going with it. If this helps anyone else - great! I never got a reply from the original poster on how to fix the problem where the script they provided looped around on my final movie clip.
    This is the code I used in frame one to control the loop for the three movie clips:
    var myMov:MovieClip
    myMov = Clip1
    this.stop();
    // myMov.play()
    this.addEventListener (Event.ENTER_FRAME, onEnterFrame); function onEnterFrame (event:Event):void {
    // is "myMov" current frame, play head, at the end of "myMov"
    if (myMov.currentFrame >= myMov.totalFrames) {
    // if it is then move the main timeline on 1 frame  
    if (this.currentFrame == 3) {
      myMov = Clip1;
      this.gotoAndStop (this.currentFrame-2);  }
    else {
      this.gotoAndStop (this.currentFrame+1);  }

  • Time Line Crowded

    Hi All
    Just getting to grips with Captivate, but when I have a few
    items on (the stage) the time line is not hiding the items as you
    progress through the slide (like flash does). Have I set this up
    correct or is this something Captivate is lacking?
    thanks Mike

    Hi Mike
    The Timeline will indeed show all items on each slide. There
    simply is no way to hide them on an item by item basis. So this is
    just one way that Captivate differs frrom Flash. We do see lots of
    folks that are a bit surprised that Captivate and Flash aren't more
    similar to one another, but the fact remains that they happen to be
    two entirely different applications with two entirely different
    purposes that happen to produce the same output type.
    If you would like to add to the collective voice of others
    that would like to see this feature, please consider submitting a
    wishform at the link below:
    Click
    here to view the wish form
    Cheers... Rick

  • Can only export 18 minutes of 1 hour time line

    Hello
    I have a completely rendered, for Neat noise reduction, time line that is just over 1 hour long by about a minute.  This was an award ceremony for a client shot on Sony PMW320 camcorder with SxS card at 1080i 29.97 and set up the same in Premiere on the time line.  Lights illuminating the stage at request of the CEO had been taken down much lower than they should have been because they were bothering him at the lecturn where he was speaking in pre-show checks.  Consequently I had to use 12db gain which left me with a lot of noise.  My plan was to use Neat noise reduction and take care of all the render times and mixing of two mono audio tracks in Premiere before giving him a Quicktime file to use in his FCP system and then he would be able to insert the reaction and floor shots from a 2nd handheld B camera which was mobile on the floor.  I did not know if he had a good noise reduction software program himself and just wanted to save him all the labor.
    As I am new to Premiere my first project for this for the time line did not have the audio set up correctly, but the clips were imported into the Media Browser and were able to be worked with OK for a short while before I realized I would nead to redo it for the audio.  From my camera it was a continuous 1 hour take but the SxS files copied straight from my camcorder first to my 2 3TB internal drives set up for RAID 0 on my new Mac Pro from OWC built with their MPG program, were broken into 3.56GB clips of 12 min 32 second lengths.     6 core 3.46ghz CPU and Quadro 4000 GPU  48gb memory for the system.
    On the second and new project with the correct audio settings, I experimented with copying those same files from the camcorder to a different 1TB internal drive.  I must have done that differently, maybe by hi lighting the separate clips together and dragging them into the drive, because when I imported them into the Media Browser this time they came in as 1 continuous file.  And that is what is on the noise processed and audio mixed time line.....one continuous sequence with no cuts or breaks in it.
    Twice now I have tried to export the completely rendered "continuous" sequence to a 64gb flash drive with the USB 2.0 connector on the Mac.  Each time the process has taken about 7 and 1/2 hours and each time it has stopped at 18 minutes and 11 seconds in.  4.29GB copied for both tries.  Does anyone see something here that explains why the export would stop short each time in the same place?  No error messages, and no problem with RAM as I have the 48gb.   When setting it up and the export begins it shows in the window the full 1 hour length with the start and end points it will take it from.
    Thanks much
    Ron

    Sorry for the delay in getting back.  I had woken around 3:30AM and got up to check the status of the 2nd export attempt, and when I found the same situation as the first attempt, stayed up to post here and see what reponses hopefully might be here when I got up in the morning.
    Ann, there are no gaps on the time line as it is one continuous file, due I guess in how I saved it to the other disc.  Just uploaded the one really good Neat profile I got on the individual file segments in the browser from the RAID drive that I had placed on the time line with the first sequence.  The first three of those left a bit more noise in some spots, but a lot of noise still crawling on the right cheek of the CEO in the low light he saddled us with.  Luckily the 4 try Neat really nailed it. 
    BUT....after typing the above I just re-inserted the Lexar flash drive and brought up its info and yep it does say, "MS-DOS (FAT 32)"    Uggghhhh!  Bought it a week and a half ago from Office Depot in town.  Wasn't cheap.... $178 plus tax.  Still have my receipt, hopefully they will refund.  This type of scenario is exactly why I bought that large a size ....64gb.  To be able to have enough space to leave shooting job with a client if necessary and they could mail it back to me when the job was offloaded.
    Is there any kind of flash drive that size then, that doesn't have the file size restriction I can pick up from on line or like a Frys please?  I think the incredibly slow export was due to the 2.0 USB and all the Neat noise reducing information, plus HD codec I guess.  7 1/2 hour export and only 18 minutes out of the hour covered..  Are there any other convenient options to leave with a client, with maybe SATA connection, which would be safe to ship back to me in these situations that could take the jostling from shipping?
    Thanks very much
    Ron

  • Has anyone else has seen this problem with their iPod touch 5th Generation with iOS 7.0.4. My screen started making flashing white lines across the screen, then went dim, then pixeled with purples

    The ipod will show flashing white lines across the screen, going down, it then does somthing where the screen will dim down but its not like when the backlight goes on and its about to lock. It dims the background of your ipod and the icons and letters kind of all look defined. Then the ipod gets all pixelized and it has big boxes on pixels and its all differnt colors like purples and greens, red, etc. then it turns right off and restarts itself less than 5 seconds later. These things happen really fast but when it does it's really weird. It first happened 3 times in a row, Its still continuing to happen but i can manually turn off my ipod by holding the lock button down and not even 30 seconds later it's like its possessed and it turns on by itself. I talked to somone on appel and they told me to back it up and restore it. I restored it and as soon as the process ended and tuirned on like a brand new ipod and like clockwork the glitch happened instantly. It did it a couple of times throughout the night and i kept having to watch it so i can keep turning it off manually because it continues to turn on by itself. I talked to 3 different people on Apple Support and they couldnt even find an answer for me. It's so weird.

    Try:                           
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try another cable
    - Try on another computer                            
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
      Apple Retail Store - Genius Bar                              
    Also,
    If you restored to factory settings/new iPod via iTunes (Not via Settings>General>Reset>Erase all Content and Setting) and still have the problem that indicates a hardware problem.
    Make an appointment at the Genius Bar of an Apple store..
    Apple Retail Store - Genius Bar

  • How to reclaim spare space back at the end of my clips on the time line

    When I have edited stuff on the time line I find that through moving clips around that I have an empty space after my collection of clips that I have arranged. How do I reclaim that empty space back so that where my clips end so does the time line.
    I have tried saving the project and reopening it but this does not seem to do anything as I still have the space left.
    Any help would be gratefully received Thanx ahead of time.

    Control click on the empty space and, on the drop down menu, click on Convert Empty Space to Clip. Then, delete the clip you just created.
    If the empty space is at the end of your movie, you can do the same as above. But, if your playhead still continues moving past the end of the movie, then expand your time line as wide as possible and check down your time line for little bits of clips left over from editing, and delete those. Any audio that extends past your video clips at the end of the movie should be trimmed back as well, even if you have muted them.

  • Can I access a label inside of an MC and then go back to the main time line

    Here is my current set up.
    I have a labeled section on main time line which has icons of 12 different videos. Each icon acts as a button and brings a user to a labeled section with a FLV Video Playback component impemented to play the corresponding video. These labeled sections are located on the main time.
    This methog makes my main time line very long. Is there a way to make an additional MC which will hold all the video buttons and then have this MC separated into labeled sections.
    In other words can I access a label inside of an MC and then go back to the main time line?
    My present code for accessing the label located on the main timeline is:
    HowTo_maininfo_mc.theArrangement_btn.addEventListener(MouseEvent.CLICK, theArrangement_btn_amimated_btnDown);
    function theArrangement_btn_amimated_btnDown(event:MouseEvent):void {
    gotoAndPlay("theArrangement");
    How would it look if my label "theArrangement" would be located inside of an MC?
    Is there any specific code if I want to have a close button located on the label inside of an MC and it needs to fire out to a label located on the main timeline?

    Oh, WOW! It is working perfectly now.
    My mistake was that I was specifiying the var sourceVar:String;
    for every single button. It was not clear to me from the first example that it has to be specified only once.
    I made a small test Flash file and everything works now. It still doesn't work on my big flash file, I guess some other code messes it up and I can' not figure what it is exactly.
    I would like to include the OUTPUT error message in hopes that you can spot right away what a mistake could be:
    VideoError: 1000: Unable to make connection to server or to find FLV on server
              at fl.video::VideoPlayer/stop()
              at fl.video::FLVPlayback/stop()
              at acolyteVideos_fla::mainsite_mc_2/stopF2()[acolyteVideos_fla.mainsite_mc_2::frame484:21]
              at flash.display::MovieClip/gotoAndPlay()
              at acolyteVideos_fla::mainsite_mc_2/onClick_GoBackToHowTo2()[acolyteVideos_fla.mainsite_mc_2 ::frame484:13]
    If there is no immediate cure for it, I will go through code line by line. Since it is working on the test it must be something wrong with my main file.
    Additiona question (please let me know if I should paste it as a new thread)
    I have similar set up with UILoader. Where different buttons set up to bring a user to individual labeled sections with individual UILoader. Should it be arranged in the same way that it is only one loader and "var sourceVar:String;" code is the one which brings up different content for each button?

  • Going Back to the main frame, from inside a movie clip time line.

    In flash CS5 I want to go back to the main time line, from inside a movie clip button, so when i click the the movie clip it goes to another frame on the main time line..
    Can anyone help me?
    Thanks
    Daniel Derrick

    your can use _root to reference the main timeline from anywhere though that can lead to problems if your swf is loaded by another swf.  because of that eventuality, it would be better to use a relative path back to the main timeline.
    so, from a movieclip's timeline (when the movieclip is on the main timeline), you can use _parent to reference the main timeline.
    but even better would be to use no code on that movieclip's timeline and keep all your code on one timeline (the main one).

  • How load variables to a movie clip on a masked layer on my main time line

    the problem I have is that I been trying to load text from a
    text file news.txt into a movie clip on my main time line the
    problem is when the layer where the video clip is locates is masked
    the variables will not load, but it does work when the layer is
    unmasked, but then the website does not work the way it is suposed
    to look.
    any Idea on how I can get arround this????

    PArt of the problem will be due to declaring the uiLoader inside of a function.  When you do that you limit its scope to within that function.  You should declare it outside of any function if you need to access it in more than one function.
    import flash.events.MouseEvent;
    import fl.motion.MotionEvent;
    var uiLoader:UILoader;
    var targetObj:Object;
    The other problems I see regard the line you point to.  It is not spelling the name the same, using a lowercase "l". Also, if you want to target what the UILoader contains, you should target its "content" property, as in...
    targetObj = uiLoader.content.mask_01

  • Is it possible to stretch or make the time line smaller or consolidate it?

    Hi how do I consolidate adobe flash arrange window area so that I can make my time line small to be able to see the whole movie with keyframes how I want to see them.  there are some times I have to scrool alway the way right, how do i avoide from doing this?
    Something similar to how adobes audition stretches waves is this possible to do in your timeline?

    You're basically just changing the size of the frames in the timele. Selecting the smallest possible size frame will of course allow more of the timeline to ve seen in the viewable area. I understand that sometimes no matter what you do, you may end up with timelines containing a lot of frames. But this can be minimized by making good use of embedded movie clips and AS classes for teed ing and other things that normally require frames and keyframes.

Maybe you are looking for

  • ABAP-Mapping with CALL TRANSFORMATION

    Hi everybody, I got an ABAP mapping that uses CALL TRANSFORMATION: TRY.       CALL TRANSFORMATION (strxsltid)         SOURCE XML IDOCXML_DOCUMENT         RESULT XML result.     CATCH cx_xslt_abap_call_error INTO lr_oref.       text = lr_oref->get_tex

  • Maintenance of higher education cess for imports

    In classify condition types of taxinn why do we dont have a field for maintaining  higher education cess condition types for imports.

  • Is it possible to build a German keyboard in an MacBook Pro in US?

    Hey Guys, I'm thinking about buying a MacBook Pro. I have lots of german friends and they use a different keyboard. I looked at the online store but I could not find, how to build a german keyboard in the MacBook and I really would like to have a ger

  • Operations Manager 2.0

    Hi, We have installed CiscoWorks CommonServices 3.0.5 with Operations Manager 2.0.1 but unable to add devices to Operations Manager database for monitoring purpose. While adding devices to the Operations Manager database, we are getting following err

  • The ArrayList of Beans That I Created Is A Null

    I have a bean. The bean has only one property. I populate the bean from fetching data from the database. Because more than one record should be picked up from the database (the data table is created by me, there should be a number of records to be pi