Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-07-2004, 11:21 AM
Senior Member
 
Join Date: Feb 2003
Posts: 212
Default ActiveX help

Swfkit can handle activeX.
But as non-educated programmer I have difficultys with the way to handle activeX.
I'm trying to use the scorch activeX from Sibelius to display a music score.
The only documentation I found was one to implement the activeX in internet explorer. It looks like this:
Code:
<object id="ScorchPlugin"
classid="clsid:A8F2B9BD-A6A0-486A-9744-18920D898429"
width="x"
height="y"
codebase="http://www.sibelius.com/download/sof...eXPlugin.cab">
<param name="src" value="file.sib">
<param name="type" value="application/x-sibelius-score">
<param name="scorch_minimum_version" value="2000">
<param name="scorch_preferred_version" value="2040">
<param name="scorch_shrink_limit" value="90">
<embed src="tree.sib"
scorch_minimum_version="2000"
scorch_preferred_version="2040"
scorch_shrink_limit="90"
width="x"
height="y"
type="application/x-sibelius-score"
codebase="http://www.sibelius.com/cgi/plugin.pl"
pluginspage="http://www.sibelius.com/cgi/plugin.pl">
</embed>
</object>
where x and y are the pixel dimensions of the Scorch window, and file.sib is the complete path to the Sibelius file (usually it will simply be e.g. file.sib as we recommend that the HTML and Sibelius files should live in the same directory).

How do I start to adapt this code to work in SWFkit?


( an example of a sib file can be found here http://www.dolmetsch.com/tree.sib
Reply With Quote
  #2 (permalink)  
Old 12-08-2004, 09:00 AM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:ActiveX help

It seems that the activex doesn't work outside the web browser, so please embed a web browser control in your app and use the web browser to open a html page which will display your music file.
Reply With Quote
  #3 (permalink)  
Old 12-14-2004, 02:05 PM
Senior Member
 
Join Date: Feb 2003
Posts: 212
Default Re:ActiveX help

when i embed a browser,
will i then be able to control the activeX from within SWFkit, or am I then obliged to write the whole thing in html
Reply With Quote
  #4 (permalink)  
Old 12-19-2004, 08:01 AM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:ActiveX help

Yes, you have to control the activex control using html.

We embeded the activex control in swfkit, vc, vb and only got a blank window.

So we think it cannot be accessed outside the web browser.
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:31 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.