PDA

View Full Version : bloody getURL..


soasdesign
08-17-2006, 10:08 PM
I'm having loads of trouble getting my Flash 8 menu to work with framesets in Dreamweaver 8.. I've linked everything correctly, named my framesets.. even tried uploading it.. the page just keeps opening in a new browser window. You can see the example here: www.acoustic.mobstop.com .

heres the example of code im using:

on(release) {
getURL ("http://www.acoustic.mobstop.com/contact.htm","bottomFrame");
}

i havent a clue on what im doing wrong but i've tried everything.
somebody heeeelp, this is driving me mental!

buginajar
08-17-2006, 10:55 PM
try this html


<frame src="news.html" name="bottomFrame" />

soasdesign
08-17-2006, 11:10 PM
the code is already in the frameset.. before i uploaded it onto the web, there were a few times when it would load in the topFrame instead, even though i've set a base target to the bottomFrame.. i must be doing something wrong..

buginajar
08-17-2006, 11:56 PM
the code is already in the frameset.. before i uploaded it onto the web, there were a few times when it would load in the topFrame instead, even though i've set a base target to the bottomFrame.. i must be doing something wrong..


use NAME instead of ID

soasdesign
08-18-2006, 12:19 AM
omg you are a legend! absolute legend! ive been tearing my hair off half the day, bloody brilliant you are! mwa!

:D