;

PDA

Click to See Complete Forum and Search --> : swf in html


hutch74
06-14-2008, 06:59 PM
i have inserted a swf movie into an html page, but the buttons on the html page are no longer accessible/not working.

Help!!

Letoosh
07-09-2008, 02:10 PM
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");

}

nickpolet
07-10-2008, 06:59 AM
Did you embed the flash file using similar html to

<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"
/>