Flex 4 SDK und Flash Builder 4

Adobe hat heute eine neue Version vom quelloffenen Flex 4 SDK online gestellt. Gleichzeitig wurde eine neue Version vom Flash Builder 4 (ehemals Flex Builder 3) zur Verfügung gestellt.

Veröffentlicht unter Allgemein | Verschlagwortet mit , | Hinterlasse einen Kommentar

SwfObject and Flex Builder 3

Hello,

today I’m writing a short tutorial, how you can integrate and deploy your swf files with the swfobject javascript library. In the first step we download the current swfobject library. Please open the url http://code.google.com/p/swfobject/downloads/list and download the swfobject zip archive “swfobject_2_2.zip”. Store the zip file on your C:/ drive. In the next step, we open the zip file and extract the content on the C:/ drive, too. Now you will see a new folder swfobject in your C:/ drive. Open your Flex project in the Flex Builder 3. You should see something like this:

Open the html-template folder. Delete the history folder. Delete the two files AC_OETags.js and playerProductInstall.swf. Copy the two files expressInstall.swf and swfobject.js from the C:/swfobject folder into the html-template folder.

Now you should see something like this:

Please replace the file index.template.html in the html-template folder with the new swfobject template file from here or insert the following HTML-Code.

<html>
  <head>
    <title>${title}</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <style type="text/css">
      html, body { height:100%; }
      body { margin:0; padding:0; overflow:hidden; }
    </style>
    <script type="text/javascript" src="swfobject.js"></script>
    <script type="text/javascript">
    swfobject.embedSWF("${swf}.swf", "${application}", "${width}", "${height}", "${version_major}.${version_minor}.${version_revision}", "expressInstall.swf");
    </script>
  </head>
  <body>
  <div id="${application}">
    <h1>Alternative content</h1>
    <a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a>
  </div>
  </body>
</html>

Please select “Project” and “Clean…” from the menu bar. In the next dialog select “Clean projects selected below” and check only the Flex project where you’ve installed the swfobject files before.

Now, Flex Builder 3 updates the bin-debug folder with the content based on the new index.template.html content and the new swfobject library files.

You’ll find more information about the Flex Builder 3 template tokens here.

You can get the sample project files HelloSwfObject from here.

You’ll find some more examples in the SwfObject 2.2 Test Suite.

Veröffentlicht unter Tutorials | Verschlagwortet mit , | Hinterlasse einen Kommentar

FDT 3.5 released

Hallo,

endlich ist es soweit. Nach zwei Beta Phasen steht seit heute die neue FDT Version 3.5 zum Download bereit.

Einige neue Funktionen sind u.a.:

  • Auto-Vervollständigung innerhalb vom Script-Block
  • Auto-Vervollständigung für Event-Typen und Event-Handler
  • Code-Templates zur Erstellung von Event Meta Data Tags
  • Gruppierte Variablenauflistung in der Debug-Ansicht

Zur Download-Seite von FDT gelangt Ihr hier.

Veröffentlicht unter Allgemein | Verschlagwortet mit , , | 1 Kommentar

Communication between Flex and PHP

Hello,

I have written a tutorial “Flex and PHP”. The communication between Flex and PHP is done with the amfphp library. You can download the pdf document here.

Veröffentlicht unter Tutorials | Verschlagwortet mit , , | Hinterlasse einen Kommentar

FFK10

Hallo,

dieses Jahr feiert die Flashforum Konferenz Ihren 10. Geburtstag. Die Konferenz findet am 14. und 15. April 2010 in Köln im MediaPark statt. Eingerahmt werden beide Konferenztage jeweils von einem zusätzlichen Workshop-Tag am 13. und am 16. April. Da meine letzte FFK vor drei Jahren war, werde ich dieses Jahr wieder vor Ort sein.

FFK10

Veröffentlicht unter Allgemein | Verschlagwortet mit , , | Hinterlasse einen Kommentar

PureMVC Console und FDT

Hallo,

hier ist gleich mal ein nützlicher Link zu einem Tutorial zum Thema PureMVC Console and FDT. Das Team von Kap IT hat das Tutorial ebenfalls auf deren Internetseite veröffentlicht. Eine PDF-Version findet Ihr hier.

Veröffentlicht unter Tutorials | Verschlagwortet mit , , | Hinterlasse einen Kommentar