TOC PREV NEXT INDEX




Dependencies


JAR Files

The Flash pilot is included in ib6winflash.jar.

DLL Files

The Flash pilot uses the native Windows Flash player to render Flash content and is not a pure Java rendering component. The following native Windows .dll (dynamic link libraries) files must be available to the client machine at runtime:

To enable Flash support, these .dll files must be either:

JDK Version

The Flash pilot requires JDK 1.3.1 or greater.

Storm File

The entries below must be added to the default ICEbrowser storm file to enable Flash pilot support. The Flash version value specified in the storm file is reported to HTML content via Javascript and the version information provided below may affect what Flash content is provided in an HTML page:

# Flash v6.0 enabled by default, replace with commented out Flash v7.0

entries if desired
 
application/x-shockwave-flash:\
 
description=Shockwave Flash 6.0 r40;\
 
# description=Shockwave Flash 7.0 r19;\
 
file_extensions=.swf
 

 
pilot: \
 
   name=Shockwave Flash;\
 
   version=6.0;\
 
# version=7.0;\
 
   author=ICEsoft, Macromedia;\
 
   description=Shockwave Flash 6.0 r40;\
 
# description=Shockwave Flash 7.0 r19;\
 
   classname=ice.pilots.flash.win.ThePilot;\
 
   content_types=application/x-shockwave-flash
 

 

An example storm file is provided with the Flash pilot that contains the standard ICEbrowser SDK storm file entries as well as the above Flash pilot entries. To specify a custom storm file for the ICEbrowser to use at runtime, use the
-Dice.storm.storm="file:///C:\IB6WinFlash\flashstorm" system property.



Copyright 2005. ICEsoft Technologies, Inc.
http://www.icesoft.com

TOC PREV NEXT INDEX