ecstyle
10-12-2008, 09:29 AM
How do I create a website like this?
http://www.henrysfloristweddingevents.com/
I want to learn the code and start from scratch. but how do i view this code?
I am experienced xhtml/css user but i am very lost when it comes to flash.
I really want the create this website ... emulate almost everything, especially the scroll bar and the ability to add music to a website.
Please advise.
SergeantFlash
10-12-2008, 01:51 PM
henrysfloristweddingevents.com seems like a nice and simple website. If you like learning by looking at what other people do, I recommend getting a program like Sothink SWF Decompiler, which you can get HERE (http://www.sothink.com/product/flashdecompiler/index.htm?gclid=CJ3lxrfaoZYCFQOjFQodNA2R5w). Additionally, you should also get the Sothink SWF Catcher, which is a FREE Firefox/Internet Explored plug-in that lets you download any SWFs form the web. This can be found at the bottom of the page for the link I gave you above. Or you can just try the links below too:
Firefox Plug-In (http://www.sothink.com/product/swfcatcher/firefox/index.php)
IE Extension (http://www.sothink.com/product/swfcatcher/ie/index.php)
Since I already have the program and the plug-in, I can give you a breakdown of the html/Flash involved in the website.
__________
The website basically contains two files. And .html file to hold the swf. And the swf file itself which is basically the website.
The html file contains this code:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Henry's Florist Wedding Events</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta name="description" content="Wedding centerpieces and bouquets for your wedding events. Located in Brooklyn, New York.">
<meta name="keywords" content="Weddings, Brooklyn Wedding Forist, Brooklyn Weddings, NYC weddings, NY weddings, weddings in brooklyn, wedding flowers, centerpieces, wedding bouquets, Florist, Gift Baskets, Flowers, Floral, Plants, Bouquets, Gifts, Roses, Sympathy, Get Well, Christmas, Mother's Day, Funeral, Henry's Florist, Brooklyn, New York, Fruit Basket, Balloons, Weddings,Fruit Basket, Balloons, Weddings, Henry's Florist, Henry's Flowers, Henry's Florist NY, Henry's Florist NY Flowers, flowers Broklyn NY, Henry's Flowers, buy flowers online, sympathy floral arrangements, sympathy flowers, Get Well flowers, Christmas flowers, Christmas Floral, Mothers Day">
</head><body style="border: 0px none ; margin: 0px; padding: 0px; background-color: rgb(0, 0, 0); background-repeat: repeat-x;">
<center><br>
<!--url's used in the movie-->
<!--text used in the movie-->
<!-- saved from url=(0013)about:internet -->
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="index" align="middle" width="900" height="540">
<param name="allowScriptAccess" value="sameDomain">
<param name="movie" value="index.swf"><param name="quality" value="high"><param name="bgcolor" value="#000000"><embed src="Henry%27s%20Florist%20Wedding%20Events_files/index.swf" quality="high" bgcolor="#000000" name="index" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" align="middle" width="900" height="540">
</object>
</center></body></html>
Also, he used ActionScript 2.0 for his website. A large amount of his site deals with ActionScript (the fading images you see, for example). If you're interested in getting more information, please send me a PM and I'll get you the stuff you need.
ecstyle
10-15-2008, 07:08 AM
Thank you so much for your detailed response SergeantFlash and recommending that software to view swf files - it was really helpful!
I really need to learn flash and the interface itself.
what books or tutorials would you recommend?
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.