Ask a Question related to Macromedia Flash, Design and Development.
-
Ant #1
Hyperlinking to a HTML page
I have just started using Flash and have created my first movie. I have a
button that I would like to open a HTML file (On a CD). I guess this should
be a basic function but can find no mention of how to do in the book I have.
Can anyone tell me what code I need to attach to the action of the button
is? (I just want to hyperlink to another HTML page, nothing fancy at this
stage)
Thanks for any help.
Ant
Ant Guest
-
Flash .html Plays on Server but NOT on html page
Sorry for being so green. Running IIS Microsoft Server 1. Installed FMS 2. Installed Player 8 and 9 Uploaded .flv and .swf files to server.... -
Hyperlinking Problem
Hi All I have an application which acts as a small document management system. Our users upload the document to the server and the application... -
hyperlinking on an swf file in dreamweaver?
Hello one and all: Quick question using Dreamweaver MX. Great feature is to be able to quickly add a flash button, tell it where to link to and... -
Hyperlinking and ASP.NEt Session
Hi, I am trying to design a Home page for my applicatiion in which i want show the links for for some itms... I tried to put the following <td>... -
Calling a html page from an asp page then returning to the next statement on the original asp page
Hi! I have an ASP page that calls excel to create a report. This works fine. Now I need to call a html calendar page to filter what rows are... -
Unabogie #2
Re: Hyperlinking to a HTML page
Click on the button. Type:
onRelease()
{
getURL("myHTMLPage","_blank")
}
HTH
GamesAboutMovies.com
The coolest online games made for movies.
--
"Ant" <ant.snell@virgin.net> wrote in message
news:86wGd.846$cr3.636@newsfe4-gui.ntli.net...>I have just started using Flash and have created my first movie. I have a
> button that I would like to open a HTML file (On a CD). I guess this
> should
> be a basic function but can find no mention of how to do in the book I
> have.
> Can anyone tell me what code I need to attach to the action of the button
> is? (I just want to hyperlink to another HTML page, nothing fancy at this
> stage)
>
>
>
> Thanks for any help.
>
>
>
> Ant
>
>
>
Unabogie Guest
-
Ant #3
Re: Hyperlinking to a HTML page
Cracked it. Thanks for your help!
I can now move on to biger and better things
"Unabogie" <unabogie@no.spam.hotmail.com> wrote in message
news:PcxGd.10994$wZ2.8835@newssvr13.news.prodigy.c om...a> Click on the button. Type:
>
> onRelease()
> {
> getURL("myHTMLPage","_blank")
> }
>
> HTH
>
> GamesAboutMovies.com
> The coolest online games made for movies.
> --
>
> "Ant" <ant.snell@virgin.net> wrote in message
> news:86wGd.846$cr3.636@newsfe4-gui.ntli.net...> >I have just started using Flash and have created my first movie. I havebutton> > button that I would like to open a HTML file (On a CD). I guess this
> > should
> > be a basic function but can find no mention of how to do in the book I
> > have.
> > Can anyone tell me what code I need to attach to the action of thethis> > is? (I just want to hyperlink to another HTML page, nothing fancy at>> > stage)
> >
> >
> >
> > Thanks for any help.
> >
> >
> >
> > Ant
> >
> >
> >
>
Ant Guest



Reply With Quote

