# Delaying external swf in timeline

**URL:** https://forum.kirupa.com/t/delaying-external-swf-in-timeline/171112
**Category:** Uncategorized
**Created:** [December 1, 2005, 10:19pm UTC](https://forum.kirupa.com/t/delaying-external-swf-in-timeline/171112 "2005-12-01T22:19:44Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Matthew\_Padgett](https://avatars.discourse-cdn.com/v4/letter/m/71c47a/32.png) [@Matthew\_Padgett](https://forum.kirupa.com/u/Matthew_Padgett)
#### Post date: [December 1, 2005, 10:19pm UTC](https://forum.kirupa.com/t/delaying-external-swf-in-timeline/171112/1 "2005-12-01T22:19:44Z")

</div>

as regards to the transitions tut at [http://www.kirupa.com/developer/mx2004/transitions2.htm](http://www.kirupa.com/developer/mx2004/transitions2.htm) …

1. If you want the first section to load automatically when entering the site, place this code at the frame of the main timeline at which you want the first section to show, and replace your\_first\_section\_name by the name of the first section:

```
_root.currMovie = "your_first_section_name";
container.loadMovie(_root.currMovie+".swf");

```

… i would like to delay it’s progress in the main timeline by 10 seconds… what do i add? :ear:

thanks  
Mat
