Action Scripts and Framsets HELP!!!
|
| View previous topic :: View next topic |
| Author |
Message |
TokinWhiteGuy0
Joined: 26 Jan 2008 Posts: 2
|
Posted: Sat Jan 26, 2008 9:20 pm Post subject: Action Scripts and Framsets HELP!!! |
|
|
hi, i have a website i am working on, has two frames topFrame and mainFrame, on the top fram i have a menu made in flash, i have my geturl action script pointing to mainFrame however it opens a new window. some one please help!!! the code will follow
here is the flash code in the buttons
on (release) {
getURL ("seepagepits/index.html", "mainFrame");
}
now i have an index.html page which contains the framsets, the code will fallow.
<frameset rows="271,*" cols="*" framespacing="0" frameborder="no" border="0">
<frame src="topFrame.html" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
<frame src="mainFrame.html" name="mainFrame" id="mainFrame" title="mainFrame" />
</frameset>
the topframes file name is topFrame.html containing the code for the flash menu and the code will fallow
<p align="center">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/s...rsion=7,0,19,0" width="780" height="100">
<param name="movie" value="Menu1.swf" />
<param name="quality" value="high" />
<embed src="Menu1.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="780" height="100"></embed>
</object>
</p>
and there is the mainFrame however there is not much on here but i will post in any way
<body>
<div align="center"><img src="underconstruction.jpg" width="325" height="336" />
</div>
</body>
some one please help, if the source files are needed please let me know. The launch for the site should have been today ( fri the 25th ) but i have not been able to resolve this. Some one please help!! |
|
| Back to top |
|
 |
|
|
tkgd2007 50+ Club
Joined: 15 Nov 2007 Posts: 95
|
Posted: Sun Feb 10, 2008 12:33 pm Post subject: Re: Action Scripts and Framsets HELP!!! |
|
|
| Sorry if this reply isn't too helpful but I think I had a similar problem a while back. I believe I couldn't get flash to load into a frame, but it could load into an iframe. You could try using iframes if nobody comes up with anything better... |
|
| Back to top |
|
 |
TokinWhiteGuy0
Joined: 26 Jan 2008 Posts: 2
|
Posted: Sun Feb 10, 2008 5:34 pm Post subject: Re: Action Scripts and Framsets HELP!!! |
|
|
| I uploaded the files to the server and like magic it works. There seems to be a problem when testing it locally. |
|
| Back to top |
|
 |
|
Welcome to DEVPPL.com
You are not logged in, which means that you can't post in the forums. Click here to Register
If you are a current member here on DEVPPL, please login below:
|
|
|
|