|
|||
|
Hi again, i want to know if it is possible to load a quicktime using ffish in swfkit, i tried it the same way I do with de media player, using the activex control
quicktime.quicktime.1 but it doesnŽt work, does it exists another method, or how can I do. the only way i get it to work is loading first a window with the iexplorer, and then loading and html that contains the quicktime. IŽll appreciate your comments Thanks Miguel |
|
|||
|
We tested the
Code:
var var1 = createControl("QuickTime.QuickTime.3", 0, 0, 200, 200);
var1.activex.seturl("g:\\cats_and_dogs_144.mov");
var1.activex.play();
You can get the reference of the QuickTime player at http://developer.apple.com/techpubs/...atsNew-73.html http://developer.apple.com/techpubs/...atsNew-74.html |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|