Archiv für das Stichwort ‘flash‘
21. September 2009 • Category: Flash & ActionScript 3.0 • Comments: 0
Recently I found out about the [Event] meta tag in actionscript 3.
I always thought it was a Flex-only meta tag but that isn’t true.
Because many Flex components are coded in Actionscript only (for performance purposes) you can also use the [Event] meta tags in Actionscript only projects.
Since I am a big fan of code completion and strict typing everything in my code I am certainly adding the following trick to that list.
Read More…
Tags: actionscript, components, constants, events, flash, flex builder, flex oop, interactivity, listeners, meta, metatags, static
01. March 2009 • Category: Cinema4D, Flash & ActionScript 3.0, Papervision 3D • Comments: 9
I would like to show you have you can use a custom polygon shape, made with Cinema 4D R11, using the build-in Collada export functionality in Papervision 3D 2.0 Great White.
- Watch the demo here
- Download the AS source code here
- The DAE file can be found over here
Read More…
Tags: as3, Cinema4D, collada, dae, export, flash, import, interaction, papervision
26. November 2008 • Category: Flash & ActionScript 3.0 • Comments: 2
This morning I came across a interesting AS3 implementation of the common known data structures.
The download comes with a few interesting classes that can be very helpfull on Actionscript projects:
Read More…
Tags: class, classes, datastructures, flash, flashvars, javascript, pure mvc, remoting, resultset, string, tracker
25. November 2008 • Category: Flash & ActionScript 3.0, PHP • Comments: 0
Wade Arnold wrote an interesting article about connecting flash to a MySql database with the help of AMFPHP, flash remoting.
Displaying the huge amount of information stored in a MySql database using the DataGrid class that comes with Flash CS3. To fill a datagrid in flash through Flash Remoting, Wade points out that you need to write your own Dataprovider class to convert a AS3 Array Collection for the datagrid. Strange enough this dataprovider isn’t part of Adobe Flash.
Read More…
Tags: adobe, amfphp, architecture, array, array collection, class, classes, client, database, datagrid, dataprovider, flash, Flash & ActionScript 3.0, flash cs3, flex, mapping, mysql, PHP, remoting, server
24. November 2008 • Category: Flash & ActionScript 3.0, PHP • Comments: 6
Last week I set up a fresh WordPress system for a client to function as a Content Managament System.
This week I am trying to load content that is managed and stored by WordPress in to a Flash front-end.
Read More…
Tags: api, as3, cms, content, custom fields, cystem, flash, management, PHP, pressconnect, rpc, wordpress, xml, xml-rpc