For tab i am using simple tabs javasript <ul> <li><a href="#fragment-1" title="">Tab A</a></li> <li><a href="#fragment-2" title="">Tab B</a></li> <li><a href="#fragment-3" title="">Tab C</a></li> </ul>
<div id="#fragment-1" class="tab-panel"> Code Embed flex swf </div> <div id="#fragment-2" class="tab-panel"> content </div> <div id="#fragment-3" class="tab-panel"> content </div> *To check this i have put Alert in creation complete event , this is not getting called in IE but it is called every time when i switch between tabs. * Gnanz.../ http://gnanz-flexworld.blogspot.com On Mon, Sep 7, 2009 at 1:18 PM, Arindam Mojumder <[email protected] > wrote: > It should not happen nither in Mozilla nor in IE. Can you post your main > application code? > > 2009/9/7 GnanaPrakasam T <[email protected]> > > >> Im using tab in html page,in one tab i have embedded the Flex applcation, >> when i switching tabs the application is getting reloaded. >> It should not do so. >> >> The same is working correctly in IE. >> >> How to stop this reloading behaviour? >> >> >> Gnanz,,,/ >> http://gnanz-flexworld.blogspot.com >> >> >> > > > -- > @rindam > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

