A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: add custom package to CS4 lib

  1. #1
    Not Real since 1985
    Join Date
    Feb 2002
    Location
    Netherlands
    Posts
    229

    add custom package to CS4 lib

    Hi all,
    I searched the forum, could not find questions like this so I hop this is the right forum.

    I use CS4 and Flashdevelop, as3.
    I have some classfiles I use very often,
    FI: myclasses.ui.carroussel.Carroussel.as
    which is
    package myclasses.ui.carroussel

    I put them in a separate map.
    FI: c:/docs&settings/myname/local settings/Application Data/Adobe/as3classes/myclasses/ui/carroussel/Carroussel.as

    In Flashdevelop I choose Tools - Global classpaths and added the map
    c:/docs&settings/myname/local settings/Application Data/Adobe/as3classes
    Flashdevelop gives me code hints now, so it should be OK.

    The problem is Flash CS4. I cannot get CS4 to look in this map.
    I tried both application wide path (edit - preferences - actionscript - AS3 settings - add the path to 'source path') and not in project wide path (publish settings - Flash - Settings - add the path to 'source path').

    The paths I tried are
    c:/docs&settings/myname/local settings/Application Data/Adobe/as3classes
    and when this didn't work,
    c:/docs&settings/myname/local settings/Application Data/Adobe/as3classes/myclasses/ui/carroussel/

    Can anybody tell me how I should add this package to CS4?

    Thanks in advance.
    Never accept the first 'impossible' unless it comes from a lady.

  2. #2
    Not Real since 1985
    Join Date
    Feb 2002
    Location
    Netherlands
    Posts
    229
    OK, I found the solution.
    I used part of the classpath in the project map:
    myclasses/develop
    thinking Flash would be smart enough to look in both in a map
    ./myclasses end
    classpath/myclasses
    I had to rename my 'developing map'.
    Never accept the first 'impossible' unless it comes from a lady.

Tags for this Thread

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center