1. Flash pre-loader code

    Posted by Rob CornishPostMarch 24, 2008Date

    Simple flash pre-loader actionscript 2 code

    //Pre-Loader
    myLoaded = Math.round(getBytesLoaded());
    myTotal = Math.round(getBytesTotal()); 
    
    if (myLoaded == myTotal) {
        gotoAndPlay(2);
    } else {
        gotoAndPlay(1);
    };
    


  2. Dynamic page controlling menu

    Posted by Rob CornishPostMarch 14, 2008Date

    Set the pages as:

    <%
    'set page id
    '-------------
    intPageID = 1
    %>
    

    Set the navigation menu as:

    <%if intPageID = 1 then%>Home<%else%>Home<%end if%>
    


  3. Banksy exhibition

    Posted by Marko VucenovicPostDate

    The legend that is Banksy is having an exhibition of some kind at the Andipa Gallery. It is running until the 29th of March so there is still plenty of time to get down there! Best of all its FREE.

    Check it



  4. Virtual include

    Posted by Rob CornishPostMarch 12, 2008Date

    Using the asp virtual include:

    <!-- #Include file = "filename.asp"-->
    


  5. Still on the run

    Posted by Rob CornishPostDate

    tksh

    Still on the run portfolio by Emeric Trahand



  6. Refreshed!

    Posted by Rob CornishPostMarch 7, 2008Date

    New site

    Hi all, we've changed the look! Hope you all like it, currently filling the site with content so bare with us!



Tags
Flickr
SelfDSC_0207DSC_0206DSC_0205
© 2008 dlnqnt - Admin - Login