# Embedded assets

**URL:** https://forum.kirupa.com/t/embedded-assets/199632
**Category:** flash
**Created:** [September 4, 2006, 8:25pm UTC](https://forum.kirupa.com/t/embedded-assets/199632 "2006-09-04T20:25:17Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![samueljonasson](https://avatars.discourse-cdn.com/v4/letter/s/fbc32d/32.png) [@samueljonasson](https://forum.kirupa.com/u/samueljonasson)
#### Post date: [September 4, 2006, 8:25pm UTC](https://forum.kirupa.com/t/embedded-assets/199632/1 "2006-09-04T20:25:17Z")

</div>

Hi,

I am using Flash 9 IDE to create assets for Actionscript projects that I build in Flex Builder 2. I am not creating Flex applications - just plain Actionscript projects. I am able to embed assets easily like this:

```auto
[Embed(source="embedded_assets/Library.swf", symbol="Plotter")] 
private var Plotter:Class;

```

And I can add the “Plotter” symbol from the library to the display list.

What is not working is stop(); actions in the Plotter symbol. Plotter is an animated symbol that has a stop(); action on the last frame. That actions is simply ignored.

I read somewhere that Flex Builder stripped out timeline code from embedded assets. Is that correct?

Sammi
