WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Site Design > Flash Discussion Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Flash Discussion Forum Flash design presents a limitless number of possibilities for your sites and designs. Discuss your Flash ideas, questions and issues here.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-28-2004, 02:00 PM
John Dowler's Avatar
WebProWorld New Member
 

Join Date: May 2004
Location: Vancouver, British Columbia
Posts: 12
John Dowler RepRank 0
Default Can't import movie with sound into Flash MX?

Hi all,

I'm trying to import a quicktime movie under 10MB into Flash MX. The frames come in fine, and the movie plays, but there is no sound. Where has the soundtrack gone? Do I have to import it separately?

Thanks!

John
__________________
Cosmic Idea Web & Word Design. Sites for creative professionals. International Photos
Reply With Quote
  #2 (permalink)  
Old 06-01-2004, 02:00 PM
WebProWorld Veteran
 

Join Date: Aug 2003
Location: Seattle, WA USA
Posts: 962
voodooboy RepRank 0
Default

The way I understand it, you can not embed a QuickTime file into a Flash Movie. You have to link to it as an external supporting file.

I would check the help files in the Flash application or your manual as I use MX 2004 and the process is slightly different in MX.
__________________
Scott Brinkerhoff - Art of Zen Studios
Web Design I Design Monk
© 2000-forever - All rights reserved by me - SO THERE!!
Reply With Quote
  #3 (permalink)  
Old 06-03-2004, 07:59 AM
Guest
 

Posts: n/a
Default Re: Can't import movie with sound into Flash MX?

Quote:
Originally Posted by John Dowler
Hi all,

I'm trying to import a quicktime movie under 10MB into Flash MX. The frames come in fine, and the movie plays, but there is no sound. Where has the soundtrack gone? Do I have to import it separately?

Thanks!

John
hey buddiee........
yeah you're gonna have to import the sound separately and/ or link to external file like ghstdrgns said..........you can't import the sound simultaneously.
OR what i would suggest is that you export the quicktime file as an audio .aif file....and then import/work w/ the sound separately as either an attached sound
using attach sound method
Code:
soundtrack = new Sound();
soundtrack.attachSound("soundtrack");
soundtrack.start(.09, 0);
or you can also convert sound to mp3 file and then "stream" it off server using load Sound method, which uses a Boolean (set to 'true' to commence "stream"
Code:
soundtrack = new Sound();
soundtrack.loadSound("soundtrack.mp3", true);
OK good luck man ;-)
Reply With Quote
Reply

  WebProWorld > Site Design > Flash Discussion Forum
Tags: , , ,



Thread Tools
Display Modes

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

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


Search Engine Optimization by vBSEO 3.2.0