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
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...
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 {...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.