Wednesday 19 August 2009

Silverlight code running order

  1. App.xaml.cs - > Application_Startup
  2. MainPage.xaml.cs -> Mainpage()
  3. Page_loaded event if registered




Thursday 13 August 2009

Developing Flowplayer Flash Plugin environment setup guide

  1. Download JAVA SE , Flex SDK, and ANT if you don't have
    ANT downloaded filename: apache-ant-1.7.1-bin.zip
    Flex SDK downloaded filename: flex_sdk_3.zip
    JAVA SE downloaded filename: jdk-6u16-windows


    Environment Variable:
    JAVA_HOME : C:\Program Files \Java\jdk1.6.0_15
    Path : C:\apache-ant\bin;C:\Program Files (x86)\Java\jdk1.6.0_15\bin
    The folder path is differ depends on your own preference. The above is just my setup

    To check if it's installed, go to Command Prompt and then enter texts like image shown.


    Subversion is needed if you want to get the latest source code from Flowplayer's server.
    Click here to download.(setup the bin folder in Path as well (ex.C:\svn-win32-1.6.3\bin))

  2. To be continued