Click here to go to the official page of Wair Development
To increase incomes with apps you could sell your app or add Ads. To add ads you just need to create a StageWebView object and publish your ads through it. But ads are not rolling in so much money so another solution could be Flattr. Just like ads, Flattr are published with JS, which works very...
Update 1: Seems theres a bit more stuff that may mess up templates dropdown in pages. When you define your child-theme in it’s gloriously new style.css it seems it can NOT contain any kind of special characters. Since i live in Sweden and time to time i need to use åäö and ÅÄÖ i just added...
Been searching like maniac for some copy-paste code for IconItemRenderer for my s:List in Flash Builder but what ever i find, there is no demos for IconItemRenderer. So, encountered a very friendly soul with name Fabien Nicollet who helped me out. He is so generous! Here it comes for those lazy ones who love copy-paste <?xml...
So, it has been a while since there was something new published for Wair Development. To catch up… i have actually re-coded Wair again, its like 3:th time now. This leaded to a big re-design as well. The reason why Wair got re-coded was because earlier versions were not so safe for receiving. Because i redesigned...
Coolest thing in Flash builder is that you can create BlackBerry, Android and iOS apps but less coolest thing is that you have very limited components in Mobile project to use. In Desktop projects you have lots of cool components which you can use in your project, but lack of some of these in mobile...
In the documentation File object directories are listed as shown below: Alias Path File.applicationDirectory (appname)/app/air File.applicationStorageDirectory (appname)/data File.desktopDirectory (appname)/ File.documentsDirectory (appname)/shared/documents File.userDirectory (appname)/shared/documents Now, that is not entirely correct. It is probably cause some changes made in BlackBerry PlayBook Tables OS. When accessing desktopDirectory, you are actually accessing folder appname/shared/documents. The right table would actually look like this. Alias Path File.applicationDirectory /accounts/1000/appdata/(appdir)/app/air File.applicationStorageDirectory /accounts/1000/appdata/(appdir)/data File.desktopDirectory /accounts/1000/appdata/(appdir)/shared/documents File.documentsDirectory /accounts/1000/appdata/(appdir)/shared/documents File.userDirectory /accounts/1000/appdata/(appdir) Note it is still same directories but they just have accounts/1000/appdata added. This...
Any developer knows that coding applications takes time, time that is so precious and “free”. So one thought was of course to see if Wair could be stable enough to release as Pro… that means for a little amount of $. But to be worth it, there must be something that the free Wair does...
Well after some time now, i have finally managed to get out Wair as public beta. So what is Wair and what is it for ? Wair is a application for file sharing. The idea is to be able to transfer files between platforms and devices without any kind of messy registrations and instruction and registrations...
Scroll down to see screenplay CuePoint Tracker is a simple application created in Adobe AIR to play FLV/F4V files. CPT main function is to list all cuepoints embedded in FLV files so you know what timepoints these are set to. With CPT you will get some other basic functions that could come handy and these are: Mark 2...
One pretty annoying error that i encountered in Flash was with #1003. Now, what i wanted to do was to loop my video between cuepoints, so i used flvBCK.seekToNavCuePoint(‘loopstart’), but each time this was called i got #1003 error: VideoError: 1003: Invalid seek at fl.video::FLVPlayback/seekToNavCuePoint() Tested same piece of code in new FLA and everything worked. To mention i...
Ohh, been searching now for a simple seconds-to-minutes converter. Serching on Google gave me results where peeps have 2+ function for counting minutes and seconds and so on… Well, giving this nut little time, i found a pretty neat way to calculate it all. var intervalCount:Number = 0; var counter:uint = setInterval(countSeconds, 1000); function countSeconds():void{ ...
AIRTransfer is a AIR2 based application which lets you to share files (F2P – File2Peer) in a instance. Client 1: **Enters a nickname (in right-top corner) Drags-and-drops a supported file (jpg, jpeg, png, txt or xml). Clent 2: (**Enters a nickname too, recommended if file send is requested) Gets a green notice in the application which alerts sender-nickname as well filename Clicks...
jCup was designed for to store login information for different sites, where users are registered as members. But as developing developed, it formed more and more a role of something else. jCup now something entirely different. jCup now, is a AIR2 based applications (*with ability to port to Android as well) which, not only lets you to...
Recent comments