Mike T. Henderson

I make interactive things.

Categories:


More Mike:

Return Variable Value From Query String

I recently came across a case where I needed to use a query string in my URL to determine which content to display in my Flash. I learned that returning a query string can be as simple as using the ExternalInterface.call() method.

Continue Reading