Morgan A. Newcomb
South Burlington, Vermont
manewc [at] gmail
Categories
- Actionscript 3
- Actionscript XML
- AIR
- AMFPHP
- Animation Transitions
- APE – Actionscript Physics Engine
- Arrays
- Assistance
- Audio
- Away 3D
- Bitmap Data
- Buttons
- Data Sharing
- Drawing API
- Flash and Javascript
- Flash Components
- Flash Text / HTML / CSS
- Flex Web Development
- HitTest Methods
- Image Effects
- Image Gallery Project
- iPhone
- manewc.com
- My Mac Findings
- Objective-C
- Papervision
- Physics
- Preloading
- Timer Methods
- Totally Random
- Tweener
- Video
- Web Development
- Yahoo! Components
These are cool works budy. Thanks for share
Hi
I wondered if you might be able to help me? I’m attempting to rotate a rectangle in ape, to use it like a pinball flipper, is this possible?
cheers
Matt
Morgan,
Thanks for the great example…I tried your example..But when i use it with “_blank” to open the URL in a new window, it is not showing up until i press ctrl. Is there a way to get around this.. I did this..
var jscommand:String =”abc.jsp”;
var jscommand:String = “window.open(’” + URLStr + “‘,’myWin’,'height=600,width=575,toolbar=no,scrollbars=yes,menubar=no,status=no,location=0,resizable=1′);”;
var urlreq:URLRequest = new URLRequest(”javascript:” + jscommand + ” void(0);”);
urlreq.data = varss; //Pass the variables
urlreq.method = URLRequestMethod.POST;
navigateToURL(urlreq, “_blank”);
Man, I DESPERATELY need your help for centering the text in a datagrid header (Flash). Please iluminate the web, who does not teach us this trick
)
Hi Morgan!
My name is Marco Antonio and I am a Web Developer, but with poor knowledgement in Flash/Flex.
Can you help me to import and use your packages into a Flex Project?
Thank you.
PS.: Sorry, but my english is poor.
Hey I desperately need some as3 image manipulation help.
If you are available i can provide the reqs and you can provide your fee.
Hi Morgan,
I recently was talking to you about downloading files on your page (http://manewc.com/2008/08/28/downloading-files-with-flex-3/#comment-796).
Recently I came across another issue that I thought maybe you have some insight on:
When uploading files with Flex, it seems that there is a bug when using FireFox (especially on a Mac). The session ID is lost and the file is not uploaded. From what I’ve read so far, seems that this is a bug with the Flash player as in IE the files upload perfectly fine.
Have you heard of this issue and if so, any ideas on how to resolve it?
Thanks!
I’m not sure how to find entry to this site. I came here because I’m having trouble creating a rectangle with a gradient fill. It looks like you don’t mind helping others. I wonder if you’d give me a hand?