Hi,
Not sure I am in the right forum here, but here goes anyways :-
Currently I am building a large Ecard site, the original that was built for testing only drew a considerable amount of flack 'cos the back button didn’t work. As you all probably knoiw 5 didn’t support the back button anyways. Now the actual site rebuild is being done in MX, I know how to use named anchors within an swf for going forward, back and bookmarking, but heres the prob, when a user wants to review a specific card prior to sending he clicks a thumbnail which loads card.swf into level 2, and he cannot use the back button to get back to the main site. Code used to load the card in is -:
Ecard4.onRelease = function(){
_parent._parent.EcardSelect = “4”;
loadMovieNum(“MprevEcard4.swf”,2);
_level0._visible = 0;
}
I suspect that the line _level0._visible = 0; is the problem here, but that has to be otherwise the site shows " thru" the card.
Is there a way around this does anyone know. Cannot post an fla as the site is huge but you can have a look at the test site HERE to maybe get an idea what is going on.
btw - you can view all the cards, but the php is not up yet and they cannot be sent
Cheers
SteveD