Steeve. The alt content is rendered once to the page and then replaced by the Flash <object> when the user has the right flash version. There is no "going back" so to speak. My suggestion of hiding / showig <divs> will most likely be your best way forward if you want to avoid a page refresh / app reload.
Aran On Thu, Sep 17, 2009 at 12:28 AM, Steve <[email protected]> wrote: > > I realize I want to use SWFObject in a way which was not exactly its > purpose however I saw that it could show alternative content and then > I asked myself whether it could be not just a one time switch to the > alternative content (in my case HTML app) but rather programatically > control during the app flow which part is shown (Flash or HTML). > Most likely this is not supported out of the box but I thought it > could be possible so I asked. > > Steve > > On Sep 16, 10:01 am, Aran Rhee <[email protected]> wrote: > > The only thing you can do if you do not want to reload the Flash app is > to > > hide it (CSS visibility etc). You would have to have some way to get the > > Flash app to go the the right "screen" once it is time to show it > however. > > For this you will most likely be wanting to use ExternalInterface to talk > > to/from the Flash app from the hosting page. > > > > Aran > > > > On Wed, Sep 16, 2009 at 11:49 PM, Sam Sherlock <[email protected] > >wrote: > > > > > I am a little confused about what your trying to achieve > > > but your closing statement suggests you'd be interested in > > >http://pipwerks.com/lab/swfobject/ > > > > > also check the swfobject > > > documentation, api & links in case you have'nt already > > > > >http://code.google.com/p/swfobject/wiki/documentation > > >http://code.google.com/p/swfobject/wiki/api > > >http://code.google.com/p/swfobject/wiki/links > > > > > - S > > > > > 2009/9/16 Steve <[email protected]> > > > > >> Hello, > > > > >> I just discovered SWFObject and I have a question about it. > > >> I am working on a classic Web app (Java/JSP backend) however some > > >> screens will be converted to Flash app. > > >> The user will have scenarios where they will go through several Flash > > >> screens (old screens being converted to Flash), then they will go > > >> through several HTML screens (screens which will not be converted). > > >> They may switch back and forth several time. > > >> So my question is whether SWFObject could help me to alternate between > > >> the two without reloading the Flash app? > > > > >> Thanks, > > >> Steve > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SWFObject" 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/swfobject?hl=en -~----------~----~----~----~------~----~------~--~---
