Import video do html5 canvas project.
I know that animate does not support video import. So I have a problem, I'm writing a stand alone application using html5 canvas to be run on a browser. I will make an .exe file that when opened it will open a browser and run in it.
The thing is that in this "aplication" there are videos. I can't put an internet url because there won't be internet access and I can't set a local URL because it will be different then the one on my machine (it would be used in multiple computers across the city).
I also read that embedding a video in the project has a lot of bugs (audio sync, project size, etc...).
Is there a way to have a video file play in html5 canvas that doesn't require internet access and a way to always keep the local url the same so the project can find the file?
