11/1/2011 7:30:18 AM
Title:
LinkButton help
Hi,
I am using flex builder 3, I want to pass my username and passsword using LinkButton.
so that whenever clicking on the particular linkButton my Facebook account should directly be opened.
<?xml version="1.0" encoding="utf-8"?>
<!-- http://blog.flexexamples.com/2007/11/17/taking-screenshots-in-flex-3-using-the-imagesnapshotcapturebitmapdata-method/ -->
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" color="#000000" backgroundGradientAlphas="[1.0, 1.0]" backgroundGradientColors="[#FFFFFF, #FFFFFF]">
<mx:LinkButton label="Facebook" click="navigateToURL(new URLRequest('http://www.facebook.com/ravindrasharma123'))" x="10" y="69"/>
</mx:Application>
11/1/2011 12:27:33 PM
you need to create a POST request and send the variable email and pass to the link "https://www.facebook.com/login.php?login_attempt=1"
11/7/2011 11:05:59 PM
Hi,
I had tried your method by creating a Post request
but unable to do the coding part.
I need some more help to get the right coding.
Regards,
Ravindra Sharma