| bio | website | |
|---|---|---|
| location | Louisville, KY | |
| age | 31 | |
| visits | member for | 2 years, 9 months |
| seen | Feb 24 at 23:10 | |
| stats | profile views | 7 |
|
Feb 23 |
answered | Can not upload images to face book |
|
Feb 19 |
accepted | Access a class with the array operator in Actionscript 3 |
|
Feb 8 |
asked | Access a class with the array operator in Actionscript 3 |
|
Jan 1 |
awarded | Editor |
|
Jan 1 |
revised |
Facebook Flash API login error edited body |
|
Jan 1 |
asked | Facebook Flash API login error |
|
Dec 16 |
awarded | Scholar |
|
Dec 16 |
accepted | End of file was encountered. at flash.display::BitmapData/setPixels() |
|
Dec 16 |
comment |
End of file was encountered. at flash.display::BitmapData/setPixels() The pixels.position is 1288, the end of the array. I added pixels.position=0 and the error went away. thanks. |
|
Dec 15 |
comment |
End of file was encountered. at flash.display::BitmapData/setPixels() Actually, I'm still getting the same error, even when I access the BitmapData directly from the library and try to copy pixels into another bitmap, replacing the first line of my code above with bitmapData_texture = new tile(0,0) and removing the .draw(image) line. |
|
Dec 15 |
comment |
End of file was encountered. at flash.display::BitmapData/setPixels() The easiest way to use a library picture as BitmapData is to convert it to bitmap and export it for ActionScript. This makes converting it unnecessary, but I understand it will create a larger swf. So now I have bitmapData_texture = new tile(0,0); where tile is a BitmapData class in the library. |
|
Dec 15 |
asked | End of file was encountered. at flash.display::BitmapData/setPixels() |
|
Oct 25 |
comment |
Syntax error: expecting semicolon before leftbracket I'm a little embarrassed because I should have noticed my error before posting and I figured it out right after posting, but hopefully all of the great answers posted here will help someone else. Special thanks to pst for teaching me some new syntax. |
|
Oct 25 |
awarded | Student |
|
Oct 25 |
asked | Syntax error: expecting semicolon before leftbracket |
|
Jul 29 |
answered | Adding mysql module to php as nonroot |