User Tag List

Results 1 to 5 of 5

Thread: Applet or Webstart?

  1. #1
    No Products Registered

    Join Date
    Dec 2007
    Posts
    8
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Applet or Webstart?

    There are two types of java applets in the java runtime for MMF2 beta.



    Which has their disadvantages and advantages?

  2. #2
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Francois's Avatar
    Join Date
    Jul 2006
    Location
    Montpellier, France
    Posts
    6,920
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)

    Re: Applet or Webstart?

    Read the documentation, in the help, "distributing" section

  3. #3
    No Products Registered

    Join Date
    Dec 2007
    Posts
    8
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Applet or Webstart?

    Ok,Thanks.

  4. #4
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: Applet or Webstart?

    Applets are embeded into a webpage.

    Webstart are linked to a webpage but launched into their own windows.

    I am sure there are a few more differences also but I am not 100% clear on what they are

  5. #5
    No Products Registered

    Join Date
    Feb 2009
    Posts
    52
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Applet or Webstart?

    What Jeff said, although it's also possible to run applets outside of the browser. However, this requires the user to find and click the applet after downloading it, like any download. OTOH, Web Start makes it a one-click affair while also getting you outside of the browser and giving the user a download progress bar, a taskbar/dock icon and other niceties. You can edit the .jnlp file MMF generates to brand your application, too.

    If you make an applet, you need to test it on all browsers. Some browsers may force your applet's display to refresh, resulting in white or frame-background flickering. With Chacker, we had problems on Firefox when we distributed it as an applet.

    If any of your users report flickering, switch to Web Start.

Similar Threads

  1. Applet Java
    By markymoniom in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 22nd June 2013, 02:38 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •