load custom components from app directory not workingfms2.0 trial

Ask a Question related to Macromedia Flash Flashcom, Design and Development.

  1. #1

    Default load custom components from app directory not workingfms2.0 trial

    I spent 2 years developing apps for flashcom now I have a problem.
    Previous versions allowed me to use my custom components for each indivdual
    applications directory.
    FMS2.0 (trial) is not letting me do this, although it did work for a short
    amount of time.

    (main.asc) -
    load( "audioconference.asc" );
    load( "avpresence.asc" );
    load( "chat.asc" );
    load( "component.asc" );
    load( "connectionlight.asc" );
    load( "cursor.asc" );
    load( "people.asc" );
    load( "presentationtext.asc" );
    load( "roomlist.asc" );
    load( "setbandwidth.asc" );
    load( "simpleconnect.asc" );
    load( "usercolor.asc" );
    load( "videoconference.asc" );
    load( "videoplayback.asc" );
    load( "whiteboard.asc" );

    This worked fine when I downloaded FMS2.0 trial for the first time.
    All of the sudden it stopped working.

    Any answers to what the problem is?







    Eweb7 Guest

  2. Similar Questions and Discussions

    1. Organizing Flex Custom components
      This may sound dumb, but for me unorganized projects is one of my biggest pet peves. I have a project that I am working on that uses alot of...
    2. Custom Components
      I've built some flash MX components for use by my team. I'd like to know how to make the component update on the stage at design-time when the...
    3. Programming components to load movies
      I'm am a bit lost. I would like to play external swfs when checking a check box. I have about 5 checkboxes that when checked should allow the user to...
    4. custom components tutorials?
      hey, i'm new here and i'm fairly new to flash too... i was wondering if anyone knew of a decent tutorial for making custom components......
    5. odd loading error, missing components on load
      I've a movie that has multiple frames as steps or processes. When the movie loads, most of the components of step 2 fail to load, and you can't...
  3. #2

    Default Re: load custom components from app directory notworking fms2.0 trial

    Well sorry,
    The problem must have been my server acting up

    Problem solved.
    Eweb7 Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139