Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Pre-sales

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-20-2003, 11:34 AM
Junior Member
 
Join Date: Jul 2003
Posts: 1
Default using video

I'm not sure if I already know the answer to this, but is it possible to playback quicktime video files from within an SWFkit application.

If not, what media files can I playback and how do I do it?

I ask because we've been forced to use director for several projects....when we actually prefer to use flash. We've found that encoding video in flash is pretty hit and miss and even when you do get it in ok there a re issues over syncing sound and video, memory problems etc. etc.

Any help you can give me would be apppreciated.


Thanks in advance.
Reply With Quote
  #2 (permalink)  
Old 07-21-2003, 12:53 AM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:using video

You can playback a quicktime movie in a SWFKit application by using the quicktime ActiveX object.

You can also playback other movies such as avi, asf, wmv by using the Microsoft windows media player.

The Microsoft windows media player has been installed on most of the Windows systems, but the Quicktime player doesn't. You can test and install the quicktime player in SWFKit like this:

var quicktime_player = new ActiveXObject("QuickTime.QuickTime.3");
if (quicktime_player == undefined)
{
Shell.runAndWait(The Quicktime Player installer);
}

To play a .mov file

var var1 = createControl("QuickTime.QuickTime.3", 0, 0, 200, 200);
var1.activex.seturl("g:\\cats_and_dogs_144.mov");
var1.activex.play();
Reply With Quote
  #3 (permalink)  
Old 05-04-2004, 04:01 PM
Junior Member
 
Join Date: May 2004
Posts: 4
Default Re:using video

Is there a way for to check if window media player has the correct Codec installed before playing any compressed AVI. Thanks. -DVMS.TV
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 02:50 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.