Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | RE: FLASH: How to trigger Javascript on mouse release |
From: | Renu Vora |
Date: | Tue, 5 Dec 2000 22:20:14 GMT |
Thanks Neo...and how do I do that? Pardon my stupidity.
Renu
-----Original Message-----
From: ownerchinwag [dot] com [ownerchinwag [dot] com]On">mailto:ownerchinwag [dot] com]On Behalf Of neo
binedell
Sent: Tuesday, December 05, 2000 1:41 PM
To: flasherchinwag [dot] com
Subject: RE: FLASH: How to trigger Javascript on mouse release
hi renu, set your actionscript to expert, paste the code in then reset it to
normal.
regards
neo
-----Original Message-----
From: ownerchinwag [dot] com [ownerchinwag [dot] com]On">mailto:ownerchinwag [dot] com]On Behalf Of Renu Vora
Sent: December 5, 2000 11:25 PM
To: Flash List
Subject: RE: FLASH: How to trigger Javascript on mouse release
Thanks Scott & Neo.
I can't add the code sent by you starting with the curly bracket, on get URL
under actions tab...how do I do it?
What I can do under actions is as follows:
On (Release)
Get URL ("http://www.sif.com", window="_blank")
End On
Forgive my ignorance, but I am still new to all this.
Please help.
Thanks.
Renu
-----Original Message-----
From: ownerchinwag [dot] com [ownerchinwag [dot] com]On">mailto:ownerchinwag [dot] com]On Behalf Of Scott
Rouse
Sent: Tuesday, December 05, 2000 11:33 AM
To: flasherchinwag [dot] com
Subject: Re: FLASH: How to trigger Javascript on mouse release
on (release) {
getURL ("javascript:parent.PAUSE('http://www.sif.com')");
}
I am not sure if that particular javascript is a function (I'm guessing it
isn't) or a direct command, but if it is calling a function then put that
function in the head of the HTML that has embedded the Flash.
Scott
----- Original Message -----
From: "Renu Vora" <rvoraseeitfirst [dot] com>
To: "Flash List" <flasherchinwag [dot] com>
Sent: Tuesday, December 05, 2000 12:20 PM
Subject: FLASH: How to trigger Javascript on mouse release
> Hi!
>
> I need help with the triggering javascript when a button is clicked.
> If this was a link in HTML, the code would be:
> <A HREF = "javascript:parent.PAUSE('http://www.sif.com')">
>
> How would I do this on button click in Flash movie?
> Help needed ASAP.
> Thanks.
> Renu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
November 27-29, 2000, LONDON, National Film Theatre
Produced by United Digital Artists and lynda.com
-Sponsored by Macromedia, Adobe Systems and Apple Computer
-http://www.flashforward2000.com or UK tel. +44 (0870) 751 1526
Register before November 10 and save �200
http:// www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
November 27-29, 2000, LONDON, National Film Theatre
Produced by United Digital Artists and lynda.com
-Sponsored by Macromedia, Adobe Systems and Apple Computer
-http://www.flashforward2000.com or UK tel. +44 (0870) 751 1526
Register before November 10 and save �200
http:// www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
November 27-29, 2000, LONDON, National Film Theatre
Produced by United Digital Artists and lynda.com
-Sponsored by Macromedia, Adobe Systems and Apple Computer
-http://www.flashforward2000.com or UK tel. +44 (0870) 751 1526
Register before November 10 and save �200
http:// www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
RE: FLASH: How to trigger Javascript on , neo binedell
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]