User Tag List

Results 1 to 3 of 3

Thread: Zip Object help

  1. #1
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro
    Paul_Boland's Avatar
    Join Date
    Jun 2006
    Location
    Waterford, Ireland.
    Posts
    2,739
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Zip Object help

    Hi Folks.

    Last night was my first time using the Zip Object in MMF 2 but I can't seem to get it to work. In MMF 1.5, which had a Zip and Unzip Object, I had it nailed down very well and used them a few time, but the MMF 2 version does both in one extension, which is fine, but I'm having a bit of trouble.

    I'm trying to get my application to zip a number of files into a zip file using the Zip Object. Now, this works fine when all I want to zip is one file. But I can't get it to work when zipping 2 or more files. It will zip the first file specified but that's it, the rest aren't zipped.

    Is there any documentation or tutorials for the Zip Object or can anyone give me some points on where I may be going wrong?

    My code is:

    ...
    >Open File.zip
    >Add newFile.pkb
    >Close zip file

    And repeat for each file I want to add to the zip.
    KnightTrek Productions
    http://www.knighttrek.com

  2. #2
    Forum Moderator Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    Sphax's Avatar
    Join Date
    Jun 2006
    Location
    Paris, France
    Posts
    4,454
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Zip Object help

    This object is bugged, I've tried to use it for FusionManager but a lot of problems happened...

    Prefer using binary object which can compress too.

  3. #3
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro
    Paul_Boland's Avatar
    Join Date
    Jun 2006
    Location
    Waterford, Ireland.
    Posts
    2,739
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Zip Object help

    Thanks, Sphax. I'll remove it and make changes to my program.
    KnightTrek Productions
    http://www.knighttrek.com

Posting Permissions

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