Jump to content

Problems with flash and HTML frames


summoner21

Recommended Posts

on (release) { getURL("news.html", "A");}
This is the action for my buttons in flash, telling it to open in the iframe named A
<!DOCTYPE htmlPUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="700" height="300" id="website" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="website.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /><embed src="website.swf" quality="high" bgcolor="#000000" width="700" height="300" name="website" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object><iframe name="A" src="welcome.html" align="bottom" frameborder="no" width="700" height="300"></iframe></html>
Here's my page's data. when I open it, it displays the flash movie, but when I click the links, its wont open in the Iframe, it opens a new window. I checked the names, they were all the same. anything im doing wrong?
Link to comment
Share on other sites

  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...