Not signed in (Sign In)

Vanilla 1.0.3 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorowaters
    • CommentTimeNov 7th 2007
     
    Hey, was wondering if someone could offer me a bit of help?

    I have a page with a place for my SWF to go at the top, and then underneath a load of links. When a link is clicked I would like it to load a different SWF, preferably without refreshing the page.
    Would this require ajax or is it just manipulating the DOM? Does anyone have any examples which may help?

    Many thanks!
    • CommentAuthorGeoff
    • CommentTimeNov 9th 2007
     
    you should probably use an iframe for this - just load a new page into the iframe when you click the links.

    using javascript for this is usually problematic due to some memory handling issues in IE - the browser doesn't unload the flash plugin properly.
    • CommentAuthorj4kp07
    • CommentTimeNov 12th 2007
     
    I'm researching a solution for this exact same problem. Have you had any luck yet?
    • CommentAuthorphilip
    • CommentTimeNov 12th 2007 edited
     
    this thread discussed the same problem. http://blog.deconcept.com/swfobject/forum/discussion/745/

    i posted an example you can use (at the bottom of the thread), but be aware the example doesn't take into account Geoff's comments about memory issues.

    - philip