Category Archives: Image

  • Image Recovery …

    Posted on March 20, 2009 by in Blog, Feelings, Image, Life, Other Technologies, Personal

    話說頭先仲好嬲冇哂D 相個陣突然諗起可以RECOVER 返張SD CARD入面既相… 咁就GOOGLE到兩個BROTHERS 推薦既SOFTWARE, 一開始我裝左 PC Inspector File Recovery ..呢個SOFTWARE好在個UI比較靚D 感覺上…不過就唔係好識用..因為佢唔USER FRIENDLY, 同埋佢RECOVER 到D相得一半… =.= 以下既係其中一張失敗既相 ..     如你所見…灰左……….. 跟住我試完第2個Digital Image Recovery之後開心返哂…因為TOTAL得1,2張救唔到, 其他相都救得返, 勁開心. 係呢度強烈推薦大家去用… 其實呢個SOFTWARE真係好有用, 因為好多時我地去用相機影相個陣真係會好易唔小心DELETE哂D相架..      呢個係同一幅相~

    No Comments. Continue Reading...
  • Dynamic source of Image control

    Posted on August 24, 2008 by in ActionScript, Flex Note, Image

    In order to change the image source dynamically instead of creating multiple image instances, we could make use of [Embed] tag as follows: [Embed(source="a.png")]private var _src_a:Class;[Embed(source="b.png")]private var _src_b:Class; _img = new Image ();if ( … ) { _img.source = _src_a;} else { _img.source = _src_b;} http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00000968.html

    2 Comments. Continue Reading...