Re: [flexcoders] Re: mxmlc compiler error - more described

2006-08-08 Thread Satish
Hi,
Still i am getting same error even i changed my presonal firewall
settings disabled. But when i use the additional perameter like,
D:\SVN\Code\myprojfit\web\WEB-INF\flex\binmxmlc -o
d:\SVN\Code\myprojfit\web\headerInput.swf
d:\SVN\Code\myprojfit\web\headerInput.mxml  -gatewayurl -use-network=true
http://localhost:8090/myprojfit
I am not getting the netwok error. But in my actual mxml page i am loading
some of the content from the database. But if i load the generated swf file
on my browser, i am not able to load the database content. (for example, in
my application, i am loading countries combo box data from the database. But
my generated swf file is not able to load this type of content!) how to load
the generated swf file with complete content?.


Thanks
Satish KC





- Original Message - 
From: Tom Chiverton [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Monday, August 07, 2006 8:10 PM
Subject: Re: [flexcoders] Re: mxmlc compiler error - more described


 On Monday 07 August 2006 14:52, Satish wrote:
 My local mechine is Windows XP. How to disable my personal firewall
 setttings here?.

 Start, settings, control panel, network.
 Somewhere in there.

 Also if you have Norton or someother thing down in the system tray, kill 
 that
 too.

 like this. If i do the same thing in my live server and disable the
 firewall setttings this will not be the security issue?

 Might do. Might not.
 Something is blocking the communication, and at first guess it's normally 
 the
 client-side.

 -- 
 Tom Chiverton

 

 This email is sent for and on behalf of Halliwells LLP.

 Halliwells LLP is a limited liability partnership registered in England 
 and Wales under registered number OC307980 whose registered office address 
 is at St James's Court Brown Street Manchester M2 2JF.  A list of members 
 is available for inspection at the registered office. Any reference to a 
 partner in relation to Halliwells LLP means a member of Halliwells LLP. 
 Regulated by the Law Society.

 CONFIDENTIALITY

 This email is intended only for the use of the addressee named above and 
 may be confidential or legally privileged.  If you are not the addressee 
 you must not read it and must not use any information contained in nor 
 copy it nor inform any person other than Halliwells LLP or the addressee 
 of its existence or contents.  If you have received this email in error 
 please delete it and notify Halliwells LLP IT Department on 0870 365 8008.

 For more information about Halliwells LLP visit www.halliwells.com.



 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links






 



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [flexcoders] Re: mxmlc compiler error - more described

2006-08-08 Thread Satish
Hi,
Still i am getting same error even i changed my presonal firewall 
settings disabled. But when i use the additional perameter like,
D:\SVN\Code\myprojfit\web\WEB-INF\flex\binmxmlc -o 
d:\SVN\Code\myprojfit\web\headerInput.swf 
d:\SVN\Code\myprojfit\web\headerInput.mxml  -gatewayurl -use-network=true 
http://localhost:8090/myprojfit
I am not getting the netwok error. But in my actual mxml page i am loading 
some of the content from the database. But if i load the generated swf file 
on my browser, i am not able to load the database content. (for example, in 
my application, i am loading countries combo box data from the database. But 
my generated swf file is not able to load this type of content!) how to load 
the generated swf file with complete content?.


Thanks
Satish KC


- Original Message - 
From: Tom Chiverton [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Monday, August 07, 2006 8:10 PM
Subject: Re: [flexcoders] Re: mxmlc compiler error - more described


 On Monday 07 August 2006 14:52, Satish wrote:
 My local mechine is Windows XP. How to disable my personal firewall
 setttings here?.

 Start, settings, control panel, network.
 Somewhere in there.

 Also if you have Norton or someother thing down in the system tray, kill 
 that
 too.

 like this. If i do the same thing in my live server and disable the
 firewall setttings this will not be the security issue?

 Might do. Might not.
 Something is blocking the communication, and at first guess it's normally 
 the
 client-side.

 -- 
 Tom Chiverton

 

 This email is sent for and on behalf of Halliwells LLP.

 Halliwells LLP is a limited liability partnership registered in England 
 and Wales under registered number OC307980 whose registered office address 
 is at St James's Court Brown Street Manchester M2 2JF.  A list of members 
 is available for inspection at the registered office. Any reference to a 
 partner in relation to Halliwells LLP means a member of Halliwells LLP. 
 Regulated by the Law Society.

 CONFIDENTIALITY

 This email is intended only for the use of the addressee named above and 
 may be confidential or legally privileged.  If you are not the addressee 
 you must not read it and must not use any information contained in nor 
 copy it nor inform any person other than Halliwells LLP or the addressee 
 of its existence or contents.  If you have received this email in error 
 please delete it and notify Halliwells LLP IT Department on 0870 365 8008.

 For more information about Halliwells LLP visit www.halliwells.com.



 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links






 



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [flexcoders] Re: mxmlc compiler error - more described

2006-08-08 Thread Tom Chiverton
On Tuesday 08 August 2006 12:19, Satish wrote:
 D:\SVN\Code\myprojfit\web\WEB-INF\flex\binmxmlc -o
 d:\SVN\Code\myprojfit\web\headerInput.swf
 d:\SVN\Code\myprojfit\web\headerInput.mxml  -gatewayurl -use-network=true
 http://localhost:8090/myprojfit

You wouldn't normally need gatewayurl or use-network parameters. Any reason 
for setting them ?

 But my generated swf file is not able to load this type of content!) how to
 load the generated swf file with complete content?.

What happens ? Does the combo box just stay blank ? Is there any evidence it's 
hitting the service ? What sort of remote service is it ?

-- 
Tom Chiverton



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] Re: mxmlc compiler error - more described

