• 23-10-2010, 23:21:20
    #1
    Üyeliği durduruldu
    - .
  • 23-10-2010, 23:53:38
    #2
    bedava olmadigi icin olmasin ?
  • 24-10-2010, 00:05:46
    #3
    Üyeliği durduruldu
    - .
  • 24-10-2010, 00:31:37
    #4
    1.
    loadVariables("TEXTE/Linkstext01.txt", "");


    2.
    on (release) {
    getURL("http://" + _parent.linkwww01,"_blank");
    }


    text dosyasinda böyle görünecek:
    3.
    &linkwww01=www.google.com&

    yada bu sekilde flash icine yazacaksin.

    on(release){
    _root.getURL("http://www.google.de","_blank")
    }