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 Mike Lewis 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

    Bitarray Email

    I figured this out last night using MapPath() thanks for your help guys. P
  2. LiquidPixel

    Bitarray Email

    Well I have tried this BUT the file doesn't appear in a physical location. Do I need to use a File.IO arrangement??? Should I see a physical file named file.bmp. I also have tried a generic name like image.jpg. It also does not exist. I do get the theory on how this is done but I am not a...
  3. 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
  4. 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...
  5. LiquidPixel

    Javascript to Flash

    Thanks Kenneth, I did already try that
  6. 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 {...
  7. LiquidPixel

    Help Converting WMV to FLV??

    Try converting it to something else first(mpeg or avi) or export it out of After Effects as an FLV. Im not a fan of hack solutions but these are options. Regards
  8. LiquidPixel

    Flash swf as desktop

    Hey, It is actually possible to use a file or webpage as your active desktop. Im sure there is thirdpary software that can hook this up but here is another solution. 1. Create your swf and HMTL wrapper for the swf. 2. Place them in a directory you like. 3. Right Click on the desktop 4. Select...
  9. LiquidPixel

    How to start a Flash animation from an HTML link?

    This is an excellent solution - you may have full control over a flash element from you browser. http://www.permadi.com/tutorial/flashjscommand/ **Hey KK, thanks for your help earlier, intrinsic is used to map AS1 classes to AS2 (it's always the easy solution) - Im sure you knew that**...
  10. LiquidPixel

    Flash Class Arcitecture

    How then would someone (a developer) create custom class and still have access too it. I understand this question is ridiculous but the functionality has to be somewhere. I see the same intrinsic type when I retro some custom class ASI files.
  11. 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