*I was trying to link a LinkButton to an external HTML page, so that
the target page will load in the same window as the current one. I
achieved the same using navigateToURL(link, "_self") on a button. But
the same is not working with link buttons. I thought they behaved the
same way. The link button is on a canvas in an accordion.*

use the same logic which you used on button for the click event of the link
button and it should work fine.

Akshar Kaul


On Tue, Jun 29, 2010 at 18:14, Vivek <[email protected]> wrote:

> Hello everyone.
>
> I am quite new to flex and is trying out a few examples to get used to
> the basics.
>
> I was trying to link a LinkButton to an external HTML page, so that
> the target page will load in the same window as the current one. I
> achieved the same using navigateToURL(link, "_self") on a button. But
> the same is not working with link buttons. I thought they behaved the
> same way. The link button is on a canvas in an accordion.
>
> What I was trying was to create an accordion swf using flex and use
> this swf as my left menu bar. It works fine, but I cannot get the
> links to work.
>
> The swf is in a folder called Images, and I have embed the swf using
> Images/menu.swf to my HTML file. Now I want to load another HTML in
> the same page.
>
> Also is there any easy way to change the accordion action from mouse
> click to mouse over. So that if we just have the mouse over an
> accordion name the canvas comes up. I tried the same using simple
> mouseOver action and selected index but couldnt get that also to
> work :)
>
> TIA.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Flex India Community" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<flex_india%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to