sure... I'll post the .fla.. however the code yoru looking for to DO this..is the HTML source code (its basically some extra code in the object embed code that lets you grab vars from the URL... these will ALWAYS be available to you on the _root timeline.

the only AS I have in the .fla is an "IF" statement..

if (frameNumber == 2) {
gotoAndStop(2);
}


anyways..

www.dmstudios.net/urlTest/urlTest.zip