2006-08-08 Thread Satish
/top_signupbut.swf 
mouseDown=getURL('accounts/accounts.mxml') scaleContent=false /
/mx:Canvas
/mx:GridItem
/mx:GridRow

mx:GridRow
mx:GridItem colSpan=7
mx:Grid
mx:GridRow
mx:GridItem colSpan=7
mx:Image source=swf-templates/one.swf /
mx:Image source=swf-templates/two.swf /
mx:Image source=swf-templates/three.swf /
/mx:GridItem
/mx:GridRow

mx:GridRow
mx:GridItem colSpan=7
mx:Image source=swf-templates/four.swf /
mx:Image source=swf-templates/fuve.swf /
mx:Image source=swf-templates/six.swf /
mx:Image source=swf-templates/seven.swf mouseDown=loadCalic() /
/mx:GridItem
/mx:GridRow
/mx:Grid
/mx:GridItem
/mx:GridRow
/mx:Grid
/mx:GridItem
/mx:GridRow
!-- VBox 2 --
mx:GridRow width=100% height=85% 
mx:GridItem
mx:Canvas
mx:Grid width=100% height=100% x=0 y=-50
mx:GridRow width=100% height=100%
mx:GridItem width=100% height=100% vScrollPolicy=off
mx:Image id=signup_content_loader 
source=swf-templates/FFG-temp-landing-pg.swf /
/mx:GridItem
/mx:GridRow
/mx:Grid
/mx:Canvas
/mx:GridItem
/mx:GridRow
/mx:Grid
/mx:Application


- Original Message - 
From: Tom Chiverton [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Tuesday, August 08, 2006 6:52 PM
Subject: Re: [flexcoders] Re: mxmlc compiler error - more described


 On Tuesday 08 August 2006 12:19, Satish wrote:
 D:\SVN\Code\myprojfit\web\WEB-INF\flex\binmxmlc -o
 d:\SVN\Code\myprojfit\web\headerInput.swf
 d:\SVN\Code\myprojfit\web\headerInput.mxml  -gatewayurl -use-network=true
 http://localhost:8090/myprojfit

 You wouldn't normally need gatewayurl or use-network parameters. Any 
 reason
 for setting them ?

 But my generated swf file is not able to load this type of content!) how 
 to
 load the generated swf file with complete content?.

 What happens ? Does the combo box just stay blank ? Is there any evidence 
 it's
 hitting the service ? What sort of remote service is it ?

 -- 
 Tom Chiverton

 

 This email is sent for and on behalf of Halliwells LLP.

 Halliwells LLP is a limited liability partnership registered in England 
 and Wales under registered number OC307980 whose registered office address 
 is at St James's Court Brown Street Manchester M2 2JF.  A list of members 
 is available for inspection at the registered office. Any reference to a 
 partner in relation to Halliwells LLP means a member of Halliwells LLP. 
 Regulated by the Law Society.

 CONFIDENTIALITY

 This email is intended only for the use of the addressee named above and 
 may be confidential or legally privileged.  If you are not the addressee 
 you must not read it and must not use any information contained in nor 
 copy it nor inform any person other than Halliwells LLP or the addressee 
 of its existence or contents.  If you have received this email in error 
 please delete it and notify Halliwells LLP IT Department on 0870 365 8008.

 For more information about Halliwells LLP visit www.halliwells.com.



 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links






 



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[flexcoders] Re: mxmlc compiler error - more described

