New version of flexTraffic site. I wanted to add in the camera data sets so I started implementing a combo-box control to let the user select them. This led (as these things innevitably do) to a massive round of re-factoring the data handling component of the site. After a marathon day of programming I have [...]
Archives for October, 2007
Flex: IFrame Communication Demo
I have created a simple demo to show how to communicate with an embedded html page using FABridge. Data is passed to the page using a Flex Event. The page registers an event handler through FABridge for the DirectionEvent. When the application creates and dispatches the event it is received along with the attached data. [...]