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="http://www.arachnocharlotte.com/forum"/>
Thanks so much for the advice I really need it hah
|