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...
Archive for the ‘ActioScript 3’ Category
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...
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...
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{ ...
Recent comments