Hello!
erm.....:ehh: how can u link flash buttons to an iframe in Dreamweaver.
I tried this code:
Where iframe name="main"Code:target="main"
ne help will b gr8
thanx in advance,
Greyskull
Printable View
Hello!
erm.....:ehh: how can u link flash buttons to an iframe in Dreamweaver.
I tried this code:
Where iframe name="main"Code:target="main"
ne help will b gr8
thanx in advance,
Greyskull
Flash can only affect other elements in flash, with one excpetion. It can change the url of the page. This also allows you to make it run javascript function. if you change the url to:
javascript:myFunc()
and have that function as JavaScript, then that function should be run. Now you can change the url of an iframe using that JS function.
note: javascript was supposed to be one word, this forum splits it into two.