Uses of Class
com.jpackages.jflashplayer.JFlashLibraryLoadFailedException

Uses of JFlashLibraryLoadFailedException in com.jpackages.jflashplayer
 

Methods in com.jpackages.jflashplayer that throw JFlashLibraryLoadFailedException
static boolean FlashPanel.hasFlashVersion(java.lang.String version)
           Retrieves if the system has the specified flash version.
 

Constructors in com.jpackages.jflashplayer that throw JFlashLibraryLoadFailedException
FlashPanel(java.io.File f)
          Constructs a FlashPanel given a flash animation (swf) File.
FlashPanel(java.io.File f, boolean autoplay)
          Constructs a FlashPanel given a flash animation (swf) File.
FlashPanel(java.net.URL u)
          Constructs a FlashPanel given a flash animation (swf) URL.
FlashPanel(java.net.URL u, boolean autoplay)
          Constructs a FlashPanel given a flash animation (swf) URL.