trouble
- Started
- Last post
- 8 Responses
- mennik
I'm finding alot of problems using iframes here.
strange thing is everythin works fine local but gets messy once it's online.
I use iframe loading another iframe wich is holding another one. is this too much to ask for?
can't a browser open up 5 links at the same time?
- unformatted0
what's the problem? everything looked fine here.
pc moz 1.2
- mennik0
hi, thanks for checking...
but here when I click on the forums then get out and click it again it won't load.
- unformatted0
oh now i get the problem. i thought you meant it wasn't displaying right, but you mean the buttons don't work. what do you have for the actions in flash?
- mennik0
on (release) {
getURL("pics.htm", "content");
getURL("pics/footer_pics.htm", "footer");
}
on (release) {
getURL("javascript:ChangeBgImg...
}in my html I load an initial iframe named "content" to load in the actual pages.
thanks for helping..
- unformatted0
how come there are 2 on(release) actions? is that for the same button? or diff. buttons? it looks like you want that for one button right?
try combining all that into 1 on(release), because the second on(release) is working fine.
- mennik0
nope man.. just did that.
isn't working neither.. I just think the server isn't fast enough to generate all the linking iframes at once.*thinking about restarting in flash*
- unformatted0
*restarting in flash* - done that many times
maybe write a javascript function that changes 2 iframes at once (like you want), and use the javascript function in flash. worth a shot, better then starting over. it's something easy. it always is.
how is the movie laid out? in this case it doesn't really matter, but you never know.
- mennik0
hm yes.. but I also have to refresh the content to make the scrollbars work:s
anyway talked to the cliënt and settled for a flashsite..
thanks for the input!