This is a discussion on "Adjusting/Synching Audio for Audio and Video Clips" within the Flash & Multimedia Forum section. This forum, and the thread "Adjusting/Synching Audio for Audio and Video Clips are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Adjusting/Synching Audio for Audio and Video Clips
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
I have both video and audio in my flash presentation. However, when viewing the presentation it turns out that the volume on the audio tracks (embedded in buttons) is significantly higher than the volume on the video tracks (that use embedded audio). How can I adjust the volume of audio and video clips respectively within the flash IDE so they are the same - or close to the same volume during playback? I'm assuming actionscript will be used here...
|
|
|
|
|||
|
Re: Adjusting/Synching Audio for Audio and Video Clips
I'm not sure how to use those methods, but I tried using the following code:
var my_sound:Sound = new Sound("video"); my_sound.setVolume(80); // I'm using this code to access a video that st arts on the same frame - the video is named 'checking' (that's the instance name) but 'video' is the frame name. How should I fix this code to access the volume of the video instance 'checking'? |
![]() |
| Tags |
| flash audio problem, flash, flash presentation |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Adding Audio Clips from Library to Site | jschu2 | Website Planning | 0 | Jan 2nd, 2008 19:21 |
| audio/video from site | LorEye | Flash & Multimedia Forum | 1 | Nov 21st, 2006 22:15 |
| Missing audio in video when adding transition | beachboy | Flash & Multimedia Forum | 7 | Sep 1st, 2006 08:57 |
| send video and audio through web | augustus_emperor | JavaScript Forum | 3 | Apr 26th, 2004 04:21 |
| send video and audio through web | augustus_emperor | Web Page Design | 2 | Apr 21st, 2004 11:00 |