I find that I usually upload everything with DW MX, the with ws_ftp or flash fxp I log into the cgi-bin and CHMOD the scripts, Flashfxp has a nice right click option to CHMOD. Hope that helps, as I havent found a way to accomplish this with DW MX yet
Cheers,
MACROBRAIN
Macromedia Instructor...
Hi it's simple actually, publish your flash movie to the web, like in a folder on the server somewheres or a free hosting site. Next, and now i think this works only in OUTLOOK EXPRESS ( email client ), but anyhow in outlook express goto the top tab labeled "message" then select...
Would this help?
Wait at current the advance after so many seconds: Code below:
_parent.stop();
startTime = getTimer();
function checkTime() {
currentTime = getTimer();
if (currentTime - startTime >= delay) {
if (playAfterDelay == "yes") {
_parent.gotoAndPlay(destination);
}...
Greetings fellow flasher,
In DW4 insert your swf file into the page. Once inserted into your page, you can click on the flash movie to select it. Then from the properties inspector you can change the background color of the flash movie. To do this simply select flash movie then use the Bg color...
Hey,
try importing your jpeg into flash. Step2. from the library find the jpeg you imported and right click on it and choose properties. You will see the bitmap properties window popup.Step 3. Uncheck the "use imported jpeg data". You will now see the quality box enabled. From this...
First off you need a button to trigger this effect, so whatever your using to trigger the animation to begin has to be converted into a button. Secondly, build your animation as a seperate MC (movie Clip.) In one of the MC layers, make one named Actions. Now before you start tweening and...
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.