home |  
Sell Downloads - Ejunkie
open db network by 19.5 degrees
LYRICS | FREE E-BOOKS | SELL DOWNLOADS WITH PAYPAL
 in   
contribute for fun & profit
brink
-Dynamic Web TWA..
-Dynamic TWAIN..
-QuickTime Simpl..
-ASP Components..
 
See all Active-X
 
All Resources > Active-X > GRAPHICS / MULTIMEDIA
spread the word around  send this page to a friend   read/write comments/corrections/additions comments  rate this 

QuickTime Simple Active-X control

by 19.5 Degrees
 
 
Developer / Artist / Author: Kamal Nijhawan
 
views: 19323 | rating: 3/10 | downloads: 11104 download
 


What is this?
QuickTimeSimple is an Active-X control for playing Apple QuickTime movies from within Visual Basic applications or any other Active-X enabled container. It provides simplified means to add QuickTime capabilities in your application. This is the simple and free version and provides programmatic access to QuickTime linear movies.

Who needs this?

Windows GUI developers wanting to add QuickTime support in their apps.

What is needed?
You need to have QuickTime installed on the machine. The control just provides a thin wrapper on the QuickTime C API that is little bit complex to use.
Other dependencies include MFC 4.2 libraries (specifically MFC42.dll and MSVCRT.dll) Well, you don’t need to worry as all latest windows versions include this by default.

How to install it?
Extract the QuickTimeSimple.ocx file in any directory.
Open Command Window.
Go to the directory where you have extracted the QuickTimeSimple.ocx file.
Run the command . . . “Regsvr32 QuickTimeSimple.ocx”. It should pop a message box saying DllRegisterServer called successfully or something like that.

You may also give the command from the Start Menu => Run “Regsvr32 <absolute path of QuickTimeSimple.ocx>”

How to use it? (Visual Basic Settings)
Make sure that the QuickTimeSimple.ocx is registered properly.
Go to Project => Components
From the Controls tab, Check QuickTimeSimple ActiveX Control module.
If it is not appearing there, try to browse the QuickTimeSimple.ocx.
Press Apply or Ok.

Control Properties
Property Name Read-only Description
MovieName No Name of the movie to play
MovieHeight Yes Height of the movie currently opened. Can be used to size the control to fit the movie.
MovieWidth Yes Width of the movie currently opened. Can be used to size the control to fit the movie.
PlayOnOpen No Whether the movie should start playing automatically when it is opened.
ShowControls No Hide/Show the default QuickTime Control Bar.
Stretch No Whether the movie should adjust it's size to fill the entire control space.
MovieDuration Yes Length of the movie. Can be used to control custom progress bar along with MovieTime.
MovieTime No Current position in the movie time scale. Can be used to control custom progress bar along with MovieDuration.

Control Methods

Method Name Return Type Description
OpenMovie Boolean Loads the movie file.
PlayMovie Void Start playing the movie from the beginning.
PauseMovie Void Pauses the movie.
ResumeMovie Void Start playing the movie from the current position.
StopMovie Void Stops the movie.
CloseMovie Void Closes the movie.
AboutBox Void Shows the About dialog box.

A sample Visual Basic Project is given showing the different capabilities of the active-x module.

How to uninstall it?
Go to the directory where you unpacked the QuickTimeSimple.ocx.
Run the command Regsvr32 /u QuickTimeSimple.ocx.
Delete QuickTimeSimple.ocx


download


« PREVIOUS
  INDEX
NEXT »

spread the word around
read comments

can not load or find Quicktime ActiveX control
posted by: huycomf
on: Apr 26, 08 10:40 pm

my Qicktime can not load or find Quicktime ActiveX control. how can I solve it??

post reply | read replies (0)



Application Development & License Agreement...
posted by: ParkAveDavinci
on: Feb 11, 06 3:37 pm

I too would like a formal copy of your License agreement, please forward me one.

Thank-You-

post reply | read replies (0)



Mr.
posted by: Jesse
on: May 4, 05 5:38 am

Dear Mr. Kamal Nijhawan

I am planning to use the QuickTimeSimple.Ocx for developing my applications. I would like to get a formal copy of the License Agreement of this ocx. Can you please send me one....

Sincerely ...

Jesse

post reply | read replies (0)



Works like a charm
posted by: Marc
on: Mar 10, 05 11:53 am

This ocx module works perfectly for our need. I have a VB6 application that keeps track of videos submitted to our news organization. Using the QuicktimeSimple ocx lets me play the QT video straight from the application with just a few lines of added code.

post reply | read replies (0)



untitled
posted by: Jesse
on: Nov 11, 04 10:41 pm

Your quicktime ocx is a great help.... Your a genius... can you please show me how you did it.... I would like to view the code if its possible...

Thanks

post reply | read replies (0)



read more commentspost comment 



home | contact | contribute | terms of use | privacy policy |