Mr.doob - New site + Experiments!
Out of context: Reply #39
- Started
- Last post
- 53 Responses
- mrdoob0
Thanks guys!
@antistatic: Yeah, the SWFAddress issue is just a bad position I am in. I want a flash nav, xml driven. Then I want to show all the experiments under the nav. So, somehow you need to load them. Loading .swf's into a .swf is a nightmare, specially if those other .swf's load external stuff (such as textures or 3dmodels).. and well, after trying jquery and an iframe for it and finding a bug on the window.height value, the solution was to use frames.
Then, SWFAddress works for changing the url of the site from within the flash. But I'm not doing just that. Everytime you select an item you have to load a html on the bottom frame and at the same time change the url. Which I think that's confusing for SWFAddress, as he is also listening for url changes, and well.. it's just annoying :)
The only solution I can see at the moment is going inside SWFAddress, understand it and do my own one so it works with the what I'm trying to do.
- yeah i guess it would be easier for swfaddress if it was all one flash movieantistatic