Well, check out the Cairngorm architecture and ServiceLocator pattern.  You may still be able to accomplish what you want.

 

Matt

 


From: Thijs Triemstra [mailto:[EMAIL PROTECTED]
Sent: Saturday, February 12,2005 6:47 PM
To: [EMAIL PROTECTED]
Subject: [flexcoders] Re: RemoteObject : source property

 


Thanks for your quick reply. This means I can do two things:

- write an fcs serverside app that does the remoting for Flex
- create a clientside FLASH app that feeds Flex with data.


So Flex and AMF Remoting means: Flex+Flash || Flex+FlashCom :(


Thijs



--- In flexcoders@yahoogroups.com, Matt Chotin <[EMAIL PROTECTED]> wrote:
> No, sorry.  In 1.5 the source value must be available at compile-
time.
>

>
> Matt
>

>
>   _____ 
>
> From: Thijs Triemstra [mailto:[EMAIL PROTECTED]
> Sent: Saturday, February 12, 2005 6:23 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] RemoteObject : source property
>

>
>
> Can I use a variabele for the 'source' property with RemoteObject?
>
> The code below doesn't seem to work :(
>
>
>
> function initApp() {
>   path = "vcs/Applications/Test";
> }
>
> <mx:RemoteObject id="applicationService" source="{path}"
> endpoint="http://localhost/amf.php <http://localhost/amf.php> "
> showBusyCursor="true">
> <mx:method name="setObjectInfo" result="createdChild
(event.result)"/>
>             </mx:RemoteObject>
>
>
>
>
>
>
>
>
> Yahoo! Groups Sponsor
>
>
>
> ADVERTISEMENT

>
<http://us.ard.yahoo.com/SIG=1295irefn/M=298184.6018725.7038619.300117
6/D=gr
>
oups/S=1705007207:HM/EXP=1108347812/A=2532114/R=2/SIG=12k50cjgs/*http:
/clk.a
>
tdmt.com/NFX/go/yhxxxnfx0020000014nfx/direct/01/&time=1108261412718181
>
>

>
<http://view.atdmt.com/NFX/view/yhxxxnfx0020000014nfx/direct/01/&time=
110826
> 1412718181>
>
>

> <http://us.adserver.yahoo.com/l?
M=298184.6018725.7038619.3001176/D=groups/S=
> :HM/A=2532114/rand=193303935>
>

>
>   _____ 
>
> Yahoo! Groups Links
>
> *      To visit your group on the web, go to:
> http://groups.yahoo.com/group/flexcoders/
> <http://groups.yahoo.com/group/flexcoders/>
>  
> *      To unsubscribe from this group, send an email to:
> [EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>
>  
> *      Your use of Yahoo! Groups is subject to the Yahoo!
> <http://docs.yahoo.com/info/terms/>  Terms of Service.





Reply via email to