Hey,
I have an application that must launch a .MOV (quicktime) file.
Ok, no problem regards that: I just pop a js window and call directly the .mov file, then after to load it, the movies starts to play.
The question is that my customer do not wants that the poped window do not keep blank while the .MOV file loads, and he asked me to put a dark blue background with his logo. Then, instead to pop the .MOV file, I thought about to pop a php scritp that calls the .mov file.
Now, my doubt: how to script in php a .mov call?
If it was a picture I could just add a IMG SRC tag, etc. But how to do what with a .MOV file???