From: Ian H. <ih...@be...> - 2009-08-18 18:09:45
|
Mitch Skinner wrote: > Implementing a nice way for users to generate those URLs is still a > to-do, though. Actually, it's a bit harder since we made this the > responsibility of the embedder. But I have an idea for how to do it. Since the "embedder" in this case is the index.html file, which extracts the parameters from the URL, presumably the natural way to do this is to add a "Bookmark" link to the index.html file, that extracts the 'loc' and 'tracks' params using the Browser's visibleTracks and visibleRegion method? At least, that's how I thought we were going to do it... |