Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Why are my links not working Flash CS3

Status
Not open for further replies.

DrySnot

Technical User
Nov 29, 2007
46
0
0
Im sure this is basic but I have been editing a flash page and none of my links are working.

For example I click on text in flash cs3 pro and I get a bar with a chain link next to it among other thing. I put the html link I want to goto when I click the text but it is still taking me to the old flash page.


is the site. If you click on forum it takes you to the old flash gallery page. How do I make it take me to


I think if I can get that I can figure out how to change the rest.

Thanks for the help.

 
Wait let me just start over I think I found where I was going wrong..

Im sure this is basic but I have been editing a flash page and none of my links are working.

For example I click on text for a link in flash cs3 pro and I get a bar with a chain link next to it among other thing. I put the html link I want to goto when I click the text but it still taking me to the old flash page.

http://www.arachnocharlotte.com

is the flash site. If you click on Tarantula Community it takes you to the old pop up flash home.02 stuff instead of taking me to the forum.

How do I make it take me to http://www.arachnocharlotte.com/forum

I just found the action window and I think it controls the links I should go and remove all the links I added but let me show you what I mean

http://www.arachnocharlotte.com/assets/junk/flash1.jpg

This link appears in 2 places here.

http://www.arachnocharlotte.com/assets/junk/flash2.jpg

and here

It's like a whole new code *Cries* I guess now I need to figure out how to convert this

Code:
on (release) {
	if (_root.m<>1) {
		_root.scrHEIGHT = 200;
		_root.scroller._x = 100;
		_root.scroller._y = 150.7;
		_root.scroller.scroller.gotoAndStop(2);
		_root.TM_title = "Home.02";
		_root.READ = 2;
	}
}

into maybe
Code:
<weblink href="[URL unfurl="true"]http://www.arachnocharlotte.com/forum"/>[/URL]

Thanks so much for the advice I really need it hah

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top