Buttons

Hello everyone,

Alright, I’m working on this site where it uses the keyboard buttons to navigate through the site. I have samples of my work where one can click on and a new window opens to display my work. I used a component to open a new window as i want the size of the window to be constrained. I created the left and right navigation with an invisible button.

Now I have a bug where after clicking on the graphic with a link to a new window,(component used here), i have to click within the internet page again to get the navigation(left and right) to work. Its a flash file which i later put into dreamweaver and is displayed in the internet in order for it to work.

I would like to know if there is a way to prevent this, the extra clicking within the internet before the navigation works. Or is it a natural thing? which i doubt is. :h: Oh please don’t ask me to not use a component to open a new window that is constrained.

Eclaire. :kir:

sounds like your losing focus of the flash file with the navigation keys associated with it…
use some kind of setFocus methods (u may have to venture into the world of javascript here ;)) to regain focus of your flash file and that should work out your bug… although having said that, it will mean your loaded window will go behind the window your setting focus to… i think…

look up the set focus stuff and lemme know if it helps (im not familiar with how to use them, just what they are ;))

Prophet.

hm, thanks for your reply. I will go check it out.