RE: [flexcoders] Question about linking two mxml pages together
See the flex samples. Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of [EMAIL PROTECTED] Sent: Monday, October 17, 2005 8:19 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Question about linking two mxml pages together No I can't say as I have seen the ViewStack component any way I can take a look at it -Original Message- From: Manish Jethani <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Sun, 16 Oct 2005 16:22:28 -0700 Subject: Re: [flexcoders] Question about linking two mxml pages together On 10/16/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I have a question, normally you can link two html pages together but from > what I understand I have seen nothing about linking two mxml pages together. > What I want to do is have a link on one page link to another mxml page that > has pictures on it. Is this possible to do? Or when you make an mxml page > does it all have to be on the same page? Flex apps do not follow the page-based model like HTML. You _can_ link to another page on your website in Flex using the Link component, but it's not the recommended way of doing apps. Personally I'd just put in the pictures into another view. Have you seen the ViewStack component? Anyway, here's how you set up a Link: click="getURL('http://www.macromedia.com/')" /> Yahoo! Groups Sponsor ~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM">Click Here! ~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED LINKS Web site design development Computer software development Software design and development Macromedia flex Software development best practice YAHOO! GROUPS LINKS Visit your group "flexcoders" on the web. To unsubscribe from this group, send an email to: [EMAIL PROTECTED] Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
Re: [flexcoders] Question about linking two mxml pages together
Manish, Abdul Stop answering posts and go out tonight. I buy the first round. there has to be a good place around here :) Cheers, Aldo On 10/17/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > No I can't say as I have seen the ViewStack component any way I can take a > look at it > -Original Message- > From: Manish Jethani <[EMAIL PROTECTED]> > To: flexcoders@yahoogroups.com > Sent: Sun, 16 Oct 2005 16:22:28 -0700 > Subject: Re: [flexcoders] Question about linking two mxml pages together > > On 10/16/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I have a > question, normally you can link two html pages together but from > what I > understand I have seen nothing about linking two mxml pages together. > What > I want to do is have a link on one page link to another mxml page that > has > pictures on it. Is this possible to do? Or when you make an mxml page > does > it all have to be on the same page? Flex apps do not follow the page-based > model like HTML. You _can_ link to another page on your website in Flex > using the Link component, but it's not the recommended way of doing apps. > Personally I'd just put in the pictures into another view. Have you seen the > ViewStack component? Anyway, here's how you set up a Link: label="Go to macromedia.com" click="getURL('http://www.macromedia.com/')" > /> > -- Flexcoders Mailing List FAQ: > http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search > Archives: > http://www.mail-archive.com/flexcoders%40yahoogroups.com > Yahoo! Groups Links > [EMAIL PROTECTED] > http://docs.yahoo.com/info/terms/ > > > -- > Flexcoders Mailing List > FAQ: > http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > Search Archives: > http://www.mail-archive.com/flexcoders%40yahoogroups.com > > > > YAHOO! GROUPS LINKS > > Visit your group "flexcoders" on the web. > > To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. > To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. > > -- : Aldo Bucchi : mobile (56) 8 429 8300 Yahoo! Groups Sponsor ~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM ~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
Re: [flexcoders] Question about linking two mxml pages together
No I can't say as I have seen the ViewStack component any way I can take a look at it -Original Message-From: Manish Jethani <[EMAIL PROTECTED]>To: flexcoders@yahoogroups.comSent: Sun, 16 Oct 2005 16:22:28 -0700Subject: Re: [flexcoders] Question about linking two mxml pages together On 10/16/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I have a question, normally you can link two html pages together but from > what I understand I have seen nothing about linking two mxml pages together. > What I want to do is have a link on one page link to another mxml page that > has pictures on it. Is this possible to do? Or when you make an mxml page > does it all have to be on the same page? Flex apps do not follow the page-based model like HTML. You _can_ link to another page on your website in Flex using the Link component, but it's not the recommended way of doing apps. Personally I'd just put in the pictures into another view. Have you seen the ViewStack component? Anyway, here's how you set up a Link: http://www.macromedia.com/')" /> Yahoo! Groups Sponsor ~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM">Click Here! ~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com YAHOO! GROUPS LINKS Visit your group "flexcoders" on the web. To unsubscribe from this group, send an email to: [EMAIL PROTECTED] Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
RE: [flexcoders] Question about linking two mxml pages together
You can also load another flex page inside existing, using Loader: -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manish Jethani Sent: Sunday, October 16, 2005 4:22 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Question about linking two mxml pages together On 10/16/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I have a question, normally you can link two html pages together but from > what I understand I have seen nothing about linking two mxml pages together. > What I want to do is have a link on one page link to another mxml page that > has pictures on it. Is this possible to do? Or when you make an mxml page > does it all have to be on the same page? Flex apps do not follow the page-based model like HTML. You _can_ link to another page on your website in Flex using the Link component, but it's not the recommended way of doing apps. Personally I'd just put in the pictures into another view. Have you seen the ViewStack component? Anyway, here's how you set up a Link: http://www.macromedia.com/')" /> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links Yahoo! Groups Sponsor ~--> Most low income households are not online. Help bridge the digital divide today! http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM ~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
Re: [flexcoders] Question about linking two mxml pages together
On 10/16/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I have a question, normally you can link two html pages together but from > what I understand I have seen nothing about linking two mxml pages together. > What I want to do is have a link on one page link to another mxml page that > has pictures on it. Is this possible to do? Or when you make an mxml page > does it all have to be on the same page? Flex apps do not follow the page-based model like HTML. You _can_ link to another page on your website in Flex using the Link component, but it's not the recommended way of doing apps. Personally I'd just put in the pictures into another view. Have you seen the ViewStack component? Anyway, here's how you set up a Link: http://www.macromedia.com/')" /> Yahoo! Groups Sponsor ~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM ~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/