It's a nice website. I can see you've done alot of work on the artistic
side. But every button seems to open a new window with a seperate movie in
it & they all seem to take ages to load and I have a fairly fast cable
connection.
Take my word, your visitors will soon become disenchanted with it. Better to
have an under construction page I would have thought, until you get it all
working a bit more smoothly.
Lots of work needed optimising the finished file sizes & better to use
loadMovie to load your movie clips into different levels in the flash
player, than keep opening new browser windows.
Hope that helps. All the answers are in the Help files.
[quoted text, click to view] "Raytown" <webforumsuser@macromedia.com> wrote in message
news:f60s5h$75o$1@forums.macromedia.com...
>I am new am very new to flash. I have published a flash website and am
>getting
> compaints that my buttons are not working. I assumed it was because the
> viewer
> did not have the latest flash download. However I tested that issue and
> the
> buttons were still not functional. This is only happening to some viewers.
> It
> works perfectly fine for others. Any suggestions on what could be wrong?
> I'm at
> a loss since I'm new to flash.
>
> my website:
>
www.westcoastbroadcasting.com/jugfest/index.htm >
> I really need help as soon as possible. I expect a large amount of viewers
> today and thru the week.
>
> Thank you for your help!!!
>
> Raytown
>
well in AS2 it would be this:See attached. As of now, I cant tell you what it
would be in AS3... I really have no desire to dive into AS3 as of yet.. I have
no reason to.. but you can use this and search around, maybe this will help
you out some.
my_btn.onRelease = function(){
getURL
("javascript:NewWindow=window.open('
http://www.yoursite.com/popup.html','newWin'
,'width=400,height=300,left=0,top=0,toolbar=No,location=No,scrollbars=No,status=
No,resizable=No,fullscreen=No'); NewWindow.focus(); void(0);");
}