English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

This is my scenario: I have a flash button in dreamweaver. I clicked on it and created an anchor. I named the anchor "office". I have a heading called "Office" somewhere down my page. So, I highlighted it, typed in "#office" in the "Link" box, but when I tested pressing the flash button called "Office", it doesn't work!

2007-03-21 20:24:38 · 2 answers · asked by jeffmcbride 2 in Computers & Internet Programming & Design

The #office string comes up when i hover my mouse over the title: Office, but not the "Office" flash button.

2007-03-21 20:37:59 · update #1

If I link it to "#office", then wat about the heading Office? Do I type in #office as well? About the flash button #office, do I double click it and under links type in #office or just office or click on create anchor as well as double clicking?

2007-03-21 20:49:17 · update #2

BTW, does anchors work with flash buttons?

2007-03-21 21:11:46 · update #3

2 answers

Is the #office string appearing in your browser's address bar?

Edit: In order for that to work from Flash, you need to use a getURL method on your button that calls "javascript:navigateUrl( 'office' );"

And write a JavaScript function navigateUrl(dest) that will set location.href to '#' + dest

2007-03-21 20:31:37 · answer #1 · answered by Rex M 6 · 0 1

I am not sure if I get this right, but it looks to me like you have mixed up the steps. You are saying that you want to press the button and it is not working. It is not working because you have liked the heading "Office" and not the button itself. If you want the flash button to take you to "Office" the click on the flash button in Dreamweaver and link this to #office.

2007-03-22 03:45:58 · answer #2 · answered by vipcostarica 1 · 0 1

fedest.com, questions and answers