Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. LiquidPixel

    BitmapData

    Does anyone know how to properly: A. Send a BitArray from Flash to PHP B. Have PHP accept, reconstruct and email the image as an attachment or inline jpg. Thanks in advance!!! LP
  2. LiquidPixel

    Bitarray Email

    I have bitmapData (bitArray) coming out of Flash and being parsed into a Bitmap object in ASP.NET. I can get the image to render on the screen via: Bitmap.Save(Response.OutputStream, ImageFormat.Jpeg); Obviously this writes during the response call BUT what I need to do is have this image not...
  3. LiquidPixel

    Javascript to Flash

    Greetings, I am trying to call a method in Flash via JS Works like charm in Safari, FF...suprise!!! not in IE Heres my code. ############################### var flash; window.onload = function() { if(navigator.appName.indexOf("Microsoft") != -1) { flash = window["Main"]; }else {...
  4. LiquidPixel

    Flash Class Arcitecture

    Greetings, I am trying to gain a broader understanding of the Flash class architecture by compiling a map of sorts. My question is where is the functionality of the class taking place. When I open a class from the Flash directory I get something like...

Part and Inventory Search

Back
Top