How do you make a “embedded” movie play by pressing a button? As easy as it might be, i never used flash to make a website before so i dont know how <:}
on (press){
clip.start();
}
May I suggest you check the tutes too?
pom :goatee:
■■■■ that was fast:ninja: . Thanx manI:-)
it doesn’t work:q: :*(
its not a swf movie, just a movie symbol
You’ll have to replace clip by the right path to your clip.
the name of the clip is “night”. so i put, on (press){
night.start();
}
and nothing happens:ninja:
There must be a problem with the path. Can you post your fla?
this is an example of what im trying to do.
Several problems with your fla: you didn’t give instance names to your clip, so you can’t target them. And the nigth clip is noton the scene, so you’d need to attach it (and give it a linkage name).