1.First outline what you need to have in your website. Decide the size of your website and try to fill your stage according to your website’s size.
 2.Design the required elements you need in your website. You can create the elements in Photoshop or Illustrator then import them to your site, by copying and pasting to your adobe Flash.
 3.Add the text you want. Select the font and add your text to your stage. The fonts can be edited from the Properties window.
4.Create the necessary navigation by creating buttons for your links. You can do this by using the shape tool and the text overlay.You should name your buttons in the Properties window.
5. From your timeline, make Actions layer by selecting the button "Add a New Layer". While that frame is highlighted, go to "Window" ->"Actions"  and add the code needed for your links ex
function FunctionName(event:Event) : void
{
var VariableName:URLRequest;
VariableName = new URLRequest("your URL goes here");
navigateToURL(VariableName, "_blank");
}
ButtonName.addEventListener(MouseEvent.CLICK, FunctionName);
 5.Save the main .fla file, and then export it as a .swf file. Then embed the .swf file in the Web page.
					
					
					
				
				
				
				Creating an Adobe Flash Website
1.First outline what you need to have in your website. Decide the size of your website and try to fill...
	
		creating adobe flash website
		Also tagged with one or more of these keywords: creating adobe flash, website
| Software → 
			
				Adobe Photoshop → What are the most commonly used fonts for Webdesign?Started by aki, 31 Jul 2017  font, website | 
 |   | ||
| General Information → 
			
				Feature Requests → Proposals for easier operationStarted by Markonije, 09 Jun 2017  changes, website, my design | 
 |   | ||
| Showoff / Critique → 
			
				Finished Work Showcase → Looking for feedback of my website designStarted by novage888, 30 May 2016  web design, ux, UI, website | 
 |   | ||
| General Information → 
			
				About DesignContest → Web Design Contest Question (HTML or image?)Started by clockworkjoe01, 05 Sep 2014  website, website contest | 
 |   | ||
| General chat → 
			
				Introduce Yourself → Hello to all designer and job seekersStarted by d3freelance, 26 Jan 2014  html5, logo design, website | 
 |   | 
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


 
					 
				
				
			







