A Flash Developer Resource Site

Search:

Type: Posts; User: miquael

Search: Search took 0.04 seconds.

  1. Replies
    17
    Views
    84,378

    well, i solved it with this: // convert...

    well, i solved it with this:

    // convert lat/long to radians
    latitude = Math.PI * latitude / 180;
    longitude = Math.PI * longitude / 180;

    // adjust position by radians
    latitude -=...
  2. Replies
    17
    Views
    84,378

    think so?

    think so?
  3. Replies
    17
    Views
    84,378

    plotting LAT/LONG to X, Y, Z

    So I am working on an open-source 3D Flash mapping application. You can see and download all the source code here (including the LAT/LONG data): http://code.google.com/p/meadanglobe

    I found the...
  4. Replies
    1
    Views
    2,201

    answered my own question (partly): the rtmp:...

    answered my own question (partly):

    the rtmp: reference was off
  5. Replies
    1
    Views
    2,201

    simpleConnect with other FCcomponents

    i want to understand the relationship between the simpleConnect and other components. for now, i am experimenting with a simpleConnect and a peopleList box:
    ...
  6. Replies
    0
    Views
    1,817

    seeking FCS demo FLAs to learn by

    i am developing a FCS application on media temple, but have very little documentation to work by. though i have made some progress through macromedia's component documentation--i am not getting...
Results 1 to 6 of 6




Click Here to Expand Forum to Full Width

HTML5 Development Center