View Single Post
  #4 (permalink)  
Old 12-09-2008, 12:03 PM
mwalstra mwalstra is offline
Member
 
Join Date: Dec 2008
Posts: 7
Rep Power: 0
mwalstra is on a distinguished road
Default
Hi,

It seems i am not getting any new replies on this:

Basically i currently use the following code on a webpage,
<object width=350 height=350
classid="CLSID:74F4F118-91E6-4AFC-B8D2-04066781F239"
id="eztwain"
name="eztwain"
codebase="$CAB#Version=1,56,0,12"
standby="Loading Fica">
<param name="wmode" value="transparent">
<param name="EnableLogging" value="True">
<param name="AppTitle" value="FWApp">
<param name="LicenseKey" value="1619579093">

I would like to know if i am able to use the same CAB file in JAVA
Reply With Quote