User Profile

Collapse

Profile Sidebar

Collapse
kyllle
kyllle
Last Activity: Mar 12 '07, 10:21 PM
Joined: Mar 5 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • kyllle
    replied to Adding a contact page in flash
    Basically I want the page to be something like this:

    Name:xxxxxxx
    Email:xxx@xxxxx x.xxx
    Message:xxxxxxx xxxxxxxxx
    xxxxxxxxxxxxxxx x
    xxxxxxxxxxxxxxx x
    xxxxxxxxxxxxxxx x
    See more | Go to post

    Leave a comment:


  • kyllle
    started a topic Adding a contact page in flash

    Adding a contact page in flash

    Ok so Iv created a web site that consists of sliding navigation, basically there are 7 buttons on the page and when each one is selected the appropriate page slides over, one of the buttons I have is a contact/comments page and I was wondering how I create this on the web page?

    Oh and another question is

    how I create a nice gallery of photos on another one of the pages

    your advise and help is very much...
    See more | Go to post

  • kyllle
    started a topic Javascript Error Please Help

    Javascript Error Please Help

    My first actionscript and I have two errors when I run it. Basically this code is to control scrolling navigation.

    Code

    onClipEvent (load) {
    _x = 0;
    _y = 0;
    spd = 8;
    }
    onClipEvent (enterFrame) {
    _x += (endX-_x)/spd;
    _y += (endY-_y)/spd;
    }

    _root.News.onRe lease = function() {
    endX = 0;
    endY = 0;
    }
    _root.Shows.onR elease =...
    See more | Go to post
No activity results to display
Show More
Working...