[flexcoders] Flex beginner cannot run mx:Script .... /mx:Script

2007-05-22 Thread henryaydin
When I try to run my first actionscript application in flex, I get an error: Could not resolve mx:Script to a component implementation message. I've been trying many ways to pass this error but I couldn't success yet. Pls help me who knows this error. Thanks

Re: [flexcoders] Flex beginner cannot run mx:Script .... /mx:Script

2007-05-22 Thread André Rodrigues Pena
that's because you didnt specify the mx namespace at the Application tag properly On 5/22/07, henryaydin [EMAIL PROTECTED] wrote: When I try to run my first actionscript application in flex, I get an error: Could not resolve mx:Script to a component implementation message. I've been trying

RE: [flexcoders] Flex beginner cannot run mx:Script .... /mx: Script

2007-05-22 Thread Sterling, Brian
22, 2007 3:01 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex beginner cannot run mx:Script /mx: Script When I try to run my first actionscript application in flex, I get an error: Could not resolve mx:Script to a component implementation message. I've been trying many ways

RE: [flexcoders] Flex beginner cannot run mx:Script .... /mx: Script

2007-05-22 Thread Dimitrios Gianninas
, Brian Sent: Tuesday, May 22, 2007 8:51 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flex beginner cannot run mx:Script /mx: Script Make sure you have the right xml namespace attribute on your application like so: mx:Application xmlns:mx=http://www.adobe.com/2006/mxml http

RE: [flexcoders] Flex Beginner

2005-09-22 Thread jerry stephen
Many thanks Steven, Your inputs was very valuable for me to proceed forward. I m workin with your framework right now for my prototype. But Still, I have trouble stuff gettin inside my head.. the concept of thick web client and gettin rid of the request/response paradigm... * Should I try to

[flexcoders] Flex Beginner

2005-09-21 Thread jerry stephen
Hi All, I am doin some RD on flex intergration with J2EE. I vesome doubts. * Howdo Inavigate from one mxml page to another.. feature similar to that of RequestDispatcher or do you any alternate approach. * Is there any framework kindoff for intergrating Flex with J2EE application. * What is

RE: [flexcoders] Flex Beginner

2005-09-21 Thread Steven Webster
Hi Jerry, I am doin some RD on flex intergration with J2EE. I vesome doubts. * Howdo Inavigate from one mxml page to another.. feature similar to that of RequestDispatcher or do you any alternate approach. Remember that the RequestDispatcher in the Servlet API is tied to