You can’t pass variables this way, as far as I know.
If you want to use strings in your variables use this in the fla:
if( Hobby eq “swimming”){
…
}
You can pass multiple variables by using the “&” symbol.
<embed src=“myHobby.swf?Hobby=swimming&petName=Boogie&favoriteColor=blue”>