I am new to adobe flexI have 2 question1)I was created two flex mxml
file in same projectIn master page i created some buttons but i don't
know how to navigate master page to another page using buttonkindly help
me to navigate none mxml page to anotheri know how to navigate website
using buttone.g----- click="navigateToURL(new
URLRequest('http://www.google.com'),'_self')"same way how to navigate
one page to another in same project2) Is there any tutorial available to
create website using Flex co...