Timeline Slider Problem

hello,
I'm having a problem with my timeline slider everything works great on it until I try and hide it when going to a new page in the flash. There are two pages, a homepage with the timeline and second page with the timeline hidden. When going to the second page I want to have the timeline slide off the document. When I do this it causes the timeline slider tab position to jump back to the beginning of the timeline before sliding off screen. I can't seem to figure out how to preserve the slider tab position before the timeline moves off screen.
Originally the slider tab of the timeline animates onto screen using a traditional tween after running this as2:
var enableTicker = false;
var tickerMc:MovieClip = this.createEmptyMovieClip("tickerMc", this.getNextHighestDepth());
tickerMc.onEnterFrame = function() {
if(enableTicker) {
if((timebutton._x > 35) && (timebutton._x <= 70)) {
if((_root._currentframe != 46) && (_root._currentframe != 45)) {
theframe = "frame1920";
//_root.blender.gotoAndPlay(2);
_root.gotoAndPlay(theframe);
if((timebutton._x > 70) && (timebutton._x <= 140)) {
if(_root._currentframe != 47) {
theframe = "frame1930";
//_root.blender.gotoAndPlay(2);
_root.gotoAndPlay(theframe);
if((timebutton._x > 140) && (timebutton._x <= 208)) {
if(_root._currentframe != 48) {
theframe = "frame1940";
//_root.blender.gotoAndPlay(2);
_root.gotoAndPlay(theframe);
if((timebutton._x > 208) && (timebutton._x <= 275)) {
if(_root._currentframe != 49) {
theframe = "frame1950";
//_root.blender.gotoAndPlay(2);
_root.gotoAndPlay(theframe);
if((timebutton._x > 275) && (timebutton._x <= 345)) {
if(_root._currentframe != 50) {
theframe = "frame1960";
//_root.blender.gotoAndPlay(2);
_root.gotoAndPlay(theframe);
if((timebutton._x > 345) && (timebutton._x <= 413)) {
if(_root._currentframe != 51) {
theframe = "frame1970";
//_root.blender.gotoAndPlay(2);
_root.gotoAndPlay(theframe);
if((timebutton._x > 413) && (timebutton._x <= 481)) {
if(_root._currentframe != 52) {
theframe = "frame1980";
//_root.blender.gotoAndPlay(2);
_root.gotoAndPlay(theframe);
if((timebutton._x > 481) && (timebutton._x <= 547)) {
if(_root._currentframe != 53) {
theframe = "frame1990";
//_root.blender.gotoAndPlay(2);
_root.gotoAndPlay(theframe);
if((timebutton._x > 547) && (timebutton._x <= 610)) {
if(_root._currentframe != 54) {
theframe = "frame2000";
//_root.blender.gotoAndPlay(2);
_root.gotoAndPlay(theframe);
if((timebutton._x > 610) && (timebutton._x <= 690)) {
if(_root._currentframe != 55) {
theframe = "frame2010";
//_root.blender.gotoAndPlay(2);
_root.gotoAndPlay(theframe);
//trace(timebutton._x);
At the end of the tween the slider tab has this as2:
on (press) {
if(init) {
startDrag("timebutton", false, 32, 440, 637, 440);
if(!dragHelpInit) {
dragHelpInit = true;
_root.dragHelp.gotoAndPlay("hideDrag");
dragging = true;
usingDrag = true;
on (release) {
if(init) {
stopDrag();
if((timebutton._x > 31) && (timebutton._x <= 100)) {
if((_root._currentframe != 46) && (_root._currentframe != 45)) {
theframe = "frame1920";
_root.blender.gotoAndPlay(2);
if((timebutton._x > 100) && (timebutton._x <= 170)) {
trace("i'm here");
if(_root._currentframe != 47) {
theframe = "frame1930";
_root.blender.gotoAndPlay(2);
trace("and here");
//_root.gotoAndStop("frame1930");
if((timebutton._x > 170) && (timebutton._x <= 235)) {
if(_root._currentframe != 48) {
theframe = "frame1940";
_root.blender.gotoAndPlay(2);
if((timebutton._x > 235) && (timebutton._x <= 303)) {
if(_root._currentframe != 49) {
theframe = "frame1950";
_root.blender.gotoAndPlay(2);
if((timebutton._x > 303) && (timebutton._x <= 373)) {
if(_root._currentframe != 50) {
theframe = "frame1960";
_root.blender.gotoAndPlay(2);
if((timebutton._x > 373) && (timebutton._x <= 443)) {
if(_root._currentframe != 51) {
theframe = "frame1970";
_root.blender.gotoAndPlay(2);
if((timebutton._x > 443) && (timebutton._x <= 508)) {
if(_root._currentframe != 52) {
theframe = "frame1980";
_root.blender.gotoAndPlay(2);
if((timebutton._x > 508) && (timebutton._x <= 573)) {
if(_root._currentframe != 53) {
theframe = "frame1990";
_root.blender.gotoAndPlay(2);
if((timebutton._x > 573) && (timebutton._x <= 630)) {
if(_root._currentframe != 54) {
theframe = "frame2000";
_root.blender.gotoAndPlay(2);
if((timebutton._x > 630) && (timebutton._x <= 720)) {
if(_root._currentframe != 55) {
theframe = "frame2010";
_root.blender.gotoAndPlay(2);
trace(timebutton._x);
dragging = false;
Now when I try to animate it off screen it obviously jumps back to the initial position because I'm basically just using the same key frames, but reversed. Does anyone know how I can preserve the position of this slider tab?

Just to get this out of the way early, as a test, make sure that the Timeline Panel has focus, and try the Spacebar again. While the Timeline will play, with many other Panels having focus, I have encountered times, where, say focus on the Project Panel, will not allow the Timeline to play.
In PrPro, there is an orange border around any Panel with focus, but PrE is not so easy to spot, unless you are looking at the Timeline Panel's border, when you click on it, and notice a very subtle (I mean VERY subtle) change.
Good luck,
Hunt

Similar Messages

  • Missing Timeline Slider

    Hi there, Happy New Year,
    My timeline slider has vanished, very odd!
    Only on the laptop though, even when pluggin in an external monitor. iMac upstairs has a fully functional slider. Both are running 10.1 and latest OS.
    I've attached a grab - any idea?
    Thanks!
    Paul

    Tom Wolsky wrote:
    Yes you do. There are three scroll bar preferences in General system preferences.
    Ah, you mean in the OS System Preferences - not the FCPX General Prefs ... cool.
    -paul.

  • Apple ProRes Timeline playback problem - Please Help

    I am capturing 720p 60 video from a Panasonic Varicam using a Blackmagic HD Extreme card and using the Apple ProsRes (HQ) setting (Blackmagic HDTV 720p 59.94). We are editing the film in Apple ProRes 422 (HQ) 24fps. In my timeline all the clips are marked for render preview (green). When I play back sequences, some scenes seem to be stuttering or playing back two duplicate frames. Some scenes play fine. I've rendered the sequences and it corrects the problem with some scenes and causes the problem in others. There seems to be no consistency to what is happening. I would deeply appreciate any input on this problem.
    Thanks.

    The clips and the sequence don't match. We are capturing 60fps from the Varicam, but need to edit in 24fps for a film release. I don't mind rendering the sequences, but it sometimes fixes the problem and sometimes causes the problem. Thanks for the thought though.

  • Web Gallery Scroll Bar Slider Problem

    Hi,
    I'm running Windows XP Professional and Lightroom 1.3.1. I seem to have a problem with the functionality of the sliders in the scroll bars of the web galleries that I make. I use the Flash templates.
    I can drag the slider to move through the thumbnails. But when I click in the open area of the scroll bar to scroll forward or backward a page at a time, nothing happens. That functionality seems to be missing. My cursor will change to a pointed finger when it moves across the slider bar, and the up and down arrows at the ends of the scroll bar. It will not change when I place it in the open area of the scroll bar, indicating that the functionality does not exist.
    This seems very odd and contrary to the global behavior of slider bars in all other applications, including within Lightroom.
    Any idea what's going on and any solutions?
    Thanks,
    Steve

    Hi...
    Please check in your application parameters. Did you declare wdtablenavigation parameter?
    and check table properties like scrollbarvisible always  or none...
    Check this link for application parameters.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/7b/fb57412df8091de10000000a155106/content.htm
    Regards
    Srinivas

  • Nokia 701 lock slider problem

    Hi guys, i bought my 701 a month ago and i'm experiencing an annoying problem with the screen lock/unlock slider at the side of the device (probably after updating to Belle FP1) sometimes when i lock/unlock the screen it repeats the action twice, for example when i unlock the screen it unlocks and suddenly it locks again i tried soft and hard reset but no luck is there any solution ?
    Solved!
    Go to Solution.

    Take it to Nokia care
    If my post has helped you please click the white star on the right

  • 6500 Slide Problems

    Hello,
    I brought a Nokia 6500 Slide about a month ago, about a week ago all the buttons stopped working except for the End Call (red button), so i could only turn it on and off.
    Couple days ago they started to work again, but then i came across another problem. Now everytime i switch the phone on if works fine for a couple seconds then resets to the starting screen and switches itself off.
    The software version is v8.3
    Any help on this please ?
    Regards

    Probably the best advice ever given to me about this particular model phone (Nokia 6500) was from a tech support guy, who i might add was very patient with a new user (yes new, not novice - don't assume i know nothing about phones) he spoke clearly and slowly these words.
    "Ok sir, please give me another number i can contact you on"
    - so i gave him the number of my girlfriends phone -
    -30 seconds later he calls back on the other number -
    "Ok now go ahead and power down (turn off) your phone and allow at least 30 seconds for the power down to finish, now please go ahead and remove the back plate of your phone, now remove your battery and wait a further one minute while we discuss some other features you mentioned earlier" - so he was giving the phone time to go completely dead with no power (battery removed) and kept chatting to me about other features on the phone, while i presume he kept one eye on the clock- after about 3-4 minutes of discussing some other features on the phone, he said "Now go ahead and reassemble the phone, by putting the battery back in and replacing the back plate" -after i had done all this he said- "Now please turn the phone back on and wait at least 2 minutes before touching any other keys" -again he kept me talking about other features on the phone, whilst maintaining one eye on the clock- at the end of it all- "Please reset all your ringtones and personal settings the way you would like them to be" -again he waited on the line while i did this-"Now please if you have any other problems like this, please call us back" and to this day, i have not called them back.
    Listen carefully to what a tech support guy says, follow his/her instructions to the letter and you too can have a trouble free Nokia 6500 like me.
    Occasionally when my phone does this default reset - i feel as though it might be a problem with the interface between the mico SD card and the phone's ability to communicate between the 2. So a simple hard reset as described above almost always fixes the problem. Nokia's source coding would be older then most people who come on these forums - and have no doubt in saying that there may be some slight glitches in this particular release ... but a simple hard reset almost always fixes this particular problem.
    Some programs that run devices are almost mechanical and if they miss a step, have almost no way of reverting back to the previous step, so resetting the phone will take us back to the first step and allow the phone to work it's way through it's own process until the glitch becomes evident again.
    Message Edited by mad_on_phones on 19-Oct-2008 11:55 PM

  • Flash CS3 timeline display problems

    I have just upgraded to Flash CS3 and immediately noticed a
    problem when viewing and working with the Timeline window. When I
    click on a frame (keyframe or other) it highlights that frame
    completely white, which means I can no longer tell what type of
    frame it is. The same happens if I highlight a series of frames,
    they are all white and hard to interact with. If I highlight a
    series of frames and attempt to Right-Click, I can rarely get a
    sub-menu to show for quick options like 'Remove Frames' and 'Create
    Motion Tween'. Most of the time my Right-Click is ignored
    completely (ie nothing happens).
    I have searched Google, Flashkit and Adobe site for help with
    this, but no love. Has anyone else experienced this problem? The
    rest of my CS3 install is working perfectly.
    Computer: 20" iMac Intel 2.16Ghz Core 2 Duo, 2Gb RAM, 250Gb
    HDD (~100Gb Free)
    OS: Mac OS X 10.4.9
    Version: Adobe Flash CS3 Version 9.0

    quote:
    Originally posted by:
    sczulu
    Since upgrading from Flash V8, I'm having an issue where
    prominent fonts (such as Myriad Pro) appear jaggy until the file is
    published, making layout and design difficult. I've checked the
    text display settings with now change in appearance. The files do
    publish with anti-aliased text.
    I've noticed this issue as well and was wondering why I was
    having a problem, thanks for answering that question.

  • N80 slider problem

    hi,
    i have a nokia n80 and the upper part of the slider is shaking. will it break appart????does any other nokia n80 user have this problem?????
    At last a nseries phone im truely happy with THE N82

    but they said it willl give me network problems and also the phone will stop working so i dont want to take a risk
    At last a nseries phone im truely happy with THE N82

  • Premiere elements 10 timeline dragging problem

    Hi .. I have installed Premiere Elements 10.0 Trial version and am seeing a problem with the user interface when I drag a clip within the timeline.
    The screen-image from the top part of the user-interface  becomes the background of the timeline section when a clip is dragged within the timeline - see attached images (before dragging, and during dragging).
    I saw there was a Java runtime issue for Lion, so I have now installed this - didn't fix the issue (unless I have to reinstall PRE after I've installed the runtime).
    I am running the following system:
    MacBook Pro 13-inch, Early 2011
    Processor  2.3 GHz Intel Core i5
    Memory  4 GB 1333 MHz DDR3
    Graphics  Intel HD Graphics 3000 384 MB
    Software  Mac OS X Lion 10.7.2 (11C74)
    Any thoughts welcomed, thanks,
    Adam
    [UPDATE] I see this is a known issue.
    Message was edited by: phibot

    Thanks for the feedback Steve ..
    In the screen-grabs above, the video clip was from an old VHS imported to iMovie (using a canopus ADVC-55).  I'm sure you are right - the settings wouldn't have been matching .. although I didn't keep the project so I can't check (it was a jpeg still on video 1).
    Ihave now tried again - with project settings matching the video clip file (DV PAL 25 fps 720 x 576), no jpegs, and the red lines are gone .. but the problem is still there when I drag a clip within the timeline (even if there's just one clip in the project).  As mentioned in my edit, I see there is a known issue with Mac OS X Lion and PRE in the Timeline .. link here, although that says there are colour artifacts in the Timeline where I'm seeing the screen-image from above duplicated as the background, but I'm sure it's the same bug.
    .. thanks again - helpful stuff I didn't know.

  • ACR Blacks slider problem?

    Hi
    When i use the "Blacks" slider in ACR the darkest parts of the image "block up" and look very noisy. Unlike setting the black point or creating shadow clipping with the levels tool in PS, which gives a smooth effect, the black slider in camera raw seems to make the shadows crunchy and often with red pixels around the black ones.
    I use both PS5 and PS6 and on both programs i have the same "problem". I also have used ACR 6.2, 6.7, 7.0 and 7.2. All with the same effect.
    Up to ACR 7.0 the blacks slider had a range of 0-100 with the default being 5, and from 7.0 onward the slider can be set to either a plus or minus figure. In either version the default value often makes my shadows look pretty awful on screen. My question is - is this normal? In every book i read it says the blacks slider can be used ruthlessly to sett he black point but if i do that it creates a pretty blocked up result compared to the Levels black slider in PS.
    I shoot with a Canon EOS 5d mk2 and the RAW files appear to have quite noisy shadows when compared to the out of camera Jpegs which have silky smooth ones. Not sure if that is part of the problem?

    You have several issues swirling around...first off, the old Blacks slider in Process Version 2003/2010 is completely different than Process Version 2012. Yes, any Blacks moves in the earlier process versions tended to really clamp the Blacks...that is now considerably different in the new PV 2012.
    So, which do you want to learn how to use?
    The Blacks slider of PV 2012 is prolly the last slider you want to use in the tone controls in the Basic panel. If you use it too early, you are not taking an optimal approach to tone mapping. There are plenty of tutorial (Adobe TV) to learn how to use the PV 2012 adjustments...if you learn how to use PV 2012, I suspect your clamped Blacks issue will go away.
    As far as the noise in the shadows, the camera JPGs get a dose of noise reduction in-camera. In ACR/LR, luminance noise reduction is set to zero (no luminance noise reduction at all). This would explain why your JPGs seem smoother than the default rendering in ACR/LR. I suggest learning how to adjust the luminance noise reduction in ACR/LR to optimize the noise in your raw captures. Some decent tutorials out there for that too...

  • Timeline Display problem

    I am stumped and so is everyone I know. I have several clips that do not work properly once I place them onto the timeline.
    The audio plays fine but the video doesn't. All it shows is a single frame. The footage works fine in the Viewer but not in Canvass once i have placed it into the timeline. It seems to be a problem with _only a few of the clips._ Most of them work just fine. The video plays in the timeline for a while but once it comes to a cut where the source comes from one of these clips it shows only a single frame.
    Here is the kicker. The frame that is shown is always from a different clip. Never from the actual source.
    I know this is a display problem because I have tried Exporting the timeline with a few of these glitches present and the cut comes out just fine. That is a comforting thought but I do need to see what I am working on.
    Please, please help me. Is there a setting i need to change to either the clip or the Canvass? Is this a hardware problem? Am I being a complete amateur? Please help.

    I was hoping that wouldn't be what you would say but I was beginning to think the clips were exported wrong. Thanks. Sorry for the double posting. I was having trouble finding this original post. I thought it had been deleted. It has happened before. Not on Apple.com but elsewhere.

  • Photoshop cc, timeline scrolling problem

    in Photoshop cc, on the timeline, the button at bottom right that scrolls the project layers forward and back is stuck in the far right position. How do I get it unstuck?

    Okay, I have a Mac. A window did pop up this time with cmd alt shift asking
    if I wanted to delete my Photoshop settings. I hit yes. When Photoshop
    opened I created a new file with the preset Film and Video and the timeline
    has returned with the slider working properly.  What is that slider button
    called anyway? Also the blue action safe lines have returned as they were
    missing earlier as well.  Now will I have to reset all my shortcut keys?
    I'll check.  Thanks for your help getting me this far!
    On Mon, Jan 26, 2015 at 3:59 PM, Silkrooster <[email protected]>

  • Full width slider problem

    Hi
    I want to create website with full-width slidershow. But when i publish from the muse neither the full width slider is shown nor the image.
    im sharing the link that i published from muse: http://pakstaryeni.businesscatalyst.com/index.html
    and this is the image from adobe muse preview :
    I tried almost everthing i can but in the end it never works. Can you please help me how to solve this issue?
    thank you
    eray

    Hi Abhishek
    its the same. I could not fix this problem. I also made another website which has the same problem. This is the link of new website: http://atasehirmey.businesscatalyst.com/index.html
    Again slider in main page does not work, compositions are not working and gallery doesnt appear. Do you have any suggestion to fix this?
    Thank you
    Eray

  • Nokia 5610 express music slide problem

    hi frndz!
    i hav bought new nokia 5610. For answering the calls i hav set the settings to " answer on opening the slide". Bt whenever i open the slide to answer the call, i get connected to the cal after 3-4sec on opening the slide.
    So is this problem being faced by me only or is it a general problem in the handset.

    23-Apr-2008 08:02 AM
    navigator wrote:
    i went through the post and i would like to give my opinion.the navi slider key is very delicate and breaks off very easily as said in the forum.regarding the delay in answering the call i think we need to wait for the new software.nice if nokia understands this and gives a solution faster.
    I have reparied my slider key once already. This is indeed a very bad problem. Here it costed me USD 20 for getting it repaired from Nokia. The replaced has already started developing cracks inspite of minimal usage and carrying it in a ultra soft "Case Logic" mobile cover. Any advice on avoiding this prob or I just have to assume now that I cant avoid it.

  • Re iPhoto 9.4 shadow slider problem:

    Has anyone noticed the changed behaviour of what used to be (in iPhoto 08) a useful tool?  It used to brighten only shadows, now it brightens just about everything.  Is there any way to get it to work the way it used to?

    John,
    for me the Highlights and Shadows sliders work like before. They increase the brightness of the shadow areas.
    Are you using iPhoto 9.4.2?
    Do you see the problem only with specific photos, for example underexposed photos, or with all photos?
    If you look at the histogram while moving the "Shadows" slider, you will see that it will stretch the contrast of pixels that are darker than 50% of the maximum intensity level. If your photo is badly underexposed, and all pixels are in this range, then all levels will be raised by the slider.
    One way to solve this for underexposed photos is to adjust the exposure before using the "Highlights and Shadows" sliders.
    Does it not work for you like this? Then please explain in more detail, what you see. Perhaps a screenshot will help.
    Regards
    Léonie

Maybe you are looking for