So this is a very simple videoplayer that I wrote which allows you to step through a movie frame by frame, which my the software installed on my school's server doesn't seem to do. We needed this so we could work on a project in mathematics related to modelling parabolas.
You can see it here.
I've attached the source mathplayer.fla file which requires the Flash IDE (version 8 or greater) to edit. You can remove the ugly red graph (which I needed for my exercise) simply by deleting it from the library. You can also replace the video that is embedded in this mathplayer.fla file with your own video as your needs require. If you see the comment below, you'll see why you have to do this embedding.
| Attachment | Size |
|---|---|
| mathplayer.fla | 336.5 KB |
Comments
flashplayer frame-by-frame
Hi,
I am interested in a flashplayer frame-by-frame. Is it possible to get and use your flashplayer.
Answer please to johann.wein@t-online.de
Greetings
Johann
Frame by frame player source code
Hi Johann,
I've sent you an email. I have no objection to releasing my code, but unfortunately the solution I have for this requires that the video be embedded in the swf itself instead of using it as an external file. This is because of the requirement for the ability to move frame by frame in the player.
I'll upload a sample of it, and if you have the Flash IDE, version 8 or greater, you should be able to open up the example and import/embed your own video. This is definitely a less than ideal solution, but I don't know how to do it any other way (a more experienced Flash developer could probably do this though).
Dave