Timeline.insertFrames()

How to use the below function,to inset frames in
[[COLOR=#0000ff]timeline.insertFrames()[/COLOR]](file:///C:/Documents%20and%20Settings/All%20Users/Application%20Data/Adobe/Flash%20CS3/en/Configuration/HelpPanel/Help/ExtendingFlash/00004539.html#123334) ?

I can’t find that help topic…

That’s a JavaScript function used to create commands and extensions for the Flash authoring environment. You can use that in a JavaScript command to allow you to add frames to the timeline dynamically. That script can in turn be used wither through a command in the Commands menu or even through a custom Flash panel.

Note that this can NOT be used directly in ActionScript and will not modify a SWFs timeline during runtime. This is an authoring tool script function.

:rambo: Thanks .