EU Tour 2010 – “Die letzte Bratwurst vor Amerika”
Start frei für Runde Zwei. In diesem Jahr geht es mit den eigenen Maschinen los. Lars und ich werden auf dem europäischen Festland bleiben. Abgesehen davon, dass natürlich der Weg das Ziel ist, geht es nach Portugal. Genauer gesagt zur “Letzten Bratwurst vor Amerika“, einem Bratwurststand an der südwestlichen Spitze von Portugal, dem
Quick start with Flash ExternalInterface class
The ExternalInterface class allows you to communicate with the Flash wrapping container, which is usually the HTML page with JavaScript capeability. It allows you to send data from ActionsScript to JavaScript and vice versa. The ExternalInterface class is implemented for nearly all current browsers. Please see the documentation for a detailed list of the supported [...]
Preload assets with JavaScript, load-complete callback for single assets include SWF/Flash
Currently i need to know within JavaScript when a SWF-file was loaded completly. You could easily handle this with a single ExternalInterface call from within the Flash-application. This is not a very nice solution if this has to be done for each of you flash-applications. This is the neccesary way if you also have to [...]