Tag Archives: Javascript

  • jQuery Resources

    Posted on December 7, 2009 by in Blog, HTML, Javascript, Other Technologies

    Main site / Documentation http://www.jquery.com/ UI theme jQuery UI – http://ui.jquery.com/ Plugins / extended library jQuery plugins directory – http://plugins.jquery.com/ jQuery TOOLS – http://flowplayer.org/tools/index.html leigeber – http://sandbox.leigeber.com/ Mullinx – http://mullinx.makinguse.com/ (A multi-direction hyperlink)

    No Comments. Continue Reading...
  • ActionScript 2 External Interface

    Posted on April 8, 2009 by in ActionScript, Blog, Flash

    前幾日打算寫個flash button 點知office得flash 8, 要用actionscript 2 … 真係幾挑戰..因為自己未用過8 + as 2 當初諗住好似好簡單既野.. 用external interface call js 點知攪左好耐都唔得.. 最後搵到個site 先幫到我.. 要將 ExternalInterface.call(); 改做 flash.external.ExternalInterface.call(); 先用到.. 但係我真係唔明 =.=  唔通佢有兩個api 都係叫 ExternalInterface ?!  算啦…應該都唔會點用as 2 架啦.. Reference: http://www.psyked.co.uk/actionscript/externalinterface-not-working-in-firefox.htm

    No Comments. Continue Reading...