Adjusting/Synching Audio for Audio and Video Clips

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.



Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Sep 18th, 2006, 20:04
New Member
Join Date: Sep 2006
Location: Fairbanks
Age: 31
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Question Adjusting/Synching Audio for Audio and Video Clips

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...
Reply With Quote

  #2 (permalink)  
Old Sep 18th, 2006, 23:09
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to JacobHaug Send a message via MSN to JacobHaug
Re: Adjusting/Synching Audio for Audio and Video Clips

I am just a little bit confused, as to what you are asking. But I would try something to the nature of waveOutGetVolume() and waveOutSetVolume() in actionscript to get the volume and then set it. I am not sure wither this is what you are asking for. Let me know.
Reply With Quote
  #3 (permalink)  
Old Sep 19th, 2006, 00:49
New Member
Join Date: Sep 2006
Location: Fairbanks
Age: 31
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
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'?
Reply With Quote
  #4 (permalink)  
Old Sep 19th, 2006, 02:43
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to JacobHaug Send a message via MSN to JacobHaug
Re: Adjusting/Synching Audio for Audio and Video Clips

Sorry never used that code before. Try checking the ActionScript dictionary.
Reply With Quote
Reply

Tags
flash audio problem, flash, flash presentation

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 01:52.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43