Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to remove the button "play" and "stop" in that flash animation?

Guest
May 15, 2013 May 15, 2013

The animation is this one ...


http://adf.ly/OTGyh


Hello, I made a simple flash animation of a character talking ... The only problem is that this animation has the button "play" and "stop" and I do not want it ...

I want so carry out the main character speak the message and stop yourself automatically without user intervention to push any buttons ...


I have the animation code, how do I get this code to the buttons and start the animation so load the page?


Ah, and how to put the link to a page by clicking on this open a flash site?

TOPICS
ActionScript
980
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 15, 2013 May 15, 2013

copy the code from the play button's listener function and attach it to the first frame.  and copy the code from the stop button and apply it when the character's speaking is complete.

use navigateTo URL() to open another page:

some_btn.addEventListener(MouseEvent.CLICK,navF);

function navF(e:Event):void{

navigateToURL(new URLRequest("http://www.adobe.com"));

}

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
May 15, 2013 May 15, 2013

How to do it step-by-step? Because i'm beginner in FLash and that things of animation, codes, functions...

And I create that simple animation in other program, not using the Adobe Flash, but I think can be edited that file animation in Flash because I have the files ".swf" and ".flv"...

I don't know how to do it in Adobe Flash CS3, but I have that program installed in my pc, then can you talk me what to do it?

Sorry my bad english, i'm from Brazil.

That is the folder contains the files:

https://dl.dropboxusercontent.com/u/11826717/off/laranja/files_animation.jpg

That is the Download the files of that folder if you want see better:

https://dl.dropboxusercontent.com/u/11826717/off/laranja/laranja.rar

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 15, 2013 May 15, 2013

copy the code from your fla and paste it here.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
May 15, 2013 May 15, 2013

I have 2 files ".flv", the first .flv is for the orange talk the message.

The second file ".flv" is for it to be continue moving the face (standyby moviments).

1) laranja.flv

2) laranjaStandby.flv

I have the ".swf" file, I see that .swf file have the buttons play & stop.

Can I convert "flv" in "fla"?!

Well... I try import the laranja.flv into Adobe Flash CS3, for get the code to paste here, but what option should I select?

Look that screenshots:

https://dl.dropboxusercontent.com/u/11826717/off/laranja/flv_file_step1.jpg

https://dl.dropboxusercontent.com/u/11826717/off/laranja/flv_file_step2.jpg

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 15, 2013 May 15, 2013
LATEST

someone will need to download your files and do this work for you.

you may find someone here that will do that for you but i don't do that unless i'm hired.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines