I was doing some testing last night...seeing if video would work ok.
Kiss Commercial from 1976, using embedded video.
Success...it works...
Now....lets try another video using movie clip using action scripting.
No luck, i tried making buttons using a nirvana video, but for some reason keep getting the error below, also the video goes about half the speed of the audio.
**Error** Scene=Scene 1, layer=outline, frame=1:Line 1: Mouse events are permitted only for button instances
on (release) {
Total ActionScript Errors: 1 Reported Errors: 1
on (release) {
jumps.stop();
}
Lets try another video ... Kiss commercial from 78
Nope I got the same response...this is from that example from the lynda.com book and it's not working.
Although it works for their example video they used which is the snow board video, i used a common mpeg1 video.
Also it goes twice as slow and i made it 'low quality' when building the flv.
The next test i made was a photo gallery of the boat show using the script of on (release) {
gotoAndPlay(21);...etc. and although the first button works to get to the next photo...the rest do not and i get the error message below.
**Error** Scene=Scene 1, layer=buttons, frame=11:Line 1: Mouse events are permitted only for button instances
on (release) {
**Error** Scene=Scene 1, layer=buttons, frame=21:Line 1: Mouse events are permitted only for button instances
on (release) {
**Error** Scene=Scene 1, layer=buttons, frame=31:Line 1: Mouse events are permitted only for button instances
on (release) {
**Error** Scene=Scene 1, layer=buttons, frame=40:Line 1: Mouse events are permitted only for button instances
on (release) {
Total ActionScript Errors: 4 Reported Errors: 4
Here is one just embedding a simple video from YouTube
Kiss - Mattell dolls commercial
;