how to link a flash button to a Dreamviewer framesGiving A Flash Button A LinkHi, I have designed a web page using Dreamviewer8.Which contains 3 frames namely1.Left frame2.Middle frame3.Right frameMiddle frame - flash8 swf file has been imported(which has 8 buttons with the link to a left frame)When I click the buttons in the flash file,the content of the left frame should change.I.E., differnt html file will load in the left frame according to the user clicks the btns in the middle frame..I wrote the code like this in my flash file button,
On(release)
{
GetURL(Lungs.Html","left frame")
}
Itworks well in Mossila fire fox..But when I run in Internet Explorer I'mgetting new window.I.E,. Html file is not loaded in the same pageframe..It opens a page in a new window..I need a page to open asame window left side frame.. Pls help me what's the problem..Why IEopens a page in a new window..I trie
d all the possiblities like_parent,_top,_self ,GET,POST method etc
<param name="allowScriptAccess" value="always" />Nothing gave me a solution..-reply by ambiga