That would not be an ideal solution, because the Flash app will be running a demo. The demo can't be restarted or the progress in the demo will be lost.
Main Topics
Browse All TopicsSo check out this link:
<a href="http://www.snapstrea
Essentially, this set-top box type application supplies a web server over the wireless network which can turn an iPhone into a remote control for your TV (cool, huh?).
I want to basically replicate the same feature, with some differences. Here is the setup I have:
- Lenovo T60 with Windows Server, Apache 2.2.x and/or Flash Media Server 2 installed
- Shuttle XPC running a flash application
- iPhone
- Everything is all networked together with a wireless router
My question is: How can I create a web application for the iPhone which, on a certain event (button press, etc) will trigger an action on the Shuttle machine's Flash application? My first impulse was to go with a PHP script which changes a variable in an XML or MySQL database which the Flash application is constantly checking.
If anyone knows of a more efficient method or a framework already set up to handle this kind of communication, it would be much appreciated. Thanks!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
from my knowledge there are only two main ways to do this.
1) as you've suggested have flash poll a file for changes
2) Use the XMLSocket class in the Shuttle flash app to have an open connection to the server. This will mean writing a java / .net program to accept connections on a port and send and receive XML RPC commands. There may be something out there but probably just easier to write yourself. if i find something i'll let you know
Business Accounts
Answer for Membership
by: tagitPosted on 2008-01-21 at 05:00:15ID: 20705618
I not too sure on your project but from your basic outlines do you think you could have php "reload" the browser that the Shuttle's Flash app is running in (if it's web based) or have it restart the flash app if it's running standalone. ??