A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: help with flash movie

  1. #1
    Junior Member
    Join Date
    Dec 2013
    Posts
    3

    help with flash movie

    Hello!

    I made a video flash to my site that I'm building with scenes and the scenes conected with actionscript2 how can it be with actionscript3 with buttons play, stop forwerd, back, and how can the noise of the sound not to be loud of all scene more or less (I did not put sound in every scene because it makes noise i what to put in every scene) what to do and is there a guide to know how you can put actionscript3 in scenes?

    Thank galia!

  2. #2
    Designer, Programmer, Musician angelhdz's Avatar
    Join Date
    Mar 2010
    Posts
    971
    Please provide more details. Maybe you can set a global volume lower?

    var st:SoundTransform = new SoundTransform(0.8);
    this.soundTransform = st;
    Replace 0.8 with the value of your preference. Maybe 0.5 does the job...
    Already mastering AS3. It was so fun. Now into Javascript and PHP and all its libraries

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center