2006-08-07 Thread Satish





Hi,
 I am having remoteobjects 
in my mxml file. I am able to compile my file with 
D:\SVN\Code\myprojfit\web\WEB-INF\flex\binmxmlc 
-o d:\SVN\Code\myprojfit\web\headerInput.swf 
d:\SVN\Code\myprojfit\web\headerInput.mxmlNo flexlib specified - assuming 
default of D:\SVN\Code\myprojfit\web\WEB-INF\flex\lib -gatewayurl http://localhost:8090/myprojfit

But while opening my flash file i am getting error 
message as--
"your application is trying to internet enabled 
location..to let this application with internet.. click 
settings..."

Can anybody clear me how to run this?



  - Original Message - 
  From: 
  Satish 
  To: flexcoders@yahoogroups.com 
  Sent: Monday, August 07, 2006 5:47 
  PM
  Subject: mxmlc compiler error
  
  Hi I am trying to compile my mxml code with 
  "mxmlc". While compiling i am getting the fallowing error. Can any give me the 
  clue, what might be the problem here( I have setted allow-url-overridetrue/allow-url-override also). 
  I am not getting the same error for all fi;es. Some small files are compiling 
  for me.
  
  
  D:\SVN\Code\myprojfit\web\WEB-INF\flex\binmxmlc -o 
  d:\SVN\Code\myprojfit\web\headerInput.swf 
  d:\SVN\Code\myprojfit\web\headerInput.mxmlNo flexlib specified - assuming 
  default of D:\SVN\Code\myprojfit\web\WEB-INF\flex\lib08/07 17:34:12 
  WARNING License Service: The evaluation period for Flex has expired; switching 
  to the Developer Edition08/07 17:34:12 INFO License Service: Flex 1.5 
  Developer Edition enabledWarning: applications compiled into standalone SWFs 
  using the Trial and Developer editions of Macromedia Flex expire 1 day 
  after creation. This restriction isonly in place for the Trial and 
  Developer editions of Macromedia Flex.Error: No gatewayUrl for 
  RemoteObject specified. You must set url to a value for RemoteObject in 
  flex-config.xml, set allow-url-override to true for RemoteObject in 
  flex-config.xml, or specify gatewayUrl when using 
  mxmlc. 
  (D:\SVN\Code\myprojfit\web\headerInput.mxml:58)Error: No gatewayUrl for 
  RemoteObject specified. You must set url to a value for RemoteObject in 
  flex-config.xml, set allow-url-override to true for RemoteObject in 
  flex-config.xml, or specify gatewayUrl when using 
  mxmlc. 
  (D:\SVN\Code\myprojfit\web\headerInput.mxml:63)Error: No gatewayUrl for 
  RemoteObject specified. You must set url to a value for RemoteObject in 
  flex-config.xml, set allow-url-override to true for RemoteObject in 
  flex-config.xml, or specify gatewayUrl when using 
  mxmlc. 
  (D:\SVN\Code\myprojfit\web\headerInput.mxml:64)Error: No gatewayUrl for 
  RemoteObject specified. You must set url to a value for RemoteObject in 
  flex-config.xml, set allow-url-override to true for RemoteObject in 
  flex-config.xml, or specify gatewayUrl when using 
  mxmlc. 
  (D:\SVN\Code\myprojfit\web\headerInput.mxml:65)Error: Don't know how to 
  parse element "http://www.macromedia.com/2003/mxml:EmailValidator". 
  It is not a known type or a property of 
  mx.core.Application. 
  (D:\SVN\Code\myprojfit\web\headerInput.mxml:78)Error: Don't know how to 
  parse element "http://www.macromedia.com/2003/mxml:StringValidator". 
  It is not a known type or a property of 
  mx.core.Application. 
  (D:\SVN\Code\myprojfit\web\headerInput.mxml:79)Error: Don't know how to 
  parse element "http://www.macromedia.com/2003/mxml:Grid". 
  It is not a known type or a property of 
  mx.core.Application. 
  (D:\SVN\Code\myprojfit\web\headerInput.mxml:80)Failed to compile 
  headerInput.mxml
  
  
  
  
  Thanks
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



