Flash --> Html Anchors
Flash --> Html Anchors
- Started
- Last post
- 5 Responses
- crkaintaiwan
I'm having trouble with a flash button linking to an html anchor. What do I have to do differently from html to html . There's nothing in the flash manual....
- radar0
Are you using a #
- crkaintaiwan0
yes.
- gabriel_pc0
are you giving the destination anchor a name?
- crkaintaiwan0
here's the site
http://www.anteism.com/test/indeā¦
I have this on the first can guys button .
on (release) {getURL(#drawings,_parent);
}then in the html I have and anchor named drawings
is it something to do with "_window" or "method"
- crkaintaiwan0
I'm calling the anchor from within a floating layer. What do I need to do differently?