A Flash Developer Resource Site

Search:

Type: Posts; User: Snickers76

Search: Search took 0.05 seconds.

  1. detect size of rect:rectangle in a class??

    From my main flex mxml, I am trying to detect the size of a rect:Rectangle that I created in my InfoBubble.as class. The info bubble itself is created in my InfoMap.as class. How can I access the...
  2. Replies
    1
    Views
    616

    XML data array?

    I need to get a grip on arrays and XML data but I'm having trouble understanding how to turn xml data into useful data. I was hoping these forums might provide some insight.

    I load my XML with...
  3. addEventListener to loader? or loaded swf?

    I am loading an external swf file using the following code:



    //add close button
    var reqButton:URLRequest = new URLRequest(btn_close);
    var loader2:Loader = new Loader();...
  4. Replies
    1
    Views
    1,883

    solved most issues

    I have solved most issues; however, I still can't figure out how to detect the height and width of the loaded swf file.

    Is it possible to detect the h and w of the external swf file?
  5. Replies
    1
    Views
    1,883

    detect size of swf in loader flex/as3

    I'm creating a map that has points of interest. (POI) When a user mouses over the POI an info bubble pops onto the screen and it loads an swf. I currently have 3 problems. My 4th problem is that this...
  6. I don't understand globalToLocal point...

    I don't understand globalToLocal point conversions. Do you know of any tutorials on the subject?
  7. Thanks Ralgoth. Looks good!

    Thanks Ralgoth. Looks good!
  8. zoom mc_1 to center of reference point mc_2?

    I am building a map app that allows you to drag a map around the screen and it is masked to only allow a portion of it to be seen as you zoom in. For zoom, I can only think of scaling the mc_1 (which...
  9. did you ever find a resolution to this. I am...

    did you ever find a resolution to this. I am working on a similar project and need to limit the pan as well. The zoom I can limit.
  10. If using illustrator I remove all text from the...

    If using illustrator I remove all text from the map, I can import the .ai file into flash cs4 and when I export the .swf its size is only 274kb. However, the text causes the file to be 1.72MB. Will...
  11. img too large Should I draw it w AS3? explanation within

    I have a map that was designed using illustrator cs4. No matter what I try, I can't seem to get this map, which is pretty much line art and shapes of land and water with fill colors, to reduce in...
  12. [RESOLVED] img too big - draw it w as3?

    ..
Results 1 to 12 of 12




Click Here to Expand Forum to Full Width

HTML5 Development Center