Re: [flexcoders] Re: mxmlc compiler error - more described

2006-08-07 Thread Tom Chiverton
On Monday 07 August 2006 13:36, Satish wrote:
 But while opening my flash file i am getting error message as--
 your application is trying to internet enabled location..to let this
 application with internet.. click settings...

Sounds like a broken firewall or web browser settings ?
Who owns the error ?

-- 
Tom Chiverton



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] Re: mxmlc compiler error - more described

2006-08-07 Thread Marco Casario
try to disable your personal firewall (windows or norton) and it should work 
!

best
marco

- Original Message - 
From: Tom Chiverton [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Monday, August 07, 2006 3:16 PM
Subject: Re: [flexcoders] Re: mxmlc compiler error - more described


 On Monday 07 August 2006 13:36, Satish wrote:
 But while opening my flash file i am getting error message as--
 your application is trying to internet enabled location..to let this
 application with internet.. click settings...

 Sounds like a broken firewall or web browser settings ?
 Who owns the error ?

 -- 
 Tom Chiverton

 

 This email is sent for and on behalf of Halliwells LLP.

 Halliwells LLP is a limited liability partnership registered in England 
 and Wales under registered number OC307980 whose registered office address 
 is at St James's Court Brown Street Manchester M2 2JF.  A list of members 
 is available for inspection at the registered office. Any reference to a 
 partner in relation to Halliwells LLP means a member of Halliwells LLP. 
 Regulated by the Law Society.

 CONFIDENTIALITY

 This email is intended only for the use of the addressee named above and 
 may be confidential or legally privileged.  If you are not the addressee 
 you must not read it and must not use any information contained in nor 
 copy it nor inform any person other than Halliwells LLP or the addressee 
 of its existence or contents.  If you have received this email in error 
 please delete it and notify Halliwells LLP IT Department on 0870 365 8008.

 For more information about Halliwells LLP visit www.halliwells.com.



 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links







 




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [flexcoders] Re: mxmlc compiler error - more described

2006-08-07 Thread Satish
My local mechine is Windows XP. How to disable my personal firewall 
setttings here?. And i am not familior with this. I am first time compiling 
like this. If i do the same thing in my live server and disable the firewall 
setttings this will not be the security issue?


Thanks Macro

- Original Message - 
From: Marco Casario [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Monday, August 07, 2006 7:03 PM
Subject: Re: [flexcoders] Re: mxmlc compiler error - more described


 try to disable your personal firewall (windows or norton) and it should 
 work
 !

 best
 marco

 - Original Message - 
 From: Tom Chiverton [EMAIL PROTECTED]
 To: flexcoders@yahoogroups.com
 Sent: Monday, August 07, 2006 3:16 PM
 Subject: Re: [flexcoders] Re: mxmlc compiler error - more described


 On Monday 07 August 2006 13:36, Satish wrote:
 But while opening my flash file i am getting error message as--
 your application is trying to internet enabled location..to let this
 application with internet.. click settings...

 Sounds like a broken firewall or web browser settings ?
 Who owns the error ?

 -- 
 Tom Chiverton

 

 This email is sent for and on behalf of Halliwells LLP.

 Halliwells LLP is a limited liability partnership registered in England
 and Wales under registered number OC307980 whose registered office 
 address
 is at St James's Court Brown Street Manchester M2 2JF.  A list of members
 is available for inspection at the registered office. Any reference to a
 partner in relation to Halliwells LLP means a member of Halliwells LLP.
 Regulated by the Law Society.

 CONFIDENTIALITY

 This email is intended only for the use of the addressee named above and
 may be confidential or legally privileged.  If you are not the addressee
 you must not read it and must not use any information contained in nor
 copy it nor inform any person other than Halliwells LLP or the addressee
 of its existence or contents.  If you have received this email in error
 please delete it and notify Halliwells LLP IT Department on 0870 365 
 8008.

 For more information about Halliwells LLP visit www.halliwells.com.



 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links












 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links





 



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] Re: mxmlc compiler error - more described

2006-08-07 Thread Tom Chiverton
On Monday 07 August 2006 14:52, Satish wrote:
 My local mechine is Windows XP. How to disable my personal firewall
 setttings here?. 

Start, settings, control panel, network.
Somewhere in there.

Also if you have Norton or someother thing down in the system tray, kill that 
too.

 like this. If i do the same thing in my live server and disable the
 firewall setttings this will not be the security issue?

Might do. Might not.
Something is blocking the communication, and at first guess it's normally the 
client-side.

-- 
Tom Chiverton



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Re: mxmlc compiler error - more described

2006-08-07 Thread Matt Chotin












You probably need use-network=true
in your args?











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Satish
Sent: Monday, August 07, 2006 5:36
AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: mxmlc
compiler error - more described













Hi,





 I am having remoteobjects in my
mxml file. I am able to compile my file with 





D:\SVN\Code\myprojfit\web\WEB-INF\flex\binmxmlc
-o d:\SVN\Code\myprojfit\web\headerInput.swf d:\SVN\Code\myprojfit\web\headerInput.mxml
No flexlib specified - assuming default of D:\SVN\Code\myprojfit\web\WEB-INF\flex\lib
-gatewayurl http://localhost:8090/myprojfit











But while opening my flash file i am getting error message
as--





your application is trying to internet enabled
location..to let this application with internet.. click settings...











Can anybody clear me how to run this?



















- Original Message - 





From: Satish






To: [EMAIL PROTECTED]ups.com






Sent: Monday, August 07,
2006 5:47 PM





Subject: mxmlc compiler
error











Hi I am trying to compile my mxml code with
mxmlc. While compiling i am getting the fallowing error. Can any
give me the clue, what might be the problem here( I have setted allow-url-overridetrue/allow-url-override also). I am not getting the same error
for all fi;es. Some small files are compiling for me.

















D:\SVN\Code\myprojfit\web\WEB-INF\flex\binmxmlc
-o d:\SVN\Code\myprojfit\web\headerInput.swf d:\SVN\Code\myprojfit\web\headerInput.mxml
No flexlib specified - assuming default of D:\SVN\Code\myprojfit\web\WEB-INF\flex\lib
08/07 17:34:12 WARNING License Service: The evaluation period for Flex has
expired; switching to the Developer Edition
08/07 17:34:12 INFO License Service: Flex 1.5 Developer Edition enabledWarning:
applications compiled into standalone SWFs using the Trial and Develope
r editions of Macromedia Flex expire 1 day after creation. This
restriction isonly in place for the Trial and Developer editions of Macromedia
Flex.
Error: No gatewayUrl for RemoteObject specified. You must set url to a
value for RemoteObject in flex-config.xml, set allow-url-override to true
for RemoteObje
ct in flex-config.xml, or specify gatewayUrl when using
mxmlc. (D:\SVN\Code\myprojfit\web\headerInput.mxml:58)
Error: No gatewayUrl for RemoteObject specified. You must set url to a
value for RemoteObject in flex-config.xml, set allow-url-override to true
for RemoteObje
ct in flex-config.xml, or specify gatewayUrl when using
mxmlc. (D:\SVN\Code\myprojfit\web\headerInput.mxml:63)
Error: No gatewayUrl for RemoteObject specified. You must set url to a
value for RemoteObject in flex-config.xml, set allow-url-override to true
for RemoteObje
ct in flex-config.xml, or specify gatewayUrl when using
mxmlc. (D:\SVN\Code\myprojfit\web\headerInput.mxml:64)
Error: No gatewayUrl for RemoteObject specified. You must set url to a
value for RemoteObject in flex-config.xml, set allow-url-override to true
for RemoteObje
ct in flex-config.xml, or specify gatewayUrl when using
mxmlc. (D:\SVN\Code\myprojfit\web\headerInput.mxml:65)
Error: Don't know how to parse element http://www.macromedia.com/2003/mxml:EmailValidator.
It is not a known type or a property of mx.core.Application.
 (D:\SVN\Code\myprojfit\web\headerInput.mxml:78)
Error: Don't know how to parse element http://www.macromedia.com/2003/mxml:StringValidator.
It is not a known type or a property of mx.core.Application.
 (D:\SVN\Code\myprojfit\web\headerInput.mxml:79)
Error: Don't know how to parse element http://www.macromedia.com/2003/mxml:Grid.
It is not a known type or a property of mx.core.Application.
 (D:\SVN\Code\myprojfit\web\headerInput.mxml:80)
Failed to compile headerInput.mxml





























Thanks










__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___