Jump to content
xisto Community
Sign in to follow this  
SaNJ

Help Me Flash My Website. web designing

Recommended Posts

Hey...guys ...I have a website ...which is sort of a personal website..But now I want to change it to a blog site for my college...I want the site to be cool...and awesomeIts an engineering college....so I want the site to look...techie...sci-fi...you know what I mean...I know that I can make it look that way if I use..flash ...I want the site to look just a little bit like the http://forums.xisto.com/no_longer_exists/ will what I mean if u visit that site..I have no experience in flash so what I want is -how to include flash in my website-what softwares do i need-where can i get cool swf files ...like ..a cool "loading..." screen...and stuff like that.-where can I get cool mouse over and mouse click sounds...Please help....Thanks in advance

Edited by BuffaloHELP (see edit history)

Share this post


Link to post
Share on other sites

I want the site to look just a little bit like the http://forums.xisto.com/no_longer_exists/ will what I mean if u visit that site..[...]
I have no experience in flash

For somebody who is new to flash you might not be able to make something that good just yet, however if you borrow some art and animation from flashkit you might be able to spice up your work.


-how to include flash in my website

The best way to include flash while still following web standards is the flash satay method. If you don't care about making your page valid html you can just search on google "include flash html" and you should get plenty of results telling you how to do this.

-what softwares do i need

Well, if you don't already have it, you'll need adobe flash ($699). Adobe offers it for $249 if you're a student.

-where can i get cool swf files ...like ..a cool "loading..." screen...and stuff like that.

flashkit. You could also try a google search for "flash preloaders".

-where can I get cool mouse over and mouse click sounds...

And once again I'd recommend flashkit. I'm sure there are plenty of other websites out there but I've used flashkit for years and it hasn't let me down yet.

Share this post


Link to post
Share on other sites

hello

 

you can use Swishmax to make a Cool animations, you can find also a templates and working under it...

 

how to insert flash, you can use Frontpage or Dreamwaver, if you can't get this ones u can use a free WYIWYG software and there is a bunch just google it..

 

You can find a Cool flash websites Templates at http://templates4all.blogspot.de/ they are free to download and free to edit also.

 

Goodluck!

Share this post


Link to post
Share on other sites

you can use Swishmax to make a Cool animations, you can find also a templates and working under it...

Yes there are some awful pieces of software that are cheap or even free that generate swf's but if you want preloaders and the ability to script your swf's you really should invest in Adobe Flash.

how to insert flash, you can use Frontpage or Dreamwaver, if you can't get this ones u can use a free WYIWYG software and there is a bunch just google it..

Actually using dreamweaver or frontpage is the last way I would recommend inserting flash. First of all they don't generate a valid way of including flash in your webpage, and they also include a bunch of useless params that don't really do too much. And you don't really learn too much what every line does, you are just copying over blocks of code mindlessly. If you really want to embed flash into your website and learn what you are doing, I'd suggest google than any programs that generate the code for you.

Share this post


Link to post
Share on other sites

well thank you very much....galexcd

 

you have answered each of my questions ....and your answers are going to be very useful to me...

yes I m a student..and would try to get adobe flash...but its too costly for me...even the student discount price..

the site u suggested is awesome and just the right thing I was looking for....it has numerous tutorials...which I am going to need...

 

well there is something I would like to know..if I include flash in my website would the size of pages..increases considerably ...so would I be needed to increase the bandwidth which I have got..

 

well thanks again..I would ask again for your help...while I m working on my site...

Share this post


Link to post
Share on other sites

Flash will dramatically increase your wibsite's size and if you have a lot of users the bandwidth will suffer.With a flash site you probably wouldnt have seperate pages, you would have one HTML page which has the flash embedded in it, and then the flash itself would contain different pages.you will not be able to learn flash and create something as good as the web page you linked. That site probably cost several thousand dollars to create because it is extremely good. My advice is, if you're not going to generate money from the site then forget flash, it is far to expensive to buy if its not going to earn you money. Instead use animated Gifs for dynamic images/banners and use Javascript to create pop-up effects (but not popup windows, im talking about clicking a link and the rest of the page dims down and a panel is shown containing text). If you intend on creating your own blog you might need to learn and use PHP or a similar language unless you want to manually edit/create HTML pages each time.Alternatively look on the intergoogle for "adobe flex" it is a free, open source XML style language that is used to create flash files. you manually create code (unless you buy flash builder for like 500 dollars) and then run it through a compiler that turns it into SWF pages. It will take a VERY long time to learn to create stunning effects like the site you linked, however it can do some very cool stuff!

Share this post


Link to post
Share on other sites

Hey...guys ...I have a website ...which is sort of a personal website..But now I want to change it to a blog site for my college...
I want the site to be cool...and awesome

Its an engineering college....so I want the site to look...techie...sci-fi...you know what I mean...
I know that I can make it look that way if I use..flash ...
I want the site to look just a little bit like the http://forums.xisto.com/no_longer_exists/ will what I mean if u visit that site..

I have no experience in flash
so what I want is

-how to include flash in my website
-what softwares do i need
-where can i get cool swf files ...like ..a cool "loading..." screen...and stuff like that.
-where can I get cool mouse over and mouse click sounds...

Please help....
Thanks in advance

If you want a fully effective Flash Web Page , the Programming Languages you will need to learn are XML , ActionScript , Javascript and Some HTML. And then you'll need weeks to put it together. Flash websites are extremely complicated and are very time consuming , but are effective if pulled off. Good luck :)

Share this post


Link to post
Share on other sites

-how to include flash in my website-what softwares do i need
-where can i get cool swf files ...like ..a cool "loading..." screen...and stuff like that.
-where can I get cool mouse over and mouse click sounds...

Please help....
Thanks in advance


I think I can answer the first and the second question. You should check if you have installed Adobe Flash Player in your web browser and upload the flash file to your host's web server. Then you can embed the flash file to web page with HTML code like the code below (for .swf):
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"  width="432" height="330" title="game">	  <param name="movie" value="/flash/game.swf" />	  <param name="quality" value="high" />	  <embed src="/flash/game.swf" quality="high" pluginspage="http://http://www.adobe.com/special/errorpages/404.html; type="application/x-shockwave-flash" width="432"  height="330"></embed>	</object>

If that dosen't work, you can use a tool called Moyea Web Player Pro - http://www.flash-video-mx.com/web-player-pro/, it's a flash video player maker. Do you know what is flash video player? check it in google. This tool can add flash videos and other videos to a web page, I tested it on my PC and it works. Perhaps this tutorial is also helpful: http://forums.xisto.com/no_longer_exists/

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | 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.