Posts Tagged ‘actionscript 3’

Jilster: create your own magazine

Yesterday was quite a joyful day. Jilster, a project we’ve been working on for the past months, was officially launched. Jilster is an online tool with which you can create your very own magazine and was built using Adobe’s ColdFusion and Flex, running on a MySQL database. Curious? Check www.jilster.nl (it’s all Dutch).

Updating items directly in the DataProvider

This is one of those problems on which you could spend hours to find a solution. When having a DataGrid in Actionscript 3 and have a DataProvider behind it holding all data, updating the DataGrid can be quite a struggle. If you update the items in the DataProvider, they don’t show in the DataGrid, even [...]

RSO’s on FMS3, problem with SyncEvent?

If you’re using Remote Shared Objects (RSO’s) in conjunction with Flash Media Server 3 (FMS3) and having trouble getting the SyncEvent to fire after one of the RSO’s gets updated, then you’re not the only one. I struggled with this issue for an entire day, making it worthwile to write about it. According to Brad [...]