"TimSymons" <webforumsuser@macromedia.com> wrote in
news:c8fnu6$oql$1@forums.macromedia.com:
Thanks for helping, Tim.
[quoted text, click to view] > There are a few places he could be setting this information.
>
> 1) Look in all of the "on(release)" event holders or
> "movieClipName.onRelease
> = ". The link would be activated once you have clicked on something.
> So I would look in those areas.
This was my first thought, but I can't find any mouse events in the movie
explorer. There are load and enterFrame events, but those seem to just
'expand' the nav.
[quoted text, click to view] > 2) If it is a text link and he is populating a dynamic textfield and
> then
> using TextFormat object to set the linking URL you should go through
> the code in the library. Try editing all of the pieces that came with
> program.
They are buttons. I did search in the movie explorer for TextFormat and
found none.
[quoted text, click to view] > 3) If it is a custom component, he may have hidden the actual getURL
> call
> within the class definition of the component. Again, I would try
> editting each piece that came with the component in the Library and
> look at every element and frame for attached scripting.
I'm not familiar with class definitions, so when I'm in the library and I
right-click on the buttons/movie clips, I have an option for Component
Definitions. Is that what you mean? In any case, there is nothing
defined for any of the objects in Component Definitions.
Any other thoughts?
Can the call really be hidden? Should I scrap this idea and make my own?
I really like the smooth opening and closeing action of this nav, which
is why I was using it. I imagine I can start from scratch and see how it
goes, but I have trouble using the duplicateMovieClip function, so it
will take some trial and error I suppose.
Thanks,