Monthly Archives: February 2008

The (IN)Security of Flash Part 2

Hacking Flash Website Templates by pythagoras Here is a method of easily obtaining a flash website template for free. This is of course, for information purposes only and I in no way condone stealing. These template peddlers need food and … Continue reading

Posted in Flash | Leave a comment

Flex and Paypal – Adding a payPal “buy now” button in Flex

Adding a payPal “buy now” button in Flex example I’m in the early stages of developing a paypal shopping cart system in Flex. A cursory glance on the web told me that many of you have questions about this topic. … Continue reading

Posted in Flash, Flex | Tagged , , , , , , | 18 Comments

Flex – creating an xml photo gallery

EDIT: another xml photo gallery can be found here This is a method of creating a photo gallery in Flex with a main photo, and scrolling thumbnails, populated by an external XML file. This is a continuation of the concept … Continue reading

Posted in Flex | Tagged , , , , , , , | 14 Comments

Flex – Creating an .flv video player with xml playlist

Flex – Creating an .flv video player with xml playlist [edit: improvement here] This is a method of creating a video player with a playlist (with thumbnails) populated by an external xml file, with flash and flex. This experiment also … Continue reading

Posted in Flash, Flex | Tagged , , , , , , , , | 19 Comments

Creating a 3D panorama in Flex using Papervision3D 2.0 GreatWhite

Creating a 3D panorama in Flex using Papervision3D 2.0 GreatWhite (part 1) example example showing outline of cube (thin pink lines) source Using papervision3D for 3D panoramas achieves the best results I have seen out there so far. It’s way … Continue reading

Posted in Flex, Papervision3D | Tagged , , , , , , | 5 Comments

Creating a 3D model in Flex using Blender and papervision3D

creating a 3D model in Flex using Blender and Papervision3D – a beginning tutorial This tutorial is for beginners using papervision3d with flex. I’m not an expert, but I’ve been experimenting with it, and here’s a way to get started … Continue reading

Posted in Flex, Papervision3D | Tagged , , , | 4 Comments

Flex- removing border from menubar component

For some reason the menubar component doesn’t allow you to remove the border (borderStyle=”none”), in fact you can’t directly set the border style at all. Here’s a workaround: example The Border is drawn in the MenuBarBackgroundSkin.as file found in mx/skins/halo/. … Continue reading

Posted in Flex | Tagged , , , | 1 Comment