• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

HTML, Action Script, PHP, and FSUIPC/SimConnect

Messages
3
Country
germany
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.
 
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.
 
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?
 
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.
 
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.
 
Back
Top