Flash

Effects for Web Pages

In the 1990s web pages were really boring because they offered only static content that did not interact with the user's actions. Nowadays, thanks to technologies like AJAX and Flash we have the possibility to enhance websites with stunning effects and interactivity. <strong>Challenge:</strong> <ul> <li>Find an easy way of adding stunning effects and interactivity to your web page.</li> </ul>

Creating and importing and swf-File into an html-File.

<p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="mso-ansi-language: EN-GB;" lang="EN-GB"><span style="font-size: small;"><span style="color: #000000;"><span style="font-family: Times New Roman;">If you want to create an animation that can be shown on the internet, you often choose to work with Adobe Flash. </span></span></span></span></p><p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="mso-ansi-language: EN-GB;" lang="EN-GB"><span style="font-size: small;"><span style="color: #000000;"><span style="font-family: Times New Roman;">Rendering an animation in Flash creates an swf-File.</span></span></span></span></p><p class="MsoNormal" style="margin: 0cm 0cm 0pt;"><span style="mso-ansi-language: EN-GB;" lang="EN-GB"><span style="font-size: small;"><span style="color: #000000;"><span style="font-family: Times New Roman;">In this challenge I want to know how I can implement this swf-File into a website, including it&rsquo;s own fonts. </span></span></span></span></p>

The better way than XML to return complex data from server to Rich Internet Applications client (ajax) or Flash

It's sure that XML is the good way for transferring data. However, in some applications, such as Flash, it is take a long time to write complex data ( in server ) as well as to read ( in client ) in XML form.
Subscribe to Flash