Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
Bagroff #1
Login in different RemoteObject under differrentlogin/pass
Hi2all,
I have (f.e.) 2 RemoteObjects to the same destination 'my-destination'
(channel = 'my-channel', endpoint = 'http://forexample/gateway').
I need to login under _different_ login&password in _different_ RemoteObjects
for access to _different_ AMF3 service`s and invoke something.
How i can do this? I`m trying to create manually ChannelSet, but it`s not
work as i want :\
public function MyRemoteObject(destination: String=null)
{
var uniqe_channelSet: ChannelSet = new ChannelSet();
var transport_channel: AMFChannel = new AMFChannel('my-channel',
'http://forexample/gateway');
transport_channel.disablePolling();
uniqe_channelSet.addChannel(transport_channel);
super(destination);
channelSet = uniqe_channelSet;
Bagroff Guest
-
Login needs to pass variable
The profile form CFINCLUDEs the login page in the header. If I attempt to view the profile.cfm?userID=XX I am switched to the login form as... -
How to pass Windows login credentials to ActiveDirectory
Hi, I am using windows integrated authentication for my asp.net intranet application. basically, I have to pass the windows username & password to... -
connect flash to asp database for login and pass?
Hey everyone... here is what i'm trying to do. I am trying to incorporate a login in a flash movie where a user would enter their login and password... -
Please help with login / pass and quotation request forms
Hi I have just about finished a flash site which was adapted from a template from Hoover Web Design... -
How can I pass user login for UNC path?
I am trying to write a script that will access files on another computer on the network but in a seperate domain. In order to access the files, I...



Reply With Quote

