i have inserted a swf movie into an html page, but the buttons on the html page are no longer accessible/not working.
Help!!
Printable View
i have inserted a swf movie into an html page, but the buttons on the html page are no longer accessible/not working.
Help!!
im not pro at this ...are your buttons linking to another html page? if so then try adding this action to your button in the flash file, it might work: replace the http link with yours.
on(release) {
getURL("http://www.powerview.com/Contact_Us.html","_parent");
}
Did you embed the flash file using similar html to
Code:<embed src="swf location"
quality="high"
bgcolor="#ffffff"
width="320"
height="240"
flashVars = "path=swf folder location"
align="middle"
allowScriptAccess="always"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
/>