Hello all,
I am perty new to AIR. I have made some simple Javascript html pages run with it, but now I would like to make something more complicated. I would like to have a AIR app that will display an HTML window with data that pushed from a certain URL.
I have tried iFrame, txt files, etc... but nothing is working. I have it all on my localhost, so I didn't think there would be an issue.
Then I thought, what about SQLite. I could use a text editor that updates the SQLite db and then pushes the message to my computer when I login.
Any thoughts on how to implment this? Can I do this with just Dreamweaver, HTML and Javascript?
Thanks for your time!