# Named anchors and loaded swf's

**URL:** https://forum.kirupa.com/t/named-anchors-and-loaded-swfs/11119
**Category:** Uncategorized
**Created:** [January 12, 2003, 5:08pm UTC](https://forum.kirupa.com/t/named-anchors-and-loaded-swfs/11119 "2003-01-12T17:08:52Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![SteveD](https://avatars.discourse-cdn.com/v4/letter/s/c4cdca/32.png) [@SteveD](https://forum.kirupa.com/u/SteveD)
#### Post date: [January 12, 2003, 5:08pm UTC](https://forum.kirupa.com/t/named-anchors-and-loaded-swfs/11119/1 "2003-01-12T17:08:52Z")

</div>

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](http://www.test.bcats.com) 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

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [January 12, 2003, 5:10pm UTC](https://forum.kirupa.com/t/named-anchors-and-loaded-swfs/11119/2 "2003-01-12T17:10:34Z")

</div>

I wonder if I should try loading the card into a target mc ???
