Does the number of divs matter in trying to get BrowswerManager to see
the fragments? Mine isn't working its coming up null.
Here is my html:
<div id="content">
<div id="my-wrap">
<div id="my-wrap-2">
<div id="flashDiv">
<a href="http://www.adobe.com/go/getflashplayer">
<img
src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif"
alt="Get Adobe Flash player" />
</a>
</div>
</div>
</div>
</div>
Joey says
http://www.themorphicgroup.com/blog/2008/05/28/using-flex-3-deep-linking-browsermanager-with-swfobject/#comment-794
He mentions the outer "content" div in his code in my code above which
would be the "content" div?
I know the history.js file tries to find the movie by searching
through div tags via an array, but I can't seem to the div thus I am
getting null. See here http://bugs.adobe.com/jira/browse/SDK-15388
Thanks in advance.