User Tag List

Results 1 to 6 of 6

Thread: Preloeder for Java?

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleSWF Export Module

    Join Date
    Feb 2007
    Location
    Weiningen ZH, Switzerland
    Posts
    179
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Preloeder for Java?

    Hi Clickers,

    My main question is though that my applet is quite big of kb. Is there a way to create a preloader so that waiting for the app to load won't get to boring?

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleSWF Export ModuleXNA Export Module
    Fusion 2.5 (Steam)
    Mathias's Avatar
    Join Date
    Jun 2006
    Location
    Copenhagen, Denmark
    Posts
    1,083
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)

    Re: Preloeder for Java?

    What about coding one yourself in Java? It shouldn't be so hard. I haven't looked into it, though.

  3. #3
    No Products Registered

    Join Date
    Jul 2006
    Location
    Amsterdam, Netherlands
    Posts
    58
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Preloeder for Java?

    Java itself has an orange loading screen when you try to load a big applet, so you don't even have to worry about a progress bar.

  4. #4
    Clicker Multimedia Fusion 2
    SEELE's Avatar
    Join Date
    Jul 2007
    Location
    Terra australis incognito
    Posts
    1,916
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Preloeder for Java?

    a preloaded would be possible just begin it as hidden then the first command would be to tell the browser to unhide it and hide the "preloaded" however it wouldn't know how long is left to download but it could look nicer then a blank screen, goodluck.

  5. #5
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleSWF Export Module

    Join Date
    Feb 2007
    Location
    Weiningen ZH, Switzerland
    Posts
    179
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Preloeder for Java?

    @DaVince: thats what I got thinking about too. So I guess that would help so far.

  6. #6
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleSWF Export ModuleXNA Export Module
    Fusion 2.5 (Steam)
    Mathias's Avatar
    Join Date
    Jun 2006
    Location
    Copenhagen, Denmark
    Posts
    1,083
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)

    Re: Preloeder for Java?

    This is what I found (using Google, erm...)
    http://bezier.de/processing/xhtml/ap...ect/index.html
    Should be quite easy to make, you just need one of the Java compilers, or you could use JavaScript.

Posting Permissions

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