god dammit ...
god dammit ...
Out of context: Reply #31
- Started
- Last post
- 36 Responses
- fugged0
just use a query string in the path to flash movie. then have your flash movie parse the url and grab the query string params.
i.e.:
movie.swf?id=20&something=40Then have your flash movie load the appropriate content based on the values passed from the query string.