Ask a Question related to Macromedia Flash, Design and Development.
-
Slacker League #1
Simple question about targeting links.
I am setting up a movie to use as a menu on a website. There is one page
that has link targets on it, eg: #past. I have buttons in the movie to
link to the page but haven't been able to figure out the target part. What I
have for the links is
on (release) {
getURL("profile.htm", "mainFrame");
}
The link on the .html file is <a name="past" id="past">Past</a>
How would I get this to link to the id="past", in the above code. The
profile.htm has several on it that I want to link to. Just need the syntax
for one please.
Thanks,
SL
Slacker League Guest
-
Need Simple Answer to Simple Contribute/Firefox question
Hello all; I've tried the Adobe help in CS3, tech support, phone support, this forum, other forums, Mozilla, and nowhere can I get a straight... -
Targeting links in attached movie
If I attach (and duplicate) a movieclip that contains a button, do I lose events set on that button in those new movieclips? -
Targeting of button links inside Movie Clip
Hey folks, I'm having a bizarre error with this flash site. This is unfinished, but before I got too far along I wanted to figure out what is... -
easy targeting question???
I have a website that is almost completed. I have a navigation bar across the top with five buttons. The buttons all link to the different pages... -
Question on targeting links in MX
I have created a menu with MX that basically has buttons that link to html files. The files all open in a certain frame called mainFrame. Here is... -
J. Gary Brinn #2
Re: Simple question about targeting links.
Should be as simple as adding the anchor tag at the end of the url-
geturl("profile.htm#past","mainFrame");
try that...
--
J. Gary Brinn
Sons of Thunder Interactive LLC
[url]http://www.sonsofthunderinteractive.com[/url]
"Slacker League" <SCenters@cfl.rr.com> wrote in message
news:qM3Oa.37369$bK5.768142@twister.tampabay.rr.co m...I> I am setting up a movie to use as a menu on a website. There is one page
> that has link targets on it, eg: #past. I have buttons in the movie to
> link to the page but haven't been able to figure out the target part. What> have for the links is
>
> on (release) {
> getURL("profile.htm", "mainFrame");
> }
>
> The link on the .html file is <a name="past" id="past">Past</a>
>
> How would I get this to link to the id="past", in the above code. The
> profile.htm has several on it that I want to link to. Just need the syntax
> for one please.
>
> Thanks,
>
> SL
>
>
J. Gary Brinn Guest
-
Slacker League #3
Re: Simple question about targeting links.
I may just have to make 3 seperate html files for these links. I can't seem
to get it to work properly. Is is possible that Flash can't handle the #
symbol as a link within an html page?
Any input appreciated.
SL
"Slacker League" wrote in message ...page> I've tried that but it just loads the page as normal. It won't link to the
> <a name="past" id="past">Past</a> that is in the page.
>
>
> "J. Gary Brinn" <gary@sonsofthunderinteractive.com> wrote in message
> news:3f09d8e8$1_4@corp-news.newsgroups.com...> > Should be as simple as adding the anchor tag at the end of the url-
> >
> > geturl("profile.htm#past","mainFrame");
> >
> >
> > try that...
> > --
> > J. Gary Brinn
> > Sons of Thunder Interactive LLC
> > [url]http://www.sonsofthunderinteractive.com[/url]
> >
> >
> >
> > "Slacker League" <SCenters@cfl.rr.com> wrote in message
> > news:qM3Oa.37369$bK5.768142@twister.tampabay.rr.co m...> > > I am setting up a movie to use as a menu on a website. There is oneto> > > that has link targets on it, eg: #past. I have buttons in the movie> What> > > link to the page but haven't been able to figure out the target part.> syntax> > I> > > have for the links is
> > >
> > > on (release) {
> > > getURL("profile.htm", "mainFrame");
> > > }
> > >
> > > The link on the .html file is <a name="past" id="past">Past</a>
> > >
> > > How would I get this to link to the id="past", in the above code. The
> > > profile.htm has several on it that I want to link to. Just need the>> >> > > for one please.
> > >
> > > Thanks,
> > >
> > > SL
> > >
> > >
> >
> >
>
Slacker League Guest



Reply With Quote

