Jump to content

'Active' web pages


suicide-boy

Recommended Posts

Hi all, me again.

 

 

I'm hoping to get working on a new site which will be better looking than a bog standard non moving page. There's one thing I'd like to know:

 

How to I make small images fly around the screen then stop in a certain place then have an "Enter" button appaear. If you didn't understand that go to www.kikikannibal.com a site an online friend of mine made. She told me it was mainly done in javascript.

 

I've searched all the tags I can think off but I haven't found anything.

 

All help is appreciated.

 

Pete

Link to comment
Share on other sites

your friends page is done in javascript and flash.  here's the html of that page:

<html>

<head>

<title>Kiki Kannibal</title>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<script type="text/javascript" language="javascript" src="loadimages.js"></script>

</head>

<body bgcolor="#FF99FF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" valign="middle">

<center>

<embed src="intro.swf" width="800" height="500">

</body>

</html>

--notice the embed tag, that's how it's all done and it's flash

--the javascript file above, 'loadimages.js' only contains this code:

home = new Image(18,154)

home.src = "images/home_over.gif"

shop = new Image(16,153)

shop.src = "images/shop_over.gif"

pics = new Image(16,153)

pics.src = "images/pics_over.gif"

about = new Image(18,153)

about.src = "images/about_over.gif"

contact = new Image(20,153)

contact.src = "images/contact_over.gif"

--the js only preloads the images, all the real action takes place in the flash file

Link to comment
Share on other sites

I don't understand why you want all those cool effects. The load was incredibly suuupppper long. I already left after the second load. I have dsl and that's pretty fast. I suggest trying to make something less "flash-(y)."  :D

 

And you said that your laptop only has 20gb? Well then, better get started with what I said!  :o8)

Link to comment
Share on other sites

I shoulda mentioned that I was gonna get a new laptop soon. This piece of crap was originally made for '98 and I'm running XP  >.<

 

I'm hoping to do a new site that involves flash and javascript. I'm sure you'll agree that HTML does get a little boring after a few years.

 

 

Going kinda off and on subject. If you have an ideas for an enter page then please lemme know.

Link to comment
Share on other sites

HTML does get a little boring after a few years.

actually this is where a lot of designers make a mistake some stuff should be made with HTML and CSS only because it sinply loads faster and if its done in the right way you can obtain your information quicker. Often I want my information quick and readable instead of a labyrinth of crappy flash effects.

Link to comment
Share on other sites

HTML does get a little boring after a few years.

actually this is where a lot of designers make a mistake some stuff should be made with HTML and CSS only because it sinply loads faster and if its done in the right way you can obtain your information quicker. Often I want my information quick and readable instead of a labyrinth of crappy flash effects.

 

 

What I meant by it getting boring is that it's the only code I've been using and nothing else so I wanna upgrade so to speak. Of course I'll continuue to use HTML, I just want some active pages, even if it's text mouseover effects.

Link to comment
Share on other sites

Sadly thogh I can't do a flash file cos my laptop has only 20gb harddrive. Sucks big time
you don't need a big hard drive to do flash.  They are not flash videos like on youtube, they are flash vector graphics meant to load fast for animations (still takes some expertise to actually accomplish that).  A 20 gig hard drive should be fine for development of flash vector graphics, all you need is the software.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.