Posts tagged ‘.net’

Video: Towards FluorineFx version 1.1

The video showcases some of the planned features for FluorineFx 1.1 (and Visual Studio integration)
Note: in the video, the top project in the solution browser is a Flex Builder project wrapper for Visual Studio.

Video

Quick Start Video: FluorineFx + Attach to Visual Studio’s Development Web Server

Video shows how to attach to Visual Studio’s Development Web Server (to a running web application) for debugging purposes.
That is when you don’t start your web application in debug mode and you need to attach the debugger.

If you are using IIS then attach to the aspnet_wp.exe executable.

Video

Quick Start Video: FluorineFx + Visual Studio 2005

Video showing how to start with FluorineFx and Microsoft Visual Studio 2005

Video

AIR Pollution

Disclaimer: No swfs, libraries, Air runtime, tools were harmed during the making of this application.

You all know by now the popular request to launch native executables from an AIR application.

Note, this demo is an experiment/hack that shows how AIR can be extended with native Windows libraries. It does not require having the .NET framework installed and works only on Windows (of course the application will run on other operating systems too where AIR is supported but without native library access).

After installing the application you can test 2 things: querying the operating system info (will use the GetVersionEx kernel32 function) and performing file operations with the ShellExecuteEx Windows API.

Give it a try.

Update: Part II