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)
November 30th, 2009 at 2:11 pm
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
November 30th, 2009 at 2:25 pm
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 :