Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-02-2003, 03:39 AM
Junior Member
 
Join Date: Jun 2003
Posts: 6
Default ActiveX manual

Where can I find something like ActiveX manual with all object, their methods and properties?

For example here is extact from help:
-------------------------------------------------
createControl

Description

Creates an embeded ActiveX control in the projector.



//Embed a Microsoft Media Player in the projector:

var mplayer = createControl("MediaPlayer.MediaPlayer.1");

//set the placement of the media player

mplayer.window.move(0, 0, 200, 200);

//Open an avi

mplayer.activex.Open("c:\\demo.avi");
-------------------------------------------------

or

-------------------------------------------------
//Example1 - create an ActiveXObject by specified a class name
word = new ActiveXObject("word.application");
word.Visible = true;
trace(word.Visible);
word.Documents.Add();
word.Selection.TypeText("This is a test...");
word.Documents[1].SaveAs("c:\\test.doc");
word.Quit();
-------------------------------------------------

But how do I know that I can use "Open" to open avi
or "SaveAs" to save Word document?

I think it must be some manual somewhere.
Can you give any links?
Reply With Quote
  #2 (permalink)  
Old 06-02-2003, 11:01 AM
Senior Member
 
Join Date: Jan 2001
Posts: 413
Default Re: ActiveX manual

It depends on which type of activex you choose to use,
normaly every kind of activex has it's own manual,u can find them in their official web sites.

If you want to use some of Microsoft Activex, I suggest you to download the OLE/COM Object Viewer
http://www.microsoft.com/windows2000.../oleview-o.asp

"View type library contents in Oleview to determine what methods, properties,
and events a Microsoft ActiveX control supports... "
Reply With Quote
  #3 (permalink)  
Old 06-02-2003, 08:47 PM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re: ActiveX manual

http://msdn.microsoft.com/library/de...yercontrol.asp

http://msdn.microsoft.com/library/de...ml/web/007.asp
Reply With Quote
  #4 (permalink)  
Old 06-04-2003, 01:54 AM
Senior Member
 
Join Date: Feb 2003
Posts: 212
Default Re: ActiveX manual

I checked out the tutorials from microsoft.
They are all about controling the word application.
But is it possible to view the word document in the flash projector (just like the mediaplayer)
Reply With Quote
  #5 (permalink)  
Old 06-04-2003, 05:08 AM
Junior Member
 
Join Date: Jun 2003
Posts: 6
Default Re: ActiveX manual

What if walk through all objects properties?
Something like

x = new ActiveXObject("word.application");
var str='';
for(i in x) str+=i;
trace(str);

But it does not work. Even in JavaScript works.
Is it posible in FFish?
Maybe I made some mistake?
Reply With Quote
  #6 (permalink)  
Old 06-05-2003, 07:13 AM
Senior Member
 
Join Date: Feb 2003
Posts: 212
Default Re: ActiveX manual

that wouldn't solve my problem.
I would like to view the wordfile (with the exact layout)
With the pdf-ActiveX the startupscreen from Acrobat reader popped out and I could view the entire pages and acrobatcontrols within my projector.

I would like the same thing, but with wordfiles.
I would like to find an activeX or a wordviewer that can work that way with swfkit
Reply With Quote
  #7 (permalink)  
Old 06-05-2003, 08:55 AM
Junior Member
 
Join Date: Jun 2003
Posts: 6
Default Re: ActiveX manual

Maybe someone can share scripts with different ActiveXObject manipulations. Or prodive links where I can download them.
Reply With Quote
  #8 (permalink)  
Old 06-06-2003, 09:09 AM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re: ActiveX manual

Hi meester,

SWFKit doesn't support OLE in-place activation, so it's very hard to edit a doc file from within SWFKit. But the richedit control supports embeded OLE object, there might be a way to make it work like you said. We will let you know when we have found the solution.
Reply With Quote
  #9 (permalink)  
Old 06-07-2003, 10:43 AM
Junior Member
 
Join Date: May 2003
Posts: 3
Default Re: ActiveX manual

editing wouldn't be necessary.
Just viewing would be allright for me!
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 04:44 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.