With AS2 I would have done this like so (awful HTML but you get the idea):
<embed src="movie.swf?variable=value">
That would have given the variable ‘variable’ the value ‘value’ in the Flash object without any fuss. This doesn’t appear to work in AS3, possibly for the best. How can I pass variables into Flash in the same or a similar way without masses and masses of script?