Friday, November 6, 2009
run a local qt movie from a web page ...
I wrote a windows program to show sports scores, and during updates show an advertisement. My program downloads all the .mov files (ads) to the clients computer and holds them locally to save bandwidth. During a score update, the system calls a web page that is supposed to open the local movie file.
I've tried sending an address parameter of "File:///c:/the/movie/path/movie.mov" but no go. I tried several variations.
Basically this:
QT_WriteOBJECT(
"$moviePath", "$embedWidth", "$embedHeight", "",
"autoplay","true"
);
Works fine if I give it a http:// url, but it refuses to load my local file.
Orignal From: run a local qt movie from a web page ...
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment