You need to sign in to do that
Don't have an account?

Visual force and Flex?
Hi Friends,
From flex application, first, we have to login to the salesforce and then reteieve session id and other info etc.
In the below given code ,can somebody explain what does {!$Api.Partner_Server_URL_90} means.
How do we retrieve this info? Which URL it signifies?
<apex:flash src=”{!$Resource.MyChart_SWF}" width="500" height="300" |
12 | flashvars="sid={!$Api.Session_ID}&surl={!$Api.Partner_Server_URL_90}&aid={!account.id}"/>
Thanks , Trick001
|
$Api.Enterprise_Server_URL__xxx: The Enterprise WSDL SOAP endpoint where xxx represents the version of the API. For example,
From $Api section of :
http://login.salesforce.com/help/doc/en/dev_understanding_global_variables.htm