Okay I was just wondering how to get my page that I created in 1024 X 768 resolution to show up properly in 800 X 600.. I haven't even begun to imagine what it is going to look like in a higher resolution. When I switch to 800 X 600 I end up having the page scroll sideways and up and down. I...
http://hombru.com/test/whole.html
if you click on the beer tap and then select one of the options that pull down the text on the left side was suppose to be larger on the persons name and the text on the instrument that they play was supposed to be smaller. I have checked this a few time and I...
Thanks for clearing that up for me, I think I am going to get this loadMovie thing completed like I need to now with a whole lot less confusion. Instead of using several methods I can stick with one.
Thanks again!!!!
I am at work right now so I don't have Flash in front of me but I am pretty sure that was the issue I had with the text boxes loading on top of the other. I solved it by adding an unloadMovie command to the button that would move to the next frame and run a script to load the next movie when...
Can I add an unload movie command to this script so it will unload all the movies on the same layer as this one is going to load onto?
Thenervebutton.onPress = function() {
_root.createEmptyMovieClip("empty", 2);
loadMovie("hombru.com/Pictures/The Nerve.swf"...
Other than using PHP is there any other way to setup a email mailing list signup box that will send an email to my email address when people input thier information?
Thankyou very much for such clear responses. Ill have to wait till later to set it all up but that really helps me understand the load movie command. You two cleared up about 9 hours of brain racking.
Thanks again!
I made this
http://www.hombru.com/Buttons/Band%20puller2.swf
and it loads into this
http://hombru.com/Test/Whole3.swf
as a movie clip. What I am trying to do is make the Mike button in the Band Puller2.swf movie that I load in to the main page load this...
well i have looked at the html file and it crashed my browser twice on two seperate machines. I haven't taken a look at the .fla yet but I would like to take a look at it when I get home from work today.
If you are interested here is the script that I used for my closing button in my Flash annimations. It may help you if I am correct in what your issue really is.
<HTML>
<HEAD><TITLE>Window Closer</TITLE></HEAD>
<BODY ONLOAD="top.close()">
</BODY>
</HTML>
You might try finding a JAVA script that will execute and tell the top window to minimize. I used one that told the top window to close. Flash seems to have little or no control over browser behaviour. None that I have seen anyway.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.