I would like to rollover (onmouseover?) a button that is a video and have the video (button) play. (A 5 sec video that stops at end)
On rolloff (onmouseoff?) the same button I would like it to rewind to the beginning for next rollover.
I would like to add more of these “Video Button Rollovers” to the same website page in the future. I would like to use DreamWeaver CS4, and stay away from flash for more accessibility and less memory intensive overhead. (obviously no control-bar for video)
I have all the parts to this to try a variety of solutions.
-The video is a box with untied string on a white background.
When played a person fades-on and ties the string into a bow.
(white background matches website background)
Parts:
video from untied box to tied box with person .mov
image of first frame of video .jpg
video from untied box to tied box with person to person fade-off and untied box .mov
video of tied box with person to person fade-off and untied box.mov
This is not a very good approach IMHO. For starters, you’re not guaranteed that people will have the quicktime plugin (needed to play .mov). The plugin also introduces its own controls, so it will not really blend into the page well.
Flash seems a better solution. Or even an animated GIF, since it’s only 5 seconds long, might be suitable depending on what this bow is like.
Even without the control bar, you’ll still have the border around it, no?
Regardless of the video compression type, some of your visitors will not have the right plugin installed. The most common is Flash, so FLV or MP4 is the best choice, but then you might as well just use “normal” Flash instead of video embedded in Flash.
Any ideas on flash actionscript 3 for controlling/playing video on rollover and rewinding video on rolloff? I made an FLV and imported into flash CS3, no luck yet.