Hello,
Ive embedded a quicktime movie to a page, and it works fine, however I have a dhtml menu on top and part of the menu shows up behind the quicktime, I looked for a wmode embed param. as in flash, but cant find anything like that for quicktime, is this possible? or how can I change the Z...
well think I figured out myself , I added a
clearInterval(myPause)
whenever the menu is called , just to clear the pauses on the other areas. and its working..
someday I will figure out clean-perfect flash coding, instead of coming out wiht all these crazy fixes
THanks for reading !!
Hi everybody, have a problem thats driving me crazy!
Im using the following code for PAUSE (on flash 2004)
stop();
myPause = setInterval(holdIt,3000); //4 secs
function holdIt(){
clearInterval(myPause);
play();
}
well thing is the (stop) wont work unless all those pause events clear, is there...
Hey there.. I downloaded this script for password masking from here.
http://www.actionscripts.org/tutorials/intermediate/password_masking/index.shtml
and it works like a charm, im trying to work out one little detail, not sure if you know how to do this? if you start typing in the password...
Hi Everbody,
have a quick question here.. I have a search field with a post form, :
<input type="hidden" name="Store_Code" value="D">
<input name="Search" type="text" class="search" value=""...
Howdy I have this code
><form method="post" action="http://dotcomvintage.com/Merchant2/merchant.mv?">
<div align="center">
<p align="center"><font size="-1" face="verdana" align="center">...
Bill,
Thanks again here's the code :
on(release){
wait = setInterval(paused,2000);// 2 secs
function paused(){
clearInterval(wait);
getURL(flightline.asp);
}
}
Thanks again for taking the time to answer !!
Bill,
first of all thanks for the help !
im having a different issue now.. the page wont redirect once its uploaded.. if played locally it opens a folder, which is normal I gather, but once its live it does not redirect.
do you know why is that? im sure im doing something wrong !
thanks again...
Hi there..
quick question, this might be simple, I have a little flash menu for a website and I have some sound effects when the buttons are pressed, I assigned ON RELEASE, GO TO URL which work fine.. only problem is that the audio effects on the buttons get cut off.
is there a way to have a...
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.