# Go to with htm(php) code

**URL:** https://forum.kirupa.com/t/go-to-with-htm-php-code/171101
**Category:** Uncategorized
**Created:** [December 1, 2005, 8:51pm UTC](https://forum.kirupa.com/t/go-to-with-htm-php-code/171101 "2005-12-01T20:51:23Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![olivervanlean](https://avatars.discourse-cdn.com/v4/letter/o/a87d85/32.png) [@olivervanlean](https://forum.kirupa.com/u/olivervanlean)
#### Post date: [December 1, 2005, 8:51pm UTC](https://forum.kirupa.com/t/go-to-with-htm-php-code/171101/1 "2005-12-01T20:51:23Z")

</div>

hello,

so first i am a flash rookie, but with good skills in php.

I want that my flash movie starts at different frames depending which (php) page has been loaded.

so which means pageid=3 start at frame 3 and so on.

can someone tell me how to do this?

i tried this here

and PHP/HTML  
\<param name=“movie” value="/navigation.swf?initialframe=3" /\>

SWF FIle:  
if (initialframe == “3”) {facts.onRelease = function(){gotoAndStop(3);}}

thanks for help.  
cheers from vienna
