PDA

View Full Version : HTML, Action Script, PHP, and FSUIPC/SimConnect


Franzus
21 Jun 2008, 03:07
I am a complete beginner. I am somewhat experienced with HTML and Action Script (Macromedia - Flash)and a tiny bit PHP. I've read many places that it is not important which programming language is used, but nowhere have I seen any referrence to Flash or PHP. Could someone please give me a very rough idea where I could look for information, and if what I'm trying to do is even possible. I've written a small programm in Flash which generates a random flightplan, and other data like fuel load, cargo weight etc. What do I need to do to send these numbers to FS (via FSUIPC or SimConnect, I assume), and then back to my programm, to create something like a logbook. Which software is needed? Or do I need to get some knowledge of C/C+, VB, etc first.

Thank you for any tips.

arno
21 Jun 2008, 06:03
Hi,

I don't think either FSUIPC or SimConnect do work with PHP, Flash or other web features like that. You need a program made with C/C++/C#/VB or so to be able to connect with FS.

Franzus
21 Jun 2008, 06:19
Thanks Arno.
The reason I thought this would be possible is because of some of the online virtual airlines, like FlyNet, FSEconomy, etc. There, as I'm logged in via my web browser, they are able to detect things like Parking Brake status, Location, even Landing Light status.
How does this work?
Is it Visual Basic running inside a browser, or sthg like that?

arno
21 Jun 2008, 06:34
I don't think you can connect directly to FS from a webserver. I think the user would need a local client running on his PC, that can have a connection with the webserver then.

Franzus
21 Jun 2008, 07:05
Ahh, of course, silly me. Yes there is a client program.
Guess I will give VB a try, seems very user friendly and easy to learn.
Thanks for the info, Arno.