Problem with loading sound.HELP!!!

This is a discussion on "Problem with loading sound.HELP!!!" within the Flash & Multimedia Forum section. This forum, and the thread "Problem with loading sound.HELP!!! 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 Nov 9th, 2007, 14:59
New Member
Join Date: Nov 2007
Location: Dominicana
Age: 26
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Problem with loading sound.HELP!!!

In my movie I'm loading sound with code:
Code: Select all
var mysound:Sound = new Sound();
mysound.onLoad = function(success:Boolean):Void {
    if (success) {
        trace("Sound Loaded");
        mysound.start();
    }
};
mysound.loadSound("../SONIDO/musica_WEB.mp3",true);
Its loading BUT playing very fast, lake 5 times more fast than song is.
Sound is big and I cant put this inside of movie.
Where is a problem, did anybody have this problem?
Thanks alot and excuse my english.

Last edited by karinne; Nov 9th, 2007 at 18:33. Reason: Please use vBcode when inserting code in your post.
Reply With Quote

Reply

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
sound control problem alladeen Flash & Multimedia Forum 3 May 29th, 2008 13:39
Problem with xml-flash and loading movie property mars Flash & Multimedia Forum 8 Apr 11th, 2008 17:41
Very wierd problem with sound in IE and Firefox andynewbie Web Page Design 0 Jun 23rd, 2007 04:26
Sound problem when switching frame Icehowl Flash & Multimedia Forum 0 Jul 29th, 2006 18:04


All times are GMT. The time now is 20:13.


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