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???

    just use some basic CSS to style the window... once the mov loads it will cover the styling and your set... no php required

      Hey, it sounds really great, but I was thinking...

      Where I will put the CSS? I dont know if you noticed, but there is not an HTML page to be called: I call the .MOV file directly and let the plugin take care about the rest...

      This is the problem!

        Write a Reply...