Getting multiple flights and tracking them live on a map

Hi, I found FlightAware because I’m working on a student-assignment where I want to load live flight-data onto a WebGL generated world using HTML5. I’m only interested in three values. Longitude, latitude and altitude. Its only to populate it with visual nodes that are dynamic. But I want to know it ifs possible to get multiple flights at once?

If you’re trying to get positions of multiple flights that match a pattern then you can use SearchBirdseyePositions and construct a query expression that matches whatever criteria you want. Then it is up to your own code to plot the positions on your WebGL interface.