Jump to content

  • Free consultations and support
  • Live chatClick Here for Live Chat
  • Call ico 1888-906-1888
    Phone support: Open

    Ready for your call :)

    Our business hours:

    Mon — Fri, 2am — 8pm (EST)

    US & EU support teams

    Phone support: Closed

    We are back in: 1h 20m

    Our business hours:

    Mon — Fri, 2am — 8pm (EST)

    US & EU support teams


Creating an Adobe Flash Website

creating adobe flash website

  • Please log in to reply
 

#1 DesGuru

DesGuru

    Senior Member

  • Designer
  • 220 posts

Posted 16 December 2013 - 03:19 AM

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.





0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users