Question: using a video sequence as a Pre-Loader

I want to create a preloader that plays a video frame-by-frame in sequence according to the percentage of the total bytes loaded.

in short, if the swf has loaded 25%, then it should show the video at frame 25 or at 25%

the project; I want an image of my 3d model to start off as appearing to be hand drawn 2D, then transition into a full color 3D image as the swf loads.

Since my background is in 3D, not web design, I only have a basic grasp on Action scripting, so I tried to modify other code snippets with disastrous results, and most of the time, no results.

It doesn’t make a difference to me whether the video would be encapsulated in a movie-clip or if its just embedded in the time line, whatever is easier to do.

Attached is an image of what the final result should look like.

in closing, thanks for any and all replies.