actionscript - Can the Flash CS4 [embed] tag be made to export assets to frame 2 rather than frame 1? -
    we're working on flash cs4 project main .fla file has ballooned in size , 'publish' taking forever. suspect large amount of size (and @ least of compile time) due quantity of audio symbols in library.   i love remove unnecessary bloat .fla file. i've experimented removing audio symbol library , using [embed]  metadata tag instead, so:   [embed(source="audio/music/endoflevelditty.mp3")] public var endoflevelditty:class   the resulting published file works perfectly, there problem. our game uses preloader on first frame of timeline, other classes need exported in frame 2 (as set in publish settings > actionscript 3.0 settings ). size report begins this:    frame #    frame bytes    total bytes    scene -------    -----------    -----------    ----------------       1         284515         284515    scene 1       2        5485305        5769820     (as 3.0 classes export frame)   however, if use [embed]  tag on small sound, size report now:    frame #    ...