[flexcoders] Re: Flex 2 Remoting and ASP.net (flourine?) examples?

2006-08-31 Thread a1111111111111

I'm trying to do a mashup of your tutorial and what jessewarden has 
at: http://www.jessewarden.com/archives/2005/12/amfphp_10_works.html

So far, I haven't gotten it working. I'm getting:

Unknown Service Error: Unknown service type requested FluorineTest
at com.TheSilentGroup.Fluorine.Filter.ProcessFilter.DoAction
(AMFContext context, AMFBody, amfBody)


Any tips on just making the connection? I'm using Jesse's custom 
NetConnection with:

gateway_conn = new NetConnection2();
gateway_conn.objectEncoding = ObjectEncoding.AMF3;
gateway_conn.connect(gatewayURL);

I tried AMF0 also to no improvement.

Thanks!
-rd

--- In flexcoders@yahoogroups.com, DannyT <[EMAIL PROTECTED]> wrote:
>
> That tutorial is currenlty for Flash and AS2.0.
> 
> I intend on duplicating that tutorial for Fluorine with Flex, 
webOrb and
> flex, also for amfphp and flex. Unfortunately I don't have the 
hardware to
> cope at the moment so as soon as I fork out and upgrade i'll get 
on it. :)
> 
> Dan
> 
> -- 
> http://danny-t.co.uk
>







--
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] Flex 2 Remoting and ASP.net (flourine?) examples?

2006-08-30 Thread a1111111111111
I have spent the last several years in the CF/J2EE world and have 
gotten quite used to the idea of using remoting with Flex. I just 
joined an asp.net group and I'm trying to figure out how to get Flex 
going with it. I'm not a huge fan of using webservices for data 
intensive applications. Does anyone have a tutorial on getting Flex 
2 and asp.net talking with remoting?

Thanks
-rd





--
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: Can Anyone Please Get Me Some Space

2006-05-30 Thread a1111111111111




FYI the hosting that CFDynamics provides for the Derby does not 
include ColdFusion or Mystic hosting. They are not willing to host 
beta ColdFusion software.

-rd


--- In flexcoders@yahoogroups.com, Faisal Abid <[EMAIL PROTECTED]> wrote:
>
> HUH? what does that have to do with this, but good site.
> 
> 
> 
> Mahmoud Elsayess wrote:
> > Hi Faisal,
> >  
> > Have you seen my website? I think you would be interested to 
check it 
> > out and you can type any word in Arabic using my Arabic Abacus. 
> > www.readverse.com 
> >  
> > Mahmoud Elsayess
> > www.readverse.com 
> >
> > - Original Message -
> > *From:* Faisal Abid 
> > *To:* flexcoders@yahoogroups.com 

> > *Sent:* Tuesday, May 16, 2006 1:18 PM
> > *Subject:* [flexcoders] Can Anyone Please Get Me Some Space
> >
> > I have been working on an application for the Derby but it 
involves
> > MYstic and i have a developers version running, Can anyone 
please
> > give
> > me some space like 5 megs , on there server so i can host my
> > coldfusion/flex application. Please...
> >
> >
> > --
> > 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]
> >   
subject=Unsubscribe>
> >    
> > *  Your use of Yahoo! Groups is subject to the Yahoo! 
Terms of
> >   Service .
> >
> >
> > -
---
> >
>











--
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.



  











[flexcoders] FDS and Remoting

2006-04-10 Thread a1111111111111
So I'm trying to get FDS sending messages to ColdFusion remoting. I 
am able to receive messages just fine from CF. I'm attempting to do 
this with the following:

private function sendMessage():void {
var message: mx.messaging.messages.AsyncMessage = new AsyncMessage();
message.body = 'hello word';
producer.send(message);
mx.controls.Alert.show('sent');
} 



But, now I get the following error from FDS:

Unable to contact the RMI registry on host 127.0.0.1:8500 to look 
for gateway flexGateway: java.rmi.ConnectIOException: error during 
JRMP connection establishment... 

Anyone have any idea what I need to tweak in the xml files to get 
this working?









--
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] ColdFusion sessions?

2006-03-19 Thread a1111111111111
Anyone else having problems getting ColdFusion sessions or cflogin to 
work with Flex? As soon as I turn on sessionmanagement Flex freaks 
out. Is something wrong with my config... or is this a known problem?

Thanks
-rd





--
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: Login security best practices for Flex and ColdFusion users

2005-07-12 Thread a1111111111111

Scott, thanks for the detailed answer to my question. I think I am 
following your setup pretty well, I really like the idea of the facade 
gateway used with cflogin.

You mention using a timer to check to see if their session has ended 
and that you would prefer to use onSessionEnd to accomplish this. I'm 
guessing this would only work with flashcomm (not just that you dont 
have mx7). I ask, because that would be a much more elegant solution 
(but using flashcom would be too much). I've never used XMLSocket, but 
could that potentially do something like this? (perhaps with a CF 
event gateway?)

Thanks for the input.




--
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] Login security best practices for Flex and ColdFusion users

2005-07-11 Thread a1111111111111
I did some quick searching and didn't come up with anything too 
difinitive on this. Coming from a typically ColdFusion only 
environment, I usually roll my own login security with session 
variables. I'm trying to get a firm understanding of what everyone 
considers the best practice for flex login security when using 
ColdFusion remoting.

My thoughts are that putting roles on all my cfc's and calling
cflogin 
with flash remoting would log the user into the role, and then if / 
when they are logged out a call to a remoting method will fail if
they 
aren't in their role, and the remoting 'fault' can be fired to cause 
flex to show the login screen again.

Is this the best method, or do most of you roll your own cfc security 
function? or can you do something with the session object in Flex?

-Thanx




--
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] PNG not supported in cellRenderer?

2005-06-24 Thread a1111111111111
Maybe I have missed something obvious, but it appears that only jpg 
and swf are available with a cellRenderer. In particular I am using a 
TileList with a dataprovider that makes the images dynamic, and i'm 
using a cellRenderer like they use in the flexstore example code.

My jpg's and swf's show up perfectly but everything else shows up 
blank. Does anyone have any ideas?

Thanks




--
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/