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...
howdy
been faced with yet another problem here, I have a site that consists of frames, basically I have a topbar that I want to play once (it has a logo building up), how can I get flash to keep playing the last frame of that when I click on a different page throughout the site? so it doesnt...
hi there
Is there an easy way to fade in/out a background audio track in flash?
withour resorting to too much actionscript?
I would like to have the audio fade in/out when the playhead reaches a certain cue point..
I found a script that does that but its muting ALL the audio.
its messy
can...
hey there..
I would like to know how to close a Flash Movie, in this case Im would like to exit the movie completely, (for business card CD).
Ive programmed some in DirectorMX, and there's the "quit" command. is there a Flash equivalent for this??
Thanks a million...
:: Matt ::
Hi...
Been faced with the following situation while working with Director MX and I was wondering if anyone could help me (again) :) .
I have a shockwave 3D model and a couple buttons underneath in a little shockwave movie, I would like have the buttons rotate, move and zoom the object while...
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.