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
User Profile
Collapse
-
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... -
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 =...
No activity results to display
Show More
Leave a comment: