You might want to check out Zinc from MDM (http://www.multidmedia.com/)
 
It's a standalone flash player that can also host activex controls.


From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of boy_trike
Sent: Monday, September 25, 2006 1:43 PM
To: [email protected]
Subject: [flexcoders] Re: using an OCX with Flex

Thanks for the response! Since this is an INTRANET (and the SWF is sitting on an
accessable file server) I can either use a browser OR the flash player to run the SWF. My
choice. (which ever is EASIER). This OCX is written in VB and expects to run under most
3GL's (Delphi, VB, C, etc.). Does this make my implimentation easier?

Thanks

Bruce

--- In [EMAIL PROTECTED]ups.com, John Dowdell <[EMAIL PROTECTED].> wrote:
>
> boy_trike wrote:
> > I am considering re-writing a traditional client-server application in Flex. This will be
an
> > INTRANET application and all of the clients have a registered OCX that my app has to
> > communicate with (Interfaces with a phone dialer).
>
> If all of your audience must use an OCX phone-dialer, then it sounds
> like they're all using the Microsoft browser for Windows. (This is the
> only browser family which uses ActiveX as an extension mechanism.)
>
> Flex lives in your development flow and on your server, and it's a SWF
> which is delivered to their browsers to render. SWFs in IE can
> communicate with other ActiveX Controls, with the best communication
> being with those ActiveX Controls which expose a _vbscript_/JScript
> interface (Microsoft's "_javascript_" analogues).
>
> Two steps here:
> -- First confirm that the OCX dialer supports a suitable _javascript_
> API; then
> -- Do a Google search on "externalinterface flex" to find the range of
> resources on implementing it.
>
> Such work is usually a little trickier than standalone work, because
> you're asking the plugin, the browser, and the third-party control to
> all behave as you expect, but it's definitely an achievable goal.
>
> jd
>
>
> --
> John Dowdell . Adobe Developer Support . San Francisco CA USA
> Weblog: http://weblogs.macromedia.com/jd
> Aggregator: http://weblogs.macromedia.com/mxna
> Technotes: http://www.macromedia.com/support/
> Spam killed my private email -- public record is best, thanks.
>

__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___

Reply via email to