Search:
Type: Posts; User: mitee
Search:
Search took 0.17 seconds.
-
ive posted this in 2 boards already, no response from none, soooo... i have quite a large and complex site i am working on (at least for me, so i cant post the FLA. everything works fine on safari...
-
please re-read what i posted:
"to test, you must put this SWF on a HTML page and test through a browser."
this means that if you just test your movie, it will open a browser and not work. you...
-
if your button is on a seperate HTML pop up, the add this to the button of the movie whose HTML page you want to close:
on (release) {
getURL("javascript:self.close()");
}
to test, you must...
-
that should work as long as you target the proper level. is your button on the main timeline or is it on the loaded movie? if the button is on your main timeline and you want to unload a movie on...
-
when you get your code from the paypal website, there are 2 sets of code, one for your page and another for your email. if you copy the email code to a text editor (bbedit, notepad, textEdit), you...
-
Hi everyone here is what i am trying to achieve. ive searched through 25 pages already and i have picked up bit and peices:
to have a button inside a MC that resides in the root timeline control...
-
thanks for all the info! i will look this over.
-
i too am looking for information on this topic. i have a client who wants a 3 minute display that would loop on a large plasma TV at a trade show. they requested flash (i think after effects or...
-
ahhh, that worked. i get it, i just thought i had a good handle on MC targeting, guess i didnt. thanks for your insight!
-
that worked, i tried to remove the stop from the MC and it worked beforehand, and i understand your post, what i dont get is that i have in the MC's first frame (keyframe) a stop. why doesnt the...
-
i have a movie with a clip on a timeline. clip is on frame 10. when the timeline reaches the frame with the MC (10), i have the following:
_root.MCname.gotoAndPlay(2);
and i have also tried:...
-
macisbetter@earthlink.net
thank you so much!!!!!!
-
-
i have 2 audio clips in my library. i want to set them up in a MC. i set up he audio so it is seamless, but i need the 1st clip to play once, then for the second to start playing once the first...
-
thanks fro responding. i get what you are saying, and it makes sense. but, it doesnt work. i have as follows:
on (release) {
_level0.VARIABLENAME = "VARIABLE";...
-
hey all, i have a on release event on a swf loaded to level 5. on release, im trying to make the timeline on my root play scene "xxxxxx", frame lable "xxxxxxx". heres what i got:
...
-
yes that worked. im pretty new at AS. i can look at some code and pretty much figure out how its working, i just cant 'write' code from scratch. ive been reading a few books (AS foundation, by...
-
yeeeh it (sort of) worked. and yes, i forgot to mention that i would like it to stop every 5th frame as it playes backwards. (so user clicks, moves 5 frames in reverse, stops.) i sort of understand...
-
i am trying to do the same thing, and i still cant get it. i have a MC with 50 frames, with a stop every 5 frames. i want the timeline to play backwards after i hit the button. i have it set up as...
-
i would like to know if someone can give me a head start here. here is what is would like to accomplish.
i have 2 graphics next to each other with a small gap betwenn both. (MC's) i also have 2...
-
thanks but i had that already, and i employed a similar method to achive my clip to 'rewind' but i want to know if there is an easier way to achive this and affect multiple MC's?
-
i managed to get a MC to play backwards on a button release, but i did it with a huge workaround and i dont think i can control multiple clips with my method. i have a button on a MC, and i want it...
-
got it to work, but i would like an explination. i set it up as follows:
on button inside MC
on (release) {
_root.artist = "kelvin";
_root.gotoAndPlay("portfolio");
}
on root timeline:...
-
ive asked this before and got some good advice, but here comes some more:
i have a MC on the main timeline that has multiple buttons. i created the following script on each:
on (release) {...
-
as far as opening in browser without acrobat, no, you NEED acrobat reader in the system installed. the browser is just using a plug-in that come with acrobat to open the file in the browser. my...
|
Click Here to Expand Forum to Full Width
|