WELCOME

Welcome to VINITKAR PROFILE...

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)



4 comments:

  1. 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....

    http://livedocs.adobe.com/flex/3/html/help.html?content=navigators_4.html //Flex doc

    http://forums.adobe.com/thread/465439 /./ dynamically embedd fonts..

    ReplyDelete
  2. 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");

    ReplyDelete
  3. Hello Friends.
    You can scale tool using ctrl++/--,using these code.

    addedToStage="event.currentTarget.stage.scaleMode=StageScaleMode.SHOW_ALL"

    ReplyDelete
  4. 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");
    }

    ReplyDelete