I have 2 flash files . I like to make them link by click to the button, but I don’t know how, what action scrip shoud I use?
Can I link the HTML or Dreamweaver file to that flash file???
Anyone knows how, please help me!!! Deeply appreciated
I have 2 flash files . I like to make them link by click to the button, but I don’t know how, what action scrip shoud I use?
Can I link the HTML or Dreamweaver file to that flash file???
Anyone knows how, please help me!!! Deeply appreciated
Hey, there if you want to link them through Dreamweaver you can.
Place one flash file (swf) in one page. Call it “firstpage.htm”
So you should have one html page, with one swf in it.
Create a new page. Insert the second swf and call it
“secondpage.swf”
NOTE: make sure all files are kept in the same folder
Ok, thi is the coding you should have on the buttons in your swf.
Make sure you have done the coding first before you place in Dreamweaver.
on (release) {
getURL(“secondpage.htm”, “_self”);
}
Let me know how you go
Hi Dave,
Thank you so much!!!
it works now… You make my day!!!
No worries, glad it worked
:: Copyright KIRUPA 2024 //--