It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index Programming Flash Forum

Action Scripts and Framsets HELP!!!

Moderator: Phate

Action Scripts and Framsets HELP!!!

Postby TokinWhiteGuy0 on Sat Jan 26, 2008 8:20 pm

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!!
TokinWhiteGuy0
 
Posts: 2
Joined: Sat Jan 26, 2008 8:18 pm

Postby tkgd2007 on Sun Feb 10, 2008 11:33 am

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...
tkgd2007
100+ Club
 
Posts: 103
Joined: Thu Nov 15, 2007 10:46 pm

Postby TokinWhiteGuy0 on Sun Feb 10, 2008 4:34 pm

I uploaded the files to the server and like magic it works. There seems to be a problem when testing it locally.
TokinWhiteGuy0
 
Posts: 2
Joined: Sat Jan 26, 2008 8:18 pm


Who is online

Users browsing this forum: No registered users and 0 guests