|
|||
|
Hello,
I have created a presentation with movies (.avi) using the embedded mediaplayer. Works fine The customer now requires a quicktime version.I have used the same principle: var var1 = createControl("QuickTime.QuickTime.3", 192, 145, 832, 671); var1.activex.Open("movies\tisch.mov"); No film appears. Quicktime 6.5 is installed. I then changed the 3 to a 4. var var1 = createControl("QuickTime.QuickTime.4", 192, 145, 832, 671); the quicktime window then opens, but a window open saying there is a error with the plugin! I have also tried this var var1 = createControl("QuickTime.QuickTime.4", 192, 145, 832, 671); var1.activex.seturl("movies\film.mov"); var1.activex.play(); where am i going wrong. can you please help thanks Greg Palmer |
|
|||
|
Are the mov files in the attachment list? Please try
var1.activex.seturl(getAdditionalFile("movies\\tis ch.mov")); or if the mov files are in the same folder of the exe file var1.activex.seturl(getAppDir() + "\\movies\\tisch.mov"); |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|