Jump to content

Flash (Actionscript) interaction possible through COM?


Zazza

Recommended Posts

Greetings,

I know this is not DVBViewer-strictly related but, I wonder if it's possible to make Flash 8/9 (Actionscript) interact with DVBViewer thru COM interface.

 

For example:

 

having a Flash compiled movie with a box that when clicked shows the current channel (dvb.CurrentChannel.Name).

I thought about Zinc,mProjector but I don't know if they are for this kind of purpose.

 

Any guess?

Thank you very much for your time.

Link to comment

I'm not familar with Actionscript. But if COM ist supported it should by possible to access the interface of DVBViewer. There are several examples here in this forum how to access the COM interface from different scripting languages llike PHP, VBS, AutoIT.

Link to comment

Hi dbraner and thanks for your reply.

Yes, as you mentioned, that's indeed simple with autoit:

 

$DVBViewer = ObjGet ("", "DVBViewerServer.DVBViewer")
MsgBox(1,"",$DVBViewer.CurrentChannel.Name)

 

but I wonder if there's a "direct" way using only Flash...

Edited by Zazza
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...