Skip to main content
natural_criticB837
Legend
May 20, 2014
Question

Strip Timeline from compiled swf

  • May 20, 2014
  • 0 replies
  • 237 views

Hello,

I am using a shared .fla file for my games with similar design and shared modules (lobby, etc.). To only export those classes that I need per game, I disabled "export to first frame" in the game specific definitions and instead add them to the timeline.

Now it seems that adding stuff to the timeline causes performance impact, even if you call gotoAndStop() on loading. So I was wondering, is it possible to remove all timeline definitions after the swf is compiled, so that I end up with a swf that contains only the class definitions, so that I can later load them through getDefinitionByName()

This topic has been closed for replies.