all groups > flash (macromedia) > june 2006 >
You're in the

flash (macromedia)

group:

trying to make a link


Re: trying to make a link -->dan mode
6/30/2006 3:29:03 PM
flash (macromedia): On the button you created insert the following action code:

on(release){
getURL("yourPageHere.htm")
}

--


Dan Mode
*THE online Radio* http://www.tornadostream.com
*Must Read* http://www.smithmediafusion.com/blog
*Flash Helps* http://www.smithmediafusion.com/blog/?cat=11

[quoted text, click to view]

trying to make a link asli
6/30/2006 9:16:13 PM
hello,

i am inserting a flash eyecandy to my .htm dreamweaver page and i am trying to
turn that little movie/candy to a button that will link to a new html page on
my site. I dont knwo flash too well but I was able to create the button but I
couldnt see the option that will allow me to give the "click" option. In other
words, my site automatically opens that link upon launch - is there a tutorial
link or advice someone can send me? many thnx in advance - i have flash mx


Re: trying to make a link eddymilner
6/30/2006 10:03:14 PM
also you can put this way :

button_name.onPress=function(){
getURL('http://youhtmlpage.html, "_blank" ,'POST');
}


flash also support basic behaviors :Window-->Behaviors---->Web--->gotowebpage
......
Re: trying to make a link guyvonh
7/1/2006 3:50:41 AM
Hey,

I am working on a website <www.adcs.us> and I would like to use flash movies
as links to other pages, however, my code seems to only work with IE and Safari
but with with Mozilla Firefox. Any suggestions?

Here is a sample of my code:

<td width="115" height="35"><a href="http://www.adcs.us/Our_Services/"><object
width="115" height="35"><pram name="movie" value="Our_Services.swf"><embed
src="Our_Services.swf" width="115 height="35></embed></object></a></td>
Re: trying to make a link guyvonh
7/1/2006 3:51:25 AM
Hey,

I am working on a website <www.adcs.us> and I would like to use flash movies
as links to other pages, however, my code seems to only work with IE and Safari
but with with Mozilla Firefox. Any suggestions?

Here is a sample of my code:



<td width="115" height="35"><a href="http://www.adcs.us/Our_Services/"><object
width="115" height="35"><pram name="movie" value="Our_Services.swf"><embed
src="Our_Services.swf" width="115 height="35></embed></object></a></td>
AddThis Social Bookmark Button