Tagged Questions

0
votes
2answers
20 views

Dynamically changing a keyframes time atribute in JavaFX

I am making a game in JavaFX and have implemented a slider for controlling the game speed. I have a simple slider (javafx.scene.control.Slider) and I'm binding the time atribute for the gameloop to …
0
votes
1answer
23 views

flv player control time

Hi I am using the flex flv player component and i want to be able to skip 5 seconds forward and backwards , at the moment from what i understand from the documents it is not acurate because the …
1
vote
1answer
143 views

How to animate “typing” text in SketchFlow?

In Microsoft's Expression Blend 3 SketchFlow application. How would you go about animating the typing of text, ideally in staged character by character fashion. As if the user is typing it. An …
0
votes
1answer
121 views

Getting keyframe info from FLV

I'd like to see the amount, and if possible, the exact position of all keyframes within a .FLV movie file. Anyone know of a way to programmatically do this, or at least know a video player that can …
2
votes
1answer
276 views

haXe: Keyframe animation without frames

I would like to do simple (looping) animation (moving, changing alpha etc) in haXe (flash9). I don't have anything that resembles frames in my library, just single frame assets. Since I am a …