I'm having trouble passing a variable to a swf when loading it using loadMovie.
PHP Code:
pauseTime=2
loadMovie("titleBlur.swf"titleHolder"GET"); 
this gives me an error msg of Error opening URL "path here//titleBlur.swf?pauseTime=2"

Can you pass variables using this method on a standalone? Or am I barking up the wrong tree?