I have a project which calls for both video and images to play randomly, fade out, and be replaced by a new video/image. It needs to be full screen.
Is an html file running in a modern browser using any variety of javascript/css/ajax/whatever capable of doing this? Otherwise, I’ll probably need to use a desktop app of some kind. I’d prefer html since it would be open source and easily manageable if I need to add or remove items, but I’m open for any suggestions.
thanks!
JavaScript can’t go fullscreen, but Flash can and may be where you’ll find your solution.