Tag: Server
Mime types for a Flex Server
by Immanuel Noel on Nov.27, 2010, under Best Practices, Flex
Here are a couple of mime-types for a server housing flex apps,
Most of these maybe already defined by your hosting provider !
AIR
Mime-Type : application/vnd.adobe.air-application-installer-package+zip
Extension : .air
FXP
Mime-Type : application/x-zip
Extension : .fxp
(continue reading…)
Flex – Validate Email Address against the Mail Server
by Immanuel Noel on Jun.12, 2010, under Code Snippets, Flex
Here is a small piece of code I wrote to demonstrate Interacting with a Command, through an Event while using a Cairngorm Framework.
The application connects to a WSDL webservice via Flash Builder 4 Data/Services to validate an Email address against the Email Server. Doesn’t work well with domains with a ‘Catch-All’ email address though !
(continue reading…)


