Click to See Complete Forum and Search --> : mxml tags


aneeshkurian
07-25-2008, 04:14 AM
what code can i use to link two web pages in a flex creation

sushi
05-08-2009, 09:34 AM
depends how you wanna link them. Do you want to have a button on your flex page #1 and just links to any other page? then you need to use

<mx:Button label=”Click Here” click=”navigateToURL(new
URLRequest(’htp://mathewjacob.wordpress.com’),’_mine)” />

You could also just create a new state for the new page, or as a single component and load the swf into an object in your current flex page.