Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
bdaul #1
play flash object then automagically follow link
What does the code look like that allows a webpage to play a flash introductory animation...then when it is done playing JUMP to a link (in the html)?
Thanks, --bill
bdaul Guest
-
Removing flash object after play
I have a transparent video playing on my front page, with a small semi-transparent controller. After the movie plays and fades out, the controller... -
Help link pause play etc buttons to progressivlydownloaded video
I used the tutorial on the adobe website titled " http://www.adobe.com/devnet/flash/articles/prog_download.html" and am having problems figuring... -
3d object to follow the mouse
Hi, anyone know how I can get a 3d model to follow the x,y of the mouse. I need the coordinates translated into 3d.. John -
how do i link an object in Flash to an HTML link?
hi ppl, i want to make a link on an HTML page to an object (layer) in a flash window - this should be possible for multiple layers using... -
Extreme Newbie - making Flash object a link?
I thought it would be fairly straight forward to do this but I guess not - I want to create a link when a Flash object is clicked within an html... -
SugnaShane #2
Re: play flash object then automagically follow link
You need to put this on the last frame in your FLash document by doing the
following:
Create a layer named actions
click on the last frame
hit F7 to add a blank keyframe
Open your actions panel (F9)
paste this code in the window
getURL ("index.htm" , "_self");
rename the page name to were you want to go.
To apply to a button do this.
on (release) {
getURL ("index.htm" , "_self");
}
Shane
SugnaShane Guest



Reply With Quote

