timeline

Is there any timeline to predict the support of HTML5 features? Any source?

Planning to use HTML5 in a big project, I need to make an exact timeline for future changes. Is there any source to tell me when a particular feature of HTML5 will be ready? Is there a roadmap for HTML5 support for each particular web engine? Just for some more details, I’m working on a social/video sharing site. I want to use new feat...

Storing vast amounts of (simple) timeline graph data in a DB

I need to store the number of plays for every second of a podcast / audio file. This will result in a simple timeline graph (like the "hits" graph in Google Analytics) with seconds on the x-axis and plays on the y-axis. However, these podcasts could potentially go on for up to 3 hours, and 100,000 plays for each second is not unrealisti...

Continuous Timeline in Iphone App?

Background: Workout App is designed to have a continuous timeline that I can then input what exercise and reps I'm doing in real-time, then graph the results in real-time. Issue: When the iphone sleeps for too long, we lose the continuity of the Timeline and it restarts. We haven't figured out how to keep the timeline updating while the...

Using a graphic to scroll the timeline in AS3

Hello. I have a movieclip with the instance name 'core'. Core contains 500 frames, and from the root timeline I want to be able to click on a movieclip I have with the instance 'scroller' and have it scrub through the 500 frames, forwards or backwards within a confined area. I have tried a few things like Timelinemax but am having trou...

gotoandplay detect the end of and begin playing another section of the timeline

I have a series of sections in the timeline and I'd like to use gotoandplay. How do I begin playback of another section of the timeline. Is there a way to detect the end of gotoandplay? for example: 3 objects and 6 frames. each object has a animate in frame and an opposity animate out frame. At each frame the user can pick any of the ...

simile timeline. problem with XML file

Hi guys! I was searching through the web how to do time lines. I found this one that I like: http://www.simile-widgets.org/timeline/ So I try to follow their tutorial, which can be found here: http://simile.mit.edu/wiki/How_to_Create_Timelines I following the tutorial so the code is the same but here it goes: <script> var tl;...

jQuery slider as a timeline

I have just finished incorporating a jQuery accordian with a jQuery Slider. I.e. 3 pictures are displayed. The user can either use PREV or NEXT buttons to view the next/prev 3 images. They can also navigate through all the images with the slider. The next step is to make this slider look like a timeline. The left hand side needs to sta...

Ajax driven timeline-style blog (in Drupal)

I have created a blog in drupal using CCK and taxonomy. I wish to display my posts in a timeline, according to the posted date (using views). So far I have created a listing of the post titles on a timeline. I now want to display the posts using ajax, wherein clicking on a post title will load the content of that node on the same page. G...

Hiding Flash timeline layers for preview/publish

When I'm in design mode in Flash Pro, I can selectively hide layers. However, whenever I run the movie for testing the hidden layer inevitably shows up. Frustrating, as I want to be able to test several different layers and not have them all appear. What am I doing wrong? ...

How to paste object into all frames of Flash timeline

How do I paste an object into all frames of a timeline layer in Flash CS5? ...

Adding Actions to Button Symbol frames in Flash CS5

For some reason I can't add ActionScript actions to a timeline frame within a Button Symbol, like I normally would with MovieClip symbols or on the stage. The Actions panel shows this message: "In ActionScript 3.0, code cannot be placed directly on objects. Please select a frame..." even though I definetely have a frame selected! An...

Edit item in all frames of a timeline layer in Flash CS5

I'm confused as to how Flash CS5 treats symbol instances across different frames in a given layer; If I add an object to a layer, and then add a keyframe to the existing frame set, are there now two instances of the object, one for each frame? When I change the color of the instance in the first key frame, the second keyframes instance ...

Can't change MediaTimeline's RepeatBehavior after it's started?

I'm running a MediaElement using MediaTimeline and MediaClock. However, when I change the RepeatBehavior after it's started it has no effect, I.e. When set to RepeatBehavior.Forever and Begin(), changing to RepeatBehavior(1) has no effect - the timeline continues forever. Likewise if the timeline is set to RepeatBehavior(1) changing it t...

Is it possible to have timeline marker / add image to the slider in WPF using Blend?

I have research on my question but it seem like only silverlight have timeline marker.. I want to show the user when is the next part of the video going to start at on the video slider but I really got no idea how to do it. Or is it possible to add images near the slider, to show user where/when will be the next video parts going to star...