Copy link to clipboard
Copied
I'm doing a project for school and I need to include a video. Whenever I test the movie in Animate and press the play button, there's always a white screen that shows before the video plays. Also, the video will play when I test the movie in Animate, but it's doesn't play when I test it in browser. Will someone please help me with this.
Here is a link to the video of what's going on:
Adobe Animate CC Help with Video on Vimeo
The video format is mp4
Here is the action:
import flash.events.MouseEvent;
playbutton.addEventListener(MouseEvent.CLICK, video1);
function video1(event:MouseEvent):void {
gotoAndPlay(242)
}
1. the white is probably a loading (of your video) delay. you can use a poster to prevent that.
2. you probably aren't testing correctly but it's hard to say exactly what you could be doing wrong. and it's possible you have a browser issue.
Copy link to clipboard
Copied
1. the white is probably a loading (of your video) delay. you can use a poster to prevent that.
2. you probably aren't testing correctly but it's hard to say exactly what you could be doing wrong. and it's possible you have a browser issue.
Copy link to clipboard
Copied
Okay. Well, I do have a picture that shows before the video plays, and the way I'm testing it going to Control > Test Movie > In Animate. It could be that I have a browser issue. Thank you for your reply!
Copy link to clipboard
Copied
you're welcome.
Copy link to clipboard
Copied
You have to check the file formate of video. May be the lower version of video can support by software
For more visite here
Find more inspiration, events, and resources on the new Adobe Community
Explore Now