How do I access the variables that I put in my WildPresenter SWF?
WildPresenter stores any variables you input in the Project Settings window>Flash SWF tab on the first frame of the WildPresenter SWF output. In Flash, from the menu select: Debug->List Variables. The variables will appear in the “Output” window. If you load your WildPresenter SWF into a larger Flash movie with the Load Movie command, you may access your variables the same way you would any variable in a movie clip. For example, if you load SWF into a movie clip called “empty” on the top level, and you want to access the “title” variable, the structure would be “_level0/empty:title” (no quotes).