Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-03-2005, 04:06 PM
Junior Member
 
Join Date: Jun 2005
Posts: 5
Default quicktime problem

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
Reply With Quote
  #2 (permalink)  
Old 06-06-2005, 07:06 AM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:quicktime problem

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");
Reply With Quote
  #3 (permalink)  
Old 06-06-2005, 10:47 AM
Junior Member
 
Join Date: Jun 2005
Posts: 5
Default Re:quicktime problem


The second script worked, thanks for your help ;D
Reply With Quote
Reply

Was this information helpful?    Yes No



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 07:57 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.