WELCOME->
विनितकर जो देवरिया जनपद के निवासी है ,इनकी प्रारंभिक शिक्षा ग्राम -मिथाबेल (गोरखपुर),माध्यमिक शिक्षा गोरखपुर तथा स्नातक गोरखपुर इन्वर्सिटी से संपन्न करने के बाद ये ग्रेटर नॉएडा से ऍम सी ए किये तदुपरांत ये स्पार्क्स आईटी सलूशन में सॉफ्टवेर इंजिनियर के पद पर कार्यरत है !
WELCOME
Wednesday, January 2, 2013
Hi Dear, every one want to make quick website .Here I am going to describe how to developed a website with WP within half an hours.Kindly watch video (Thanks Vinitkar)
Hello All This is some essential links to help for flex developer. http://learn.adobe.com/wiki/display/Flex/Download+Projects // Flex imp sites
http://examples.adobe.com/flex3/componentexplorer/explorer.html //FlexPrinjob + All Flex Components.. http://www.roseindia.net/tutorial/flex/flex4/components/richtexteditor.html //rich text editatoer for flex4
http://livedocs.adobe.com/flex/3/html/help.html?content=navigators_4.html //find value from javaScript....
Hello Friends, You can take SnapShot of Image and you can download id using this code,
var snapshot:ImageSnapshot = ImageSnapshot.captureImage(skn.drawArea,72,encoder,true); var file:FileReference = new FileReference(); file.save(snapshot.data, "canvas.png");
Hello Friend, You can serch any word from google api using these code. public function executeSearch(event:MouseEvent):void { //serch text by flex usinggoogleAPI var u:URLRequest = new URLRequest("http://www.google.com/search?hl=en&q=" + ta1.text); navigateToURL(u,"_blank"); }
Hello All
ReplyDeleteThis is some essential links to help for flex developer.
http://learn.adobe.com/wiki/display/Flex/Download+Projects // Flex imp sites
http://examples.adobe.com/flex3/componentexplorer/explorer.html //FlexPrinjob + All Flex Components..
http://www.roseindia.net/tutorial/flex/flex4/components/richtexteditor.html //rich text editatoer for flex4
http://livedocs.adobe.com/flex/3/html/help.html?content=navigators_4.html //find value from javaScript....
http://livedocs.adobe.com/flex/3/html/help.html?content=navigators_4.html //Flex doc
http://forums.adobe.com/thread/465439 /./ dynamically embedd fonts..
Hello Friends,
ReplyDeleteYou can take SnapShot of Image and you can download id using this code,
var snapshot:ImageSnapshot = ImageSnapshot.captureImage(skn.drawArea,72,encoder,true);
var file:FileReference = new FileReference();
file.save(snapshot.data, "canvas.png");
Hello Friends.
ReplyDeleteYou can scale tool using ctrl++/--,using these code.
addedToStage="event.currentTarget.stage.scaleMode=StageScaleMode.SHOW_ALL"
Hello Friend,
ReplyDeleteYou can serch any word from google api using these code.
public function executeSearch(event:MouseEvent):void { //serch text by flex usinggoogleAPI
var u:URLRequest = new URLRequest("http://www.google.com/search?hl=en&q=" + ta1.text);
navigateToURL(u,"_blank");
}