Flash buttons frame problems - SOLVED, NO HELP NEEDED !!!

Started by Oliwerko, Wed 17/10/2007 18:18:30

Previous topic - Next topic

Oliwerko

Hey there,

I am having problems kicking buttons created in flash to work.
I can make a button and all that, but I can not make it work correctly with frames on the site. You know, I type the name of the target frame into the action script, but It only displays the correct page in _self, _blank, or _top. I can't get it to display the page I want in my custom frame named "main". And the button is unusable that way. I hope you get what I mean.

Here is the frames code:
Code: ags
<frameset rows="12%, 70, *">
<frame src="title.html" name="title" SCROLLING="no" frameborder="0" noresize>
<frame src="buttons.html" name="buttons" SCROLLING="no" frameborder="0" noresize>
	<frameset cols="135, *">
	<frame src="side.html" name="side" SCROLLING="no" frameborder="0" noresize>
	<frame src="home.html" name="main" SCROLLING="no" frameborder="0" noresize>
	</frameset>
</frameset>


The button is located in the "buttons" frame, and I want it to display a page in the "main" frame.

Can anyone help me? Is it possible to make flash buttons work with frames ?

Thanks.

Scummbuddy

I think I've once looked into doing your sort of thing, but I don't recall having any success. I will say that on one of my pages now, I have flash buttons that link to an iFrame and haven't had any problems with that.
- Oh great, I'm stuck in colonial times, tentacles are taking over the world, and now the toilets backing up.
- No, I mean it's really STUCK. Like adventure-game stuck.
-Hoagie from DOTT

Khris

Have you tried renaming the frame?
In a working site of mine, the main frame is called "_mainw" and I faintly remember having had problems with "main" or "_main".

Oliwerko

#3
OK, I gave up trying. Solved it through dreamweaver finally.
However, I still wonder: Is it possible to change content of 2 frames with only 1 click on 1 button ?


EDIT:

Found a way around it, frames are killers.
Thanks for info anyway.

SMF spam blocked by CleanTalk