Click to See Complete Forum and Search --> : Links not working flash cs3


Snot
06-06-2008, 01:31 AM
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 still taking me to the old flash page.

http://www.arachnocharlotte.com

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

http://www.arachnocharlotte.com/forum

Thanks for the help.

Snot
06-06-2008, 12:40 PM
Let me start over and explain it again I think I know where I need to make changes now.

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

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

<weblink href="http://www.arachnocharlotte.com/forum"/>

Thanks so much for the advice I really need it hah

Snot
06-06-2008, 05:41 PM
I got it thanks