How difficult is to build a website with Flash?

I am using an alternative technology of Flash called Flex 3. I understand the power of Flex 3 and the tools but how do you build a full flex web page? There is no index.html page so what do you do to call the page? In a standard website you have the index. about.html etc..How does it go for Flash or Flex?Thanks for your time.

your flex project compiles to a .sfw file , just like stuff made with flash.
and you embed that .swf to a .html file just like a picture or video. (well its a bit more complicated.)
Flex builder (i guess you’re using that) generates the html page automatically for you. Its in your project folder/bin-debug or in project folder/bin-release (if you exported a release build)

2 Responses to “How difficult is to build a website with Flash?”

  1. sydd Says:

    your flex project compiles to a .sfw file , just like stuff made with flash.
    and you embed that .swf to a .html file just like a picture or video. (well its a bit more complicated.)
    Flex builder (i guess you’re using that) generates the html page automatically for you. Its in your project folder/bin-debug or in project folder/bin-release (if you exported a release build)
    References :
    ima flex programmer

  2. Tom S Says:

    here is a site that will link you to a lot of different tutorials & online schools that can help you with Flash… http://www.yourwebsiteassistant.com go to the links page.
    References :

Leave a Reply