I tried looking on stackoverflow for this, but didn't have any luck.
Does anyone have an as3 script that would work for asking a user to rate the app after app launches so many times? Also, How would I code it so once they hit the "already rated it" button, it doesn't ask them again?
Thanks
If you want to store locally some data look for SharedObject class.
But I suppose that your problem have no sense because nobody knows how one user rates application without spreading this info with server-side support.
Related
I received a proposal from a client where I should create an app with facebook registration, so I started searching the web for all kinds of ANE or SWC that do this service, the problem is that the instructions given on how to configure these ANEs are very shallow (many sometimes I miss the tutorial because they seem to skip several parts or leave them incomplete), among which I tried to configure are: myflashlab-facebook-sdk, OverGenANE, freshplanet, marpies-air-facebook-api.
I tried some youtube videos showing facebook-open-graph-api among others, but all I get are piles of errors, I've configured hashkey and every side of the application on facebook Developer the problem is to understand how to configure the ANEs inside Animate CC (that even inserting APP_ID continues to generate errors), even the owner of marpies-air-facebook-api tried to help me with his ANE and I did not succeed, maybe my knowledge is still low for this.
I've rounded the whole web behind information and tutorials, here is my last attempt before giving up the construction of the app, if anyone knows some REALLY easy way to integrate some of these ANEs (or others), have step by step explaining in detail their configuration (where to create the ".fla "within the sample folders of these projects for example), please help me! Thank you very much in advance..
First time post here, so forgive me for any bad etiquette/format.
I will preface by saying:
I have (over the last few months) been developing an iOS app for work. To be more specific, I am developing an inventory app to track bar inventory (liquor, beer, wine, etc). I can give more specifics on request if needed. I have most of the functionality done, only a couple more things I would like to implement. Eventually I will be porting it to Android as well.
At the moment, I have the model objects being archived to the local filesystem for saving and loading of data. However, my goal would be to database the model objects with the ability to display the information on a webpage. My logic is that no matter where the user is, he/she will be able to sign in to a service using a username and password, and view correctly formatted current/past inventories online. This is to allow the ability for a bartender to record the inventory, and have the bar manager view the inventory instances without having to have the physical device that recorded the inventory in his/her possession.
So here is my question:
Without being too general, what kind of service would I need to pull this off? I have a good amount of relevant front-end experience, specifically with iOS, Objective-C, HTML and CSS. However, I have ZERO experience on the back-end. I have researched around the internet, and I am aware of things such as cloud databases, web hosting and MySQL, etc. However, I cannot seem to find a definitive answer without asking my specific question. I suppose I would just like to be pointed in the right direction before investing money and time into a service that may prove useless to my cause.
Any resources and help would be greatly appreciated. Thank you!
There's not a definitive answer and you have a lot of options.
For me, the simplest is to set up a server with a database incorporated (mysql for example) and with a web service (written in PHP for example) that manages the database and queries on that.
Online you can find tons of guide on how to write a script in PHP that manages a database:
http://www.freewebmasterhelp.com/tutorials/phpmysql/2
For the iOS part you can follow also this guide:
http://www.techrepublic.com/blog/software-engineer/create-your-own-web-service-for-an-ios-app-part-one/
Good luck!
I successfully created an application where i can record microphone sound using flash and then save that stream to a server called "Red5" .
But lately i came across a strange requirement of capturing the output volume from machine and then saving that stream to red5 server.Like if i listen to a song or a skype call or listening to any other sound.I just want to capture those sounds.
I searched for this sort of situation just to get an headstart but i havent found any solution so that i can proceed with it.
Can anyone here provide a start up solution for this.
Can this be done through flash?Or any other way ?
Any help will be appreciated.Please provide suggestions
Thanks
Certainly there are ways to get this done, however using Flash as is I don't see it being possible (most likely a security concern, don't want ads arbitrarily recording peoples conversations).
Programs like Audacity are capable of recording off of the StereoMix output of a computer which is essentially what you're asking about. You could potentially build an AIR app that includes an ANE that packages the functionality from Audacity, but would require quite a bit of porting and... well time.
As an example if I have a small group of people at a college and I want to create a chat room application which each user can download and then open to view list of all available users to talk to and click one of the users in a list then a window pops and any text you enter goes to that specific person. How can I make this? I have made a chatroom using AJAX and html etc but I have never done a chatroom for a network such as the one you have in schools or work places. What language would I need? All help is appreciated since I am total new to this.
I read something on internet about winsock connections but there wasn't much I could find.
You can use sockets for network programming in java.
Look at this Deitel's tutorial about a java messenger application.
http://www.deitel.com/books/jhtp7/DeitelMessenger.pdf
I'm building a kiosk and now the client wants the kiosk to save the number of clicks the user makes to a page. I was told to initialize sharedobject the first time it's used and then increment the sharedobject page clicks. Then you can make another app to display the results.
Being I never seen this done before, can anyone offer any advice or links to how this would be done? Basic scripting please, no flex or OOP.
Though unofficial, this website http://www.permadi.com/tutorial/flashSharedObject/index.html pretty much sums it all up.
Please find the official documentation here: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/SharedObject.html
Some basic googling would have done the job for you as well.
Cheers