Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash








Overlaying Audio In Flash


Is it possible I can overlay my audio from a video i imported with another audio file?




KirupaForum > Flash > Flash 8 (and earlier) > Flash MX 2004
Posted on: 05-11-2004, 01:53 AM


View Complete Forum Thread with Replies

Sponsored Links:

Overlaying Audio In Flash
Is it possible I can overlay my audio from a video i imported with another audio file?

View Replies !    View Related
Overlaying Flash
I'm looking for a way to hide flash beyond an iframe. I'm working on a plugin for firefox that will work similar to Greased Lightbox, if anyone has seen that, where you bring up an iframe in the middle of the screen and sort of darken the page behind it.

The problem comes when there are flash elements on the page, they refuse to stay behind the iframe. I've already tried setting wmode=transparent on the embed tags and <param name="wmode" value="transparent"> for the object tags, to no avail. Is there something I'm missing?

I've also read that setting wmode to opaque will force the element to respect z-index, but I haven't found this to help either. Can somebody please clarify this?

Any information would be helpful. Thanks in advance...

View Replies !    View Related
Flash Overlaying HTML
Recently there was a banner on FlashKit for Microsoft Visual Basic .net and when you clicked on a button, the content would sort of jump out of the movie and onto the HTML. I'm making a small movie with a combo box in it and it's too small to display all the items in the box; it cuts off. I was wondering how you get your Flash content to come out of the flash movie like that. Is this done with layers?

Thank you,

View Replies !    View Related
Flash Overlaying HTML
If the answer is here, I couldn't find it. On www.espn.com (at the very top) there's a banner that expands overtop of the HTML. You can click a button to shrink it back up and the same one again to open back over the HTML. I was wondering if anyone knows how this was done.....

What technologies were involved (DHTML maybe?)
Know of any tutues out there for this?
Know of any drawbacks, browser issues, os issues, etc?

Thanks all.

View Replies !    View Related
DHTML Overlaying Flash?
I'm trying to get a DHTML drop down menu to work with a page that has flash movies in it. My problem is that when the menu meets up with the flash movies, it always appears behind them.

Is it possible to have DHTML appear on a layer above flash??

View Replies !    View Related
DHTML Overlaying Flash?
I'm trying to get a DHTML drop down menu to work with a page that has flash movies in it. My problem is that when the menu meets up with the flash movies, it always appears behind them.

Is it possible to have DHTML appear on a layer above flash??

View Replies !    View Related
Overlaying Transparent Flash Movies
I'm trying to create a demo for a site by using a transparent flash movie. I have created the movie and it is transparent. The problem is how do I get it to be on top off all content? If I place it at the top of the page, it displaces the content down. I have seen overlaid ads on yahoo so I know it's possible. Any suggestions would be appreciated.
Chris

View Replies !    View Related
Flash Movies Overlaying A Frame?
I know that I've seen Flash floating over a site with layers, but is it possible to have a flash menu float over a main frame? In a setup such as; a left frame with the menu bar, and a main frame with the content. Is it possible to have the left menu bar popup with more selections to its right over the content frame?? Please help if you can! Would be lots of help.
~chris

View Replies !    View Related
Overlaying Graphics On Flash Video
I've created a .flv and embedded a couple of cue points. In Flash I'd
like to be able to display a graphic at cue point 1, then hide it again
at cue point 2.

Can anyone tell me how I can do this, or point me to a tutorial please?
I'm using Flash 8 Pro.

(there seems to be a template on the adobe site, but it's only for CS3
and i can't open the downloaded files)

Thanks
Vicky

View Replies !    View Related
Flash 8: Overlaying Sequential Pictures
Hello all. I am attempting to create a series of overlapping pictures through the means of ActionScript. My goal is to overlap 12 pictures sequentially to get the effect of a flowing stream. The stream images are titled "stream#.jpg." So far, here is what I have:

- Frame 1 sets up 4 variables:

var prev:Number = 0;
var curr:Number = 1;
var nextPic:Number = 2;
var mcLoader:MovieClipLoader = new MovieClipLoader();

- Frame 2 includes a blank MC that tweens over 7 frames. The alpha goes from 100 to 0, and the instance name is "container_mc." I also have another blank MC underneath it called "bg_mc," which is supposed to include the next image in the sequences (i.e. Image 1 would fade and Image 2 would be directly underneath it). Here is the code I have:

mcLoader.loadClip("images/stream"+curr+".jpg", container_mc);
mcLoader.loadClip("images/stream"+nextPic+".jpg", bg_mc);

prev = curr;
curr = nextPic;

if (curr == 12) {
nextPic = 1;
} else {
nextPic++;
}

As you can see, I have a MovieClipLoader load each picture to their respective blank MC. The tween lasts for 7 frames, and at the end I have the movie clip go back to Frame 2. Here is the problem I am having: Flash is loading each picture in perfectly, but at the beginning of each loop the two blank MC's do not load the images right away (background flashes). I have uploaded my swf file, so to see what I'm talking about visit http://mpfurtado.250free.com/tidalyarn/header.html

View Replies !    View Related
Flash As Background Element, Or Overlaying And Transparent?
hello,

i looked into doing this with flash about 5 years ago -- wasn't possible then, haven't been following the progress of flash at all and i'm wondering if it is possible now or if it's still not possible?:

have a normal web page (html, css, images etc) and have a flash movie either behind or infront (and if infront transparent where white) the normal html?

so a bit like background images with css are, or on top of things but showing what's under them.

still not possible or now possible?

thanks.

View Replies !    View Related
Overlaying Other Objects In Flash 9 Full Screen Video
Is there a way to overlay other objects on top of fullscreen video in Flash CS3? I have tried the general tutorial and full screen video is unbelievable, but the next question is how to brand that with graphics, etc. that scale as the video goes full screen...

View Replies !    View Related
Creating Green Screen Vids And Overlaying Them On Flash Sites
I've heard of a thing where I can record a video in front of a green screen and create a flash movie to overlay on a flash website. It almost looks like the person is living and walking around on the site. Can some one please give me more info on this and the tools I need to make this. I feel like I'd need the Media Server to serve this, but I'd use Premiere to edit video, right?

Thanks in advance.

View Replies !    View Related
Overlaying Png
Hey,

I've got a mostly transparent png overlaying some buttons and movieclips. Even though the buttons are visible, the png above them seems to be hogging all the mouse input and the buttons can't be clicked. Is there any way to get the buttons under the png to register mouse events?


thanks

View Replies !    View Related
Overlaying Graphics
I was asked to create a CD & website that does the following. There are 10 graphics, say different boxes. Then they have 8 categories with 25 label overlays per category.

They want to allow the user to pick a box style from the 10 and then be allow them to choose a category and overlay different label styles on the box to see how they would look.

How difficult is this and how would you set it up?

Any help appreciated.
Thanks

View Replies !    View Related
Overlaying Buttons
can you turn buttons on and off
or mask them so they completely dissapear?

View Replies !    View Related
Overlaying Two MC To Produce An
Hi,

I'm having trouble trying to get a MC to go transparent when I drag & drop another movie clip to certain x/y coordinates. I have initially tried using a simple series of If/If else statements to accomplish this. The problem w/ this option seems to be I can't check both the x and y position in 1 If statement...sigh. Are there any options I'm missing to check both the x and y position simultaneously and get only one statement to execute? Thanks for any help.

View Replies !    View Related
Overlaying Images...
Evenin'. Less of a flash question here, more common sense. I've got 10 images that are piled up on the stage. One on top of the other. I want them all to be as visible as each other, so I need to alpha some down. What i cant do is work out how much by. I know they cant all be 10% as the one at the bottom of the pile would be hidden by 9 x 10%s, so I thought 100% for the bottome, 90% for the one on top of that, 80% etc etc. But the ones at the bottom still seem to get lost under the top of the pile with the lowest alphas. Am i just being paranoid, or are my maths all wrong?! Thanks in advance, this is driving me crazy!

View Replies !    View Related
Overlaying Images...
Evenin'. Less of a flash question here, more common sense. I've got 10 images that are piled up on the stage. One on top of the other. I want them all to be as visible as each other, so I need to alpha some down. What i cant do is work out how much by. I know they cant all be 10% as the one at the bottom of the pile would be hidden by 9 x 10%s, so I thought 100% for the bottome, 90% for the one on top of that, 80% etc etc. But the ones at the bottom still seem to get lost under the top of the pile with the lowest alphas. Am i just being paranoid, or are my maths all wrong?! Thanks in advance, this is driving me crazy!

View Replies !    View Related
Overlaying MCs And Rollovers
Hi,

I have a large background MC that has an event triggered onRollover, and I am placing other smaller MCs on top of that which also uses rollovers. Obviously whenever a rollover is triggered on the overlaying MCs, the larger background MC treats that as a Rollout. Which is the best method to get round this? Is it a HitTest on the background MC? Any help would be greatly appreciated.

View Replies !    View Related
Overlaying External Swf With Preload MC
Hello all,

I have a main movie that loads external swf into a blank movie clip. Everything is just fine. So now i want to play a preloader movie clip on top of the blank movie clip until the external movie clip loaded. What I am trying to do is have 3 buttons on my main movie, BUTTON A, BUTTON B, BUTTON C, where they would load external swf files, exta.swf, extb.swf, extc.swf accordingly. I have a blank movie clip called "loader" on my main timeline. this part works fine. But i want preloaders to load a Movie clip of some sliding doors on top of the "loader" movie clip so that it looks like the sliding doors are covering up the external swf files, and when it's closed, it waits until the underlying external swf file is loaded and while in the process diplays a progress bar, once the underlying external swf files is loaded, they movie clip proceeds with fade out to display the underlying swf file. Anyone know how to do this?

Thanks for all your help,
SES

View Replies !    View Related
Overlaying Sound Problems.
In my project, I have a bunch of sounds in frames. Every other frame has a sound. The ones that dont have scripts saying to stop the script beforehand.

At least this is how I planned it.


Code:
firstSound=new Sound();
_root.narrate.firstSound.attachSound("firstSound01");
_root.firstSound.stop("firstSound01") ;
Thats what I used to define the sound.

Then on the next frame I have
Code:
_root.narrate.firstSound.stop("firstSound01")

View Replies !    View Related
Overlaying XParent SWF In HTML
Is it possible to overlay a Xparent SWF over an html table with a DIV tag?

If so how do I get the file background xparent?

Thanks,

View Replies !    View Related
Overlaying Event Listeners
Hi,

I am reposting my question since i probably didn't explain myself very well the first time.

I have to Sprites with mouse listeners that overlap.

I'll try illustrating it:

_____________
| | - Big Sprite behind
| _______|____
| | | |
| | | | - Small sprite on top
| |_______|____|
|_____________|

Now my question is when i'm over both sprites with my mouse
is it possible for both of them to recieve a MOUSE_OVER event
at the same time?

Thank you,

tamagorci

View Replies !    View Related
Overlaying Swf On Html Pages
I remember seeing a post ages ago about overlaying swf files (particularly adverts) onto html pages.

I did a search, but couldn't find it so forgive me for asking again. Does anyone know where to find tutorials on overlaying swf adverts onto a html page?

View Replies !    View Related
Video With Overlaying Movieclips
I have video footage being played on my stage using AS3 entirely, just as Lee's tutorial demonstrates. When I try to add graphics, such as a drop down window on top of it, the video always plays on top of it.

How can I get the video into a layer so I can put graphics over the top of it?

View Replies !    View Related
Can Flash Detect Realtime Audio Data? (for Linking Visuals To Audio Velocity, Etc)
I've seen a lot of Oscilloscopes for Flash but they've all been fake - they simply generate random patterns that look convincing, expecially if the sound is erratic and would produce chaotic oscilloscope feedback anyway, but they actually have no connection whatsoever to the sounds that are playing.

I've heard people claim however that real oscilloscopes can actually be made in Flash, and I was wondering if anyone could point me towards some resources for looking into it.

I have a distinct feeling that they are probably misguided or just plain incorrect anyway, but it's still a prospect that interests me a lot.

Much thanks,
pH

View Replies !    View Related
Help Need An Audio Pause Button Flash 5 That Doesnt Need Audio To Preload
Hi,
I have tried so many audio methods to try and get a pause button that works and allows the audio to start streaming as soon as the movie starts.
I tried this tutorial at macromedia but it needs the sound to fully load or the sound_mc doesnt exist using
with(sound_mc)
http://www.macromedia.com/support/fl...mple_sound.htm

can it be done in flash 5.
my movie just needs to be a pause/play button and a mp3
but sound must stream not preload

mark

View Replies !    View Related
Pull-down-menu Overlaying HTML?
hi guys

let's say I have a pull-down-button.
if I go over it, it will pull down, but only if it is still in a flash environment.
Can a SWF file go over a html file????

hope you understand what I mean.

probably using <PARAM NAME=...>
but I don't know how

thnx
RookY

View Replies !    View Related
Overlaying Hidden Swf Over Html Image
Hello,
I'm designing a site that is mainly in html but with a few swf's in. I have a flash menu and the rest is just images placed in html. The menu has currently got one drop down which is visible out of the swf document border. I'd like this drop down to be visible over the top of the image below it. Anyone know how to do this? Here's a link to the test site. The drop down is actually under 'ourservices' but is not currently visible.
Thanks!

View Replies !    View Related
Overlaying Movie Clips Using GetNextHighestDepth
hi all,

I am trying to load movie clips into a movie clip within a Main swf stage triggered by the standard OnRelease from symbols - For eg, there are four buttons (page 1, page 2, ...etc) and they must load in each movie clip (page_1_mc, page_2_mc) into container_mc.

For what i am doing i need to be able to see the clip below the one thats just been loaded, hence trying to use the getNextHighestDepth command.

I have been trying with createEmptyMovieClip in conjunction with the getNextHighestDepth but can't seem to make it work - the clips just replace each other rather than load visibly over each other. For what i am doing i need to be able to see the clip below the one thats just been loaded, hence trying to use the getNextHighestDepth command.


In the Main swf file, which contains the buttons, they each have :

//
on (release) {
_root.container.loadMovie("page1.swf", this.getNextHighestDepth());
}
//


The buttons load the external movie files page1, page2, etc, into a movie clip within the Main swf, called 'container'. I need the external swfs to load in at successively higher depths within that container such that the previously loaded one is still visible. The reason they go into that container is that I would like that container to appear below other graphics and symbols in the main swf. Am I totally off track here?

Thanks!

Alex

View Replies !    View Related
Overlaying Movie Clips Using GetNextHighestDepth
hi all,

I am trying to load movie clips into a movie clip within a Main swf stage triggered by the standard OnRelease from symbols - For eg, there are four buttons (page 1, page 2, ...etc) and they must load in each movie clip (page_1_mc, page_2_mc) into container_mc.

For what i am doing i need to be able to see the clip below the one thats just been loaded, hence trying to use the getNextHighestDepth command.

I have been trying with createEmptyMovieClip in conjunction with the getNextHighestDepth but can't seem to make it work - the clips just replace each other rather than load visibly over each other. For what i am doing i need to be able to see the clip below the one thats just been loaded, hence trying to use the getNextHighestDepth command.


In the Main swf file, which contains the buttons, they each have :

//
on (release) {
_root.container.loadMovie("page1.swf", this.getNextHighestDepth());
}
//


The buttons load the external movie files page1, page2, etc, into a movie clip within the Main swf, called 'container'. I need the external swfs to load in at successively higher depths within that container such that the previously loaded one is still visible. The reason they go into that container is that I would like that container to appear below other graphics and symbols in the main swf. Am I totally off track here?

Thanks!

Alex

View Replies !    View Related
Overlaying A FREE HTML Website
My buddy has a free domain name:

http://www.rupintattoo.worldbreak.com/

I want to overlay a flash element over the entire page so nothing is html and it is all flash interactive.

Does anybody know how I would go about doing this?

View Replies !    View Related
Overlaying Movie Clips Using GetNextHighestDepth
hi all,

I am trying to load movie clips into a movie clip within a Main swf stage triggered by the standard OnRelease from symbols - For eg, there are four buttons (page 1, page 2, ...etc) and they must load in each movie clip (page_1_mc, page_2_mc) into container_mc.

For what i am doing i need to be able to see the clip below the one thats just been loaded, hence trying to use the getNextHighestDepth command.

I have been trying with createEmptyMovieClip in conjunction with the getNextHighestDepth but can't seem to make it work - the clips just replace each other rather than load visibly over each other. For what i am doing i need to be able to see the clip below the one thats just been loaded, hence trying to use the getNextHighestDepth command.


In the Main swf file, which contains the buttons, they each have :

//
on (release) {
_root.container.loadMovie("page1.swf", this.getNextHighestDepth());
}
//


The buttons load the external movie files page1, page2, etc, into a movie clip within the Main swf, called 'container'. I need the external swfs to load in at successively higher depths within that container such that the previously loaded one is still visible. The reason they go into that container is that I would like that container to appear below other graphics and symbols in the main swf. Am I totally off track here?

Thanks!

Alex

View Replies !    View Related
Ignoring Overlaying Sprite MouseEvent Problem
I tried mouseEnabled = false, but as long as I add bottom before top the MouseEvent.CLICK never registers. Why is mouseEnabled = false not working?

bottom= new DrawRectangle();
bottom.addEventListener(MouseEvent.CLICK, onMouseClick);
addChild(bottom);

top= new DrawGradient();
top.mouseEnabled = false;
addChild(top);

View Replies !    View Related
Flash Audio Player For Streaming Audio
I am working on our church's website and am trying to add mp3 sermons for our visitors to listen to. I have a player that I downloaded but is has some problems, for some reason it will play 2 files at the same time, sometimes it says file not found and I am not sure why. I do not have the FLA file just the SWF that was on the website for download so I can't make any changes. Can anyone tell me how to make a flash audio player with play, stop, pause, rewind and fast forward buttons. Or if anyone has a sample player that I could use for my church, I need it as small as possible and do not need a playlist. Any help would be great.

View Replies !    View Related
Exporting Image Created With Flash.. Overlaying Image With Text Then Exporting As Jpg
Is this possible? Say I have a user insert certain text onto a image using flash which would not be hard, but then is it possible to export the image as a jpeg for the user to download? The seems impossible but I figured it might be possible.

View Replies !    View Related
Audio Player That Requires Access Codes To Play Audio Files. Possible ?
LINK

I've just uploaded this rough piece of website for an upcoming band. If you click LINK you will see two flash movies. The one on the bottom is the audio player. What they want instead of JUST an audio player, is a player that plays certain "secret" audio files if you enter the correct 6 digit number. So imagine a text field and a submit button next to the < || > controls. I'm still getting to know Flash and I have no idea how to create something like this. Anyone have any advice? Any tutorials out there? Info? and finally...this IS possible right?

Thanks

View Replies !    View Related
Audio Player/playing Audio Files Externally (mp3)
I've designed the audio player with all of the necessary buttons. I'm trying to play the mp3 files in an consecutive order. I am having trouble stopping or pausing, rewinding and fast-forwarding the mp3 file. I also have a next button and a back button and I don't know how to get them to work either. I have a slider, but can't get it to work either. Please help! I tried to follow the tutorial on flash kit, but wasn't quite understanding it. I would greatly appreciate this if someone could lend their knowledge and support.

Thanks in advance!
PR Gip

View Replies !    View Related
Audio Volume Sliders For Multiple Channels Of Audio
I don't even know if this is possible, but I was wondering if there was any way you can set up volume sliders to control multiple channels of audio. For a project I'm working on I am going to have background audio and comentary. I want the user to be able to adjust the volume of both the background audio and the comentary. Is there any was I can make seperate sliders for each of those tracks of audio?
Thanks!

View Replies !    View Related
Stopping Audio And Starting Another Audio When Button Clicked
Hello,
I have a multiple slide document, and I want sound to stop when they click the "Next" button, and another audio clip to start. Here is what I have so far:

//audio
x = new Sound();
x.attachSound("Slide1");
x.start(0, 0);
musicplay = true;
forward_btn.onRelease = function() {
gotoAndStop("2");
numbering eq numbering++;
};

So I just want it to play audio clip "Slide2" when they click forward_btn, and I want "Slide1" to stop.

Thanks!

View Replies !    View Related
CD With Projector And Audio Track For Conventional Audio CD Player
hey guys,

I'm creating a CD that contains an auto-executable flash profector but, I want the option of putting the CD into a conventional audio CD player and hearing an audio track.

Is this possible, creating an audio and data cd? If so, how?

Thank you very much!

artane

View Replies !    View Related
CD With Projector And Audio Track For Conventional Audio CD Player
hey guys,

I'm creating a CD that contains an auto-executable flash profector but, I want the option of putting the CD into a conventional audio CD player and hearing an audio track.

Is this possible, creating an audio and data cd? If so, how?

Thank you very much!

artane

View Replies !    View Related
Installed Flash Player 10 On PC And Now I Cant Hear Any Audio From Flash Sites?
Thought I would keep up with the times and installed Flash Player 10 on my PC running windows XP on both Explorer and Firefox. Now any sites that have Flash, I can't hear any sounds from the Flash site. Like myspace, etc. I was getting an error pop up window before when going to a Flash site, but I can't remember what the error said and I can't get it again cause I said don't bring this error window back up again when it asked.

I know that its a flash problem because I can still hear music with my Itunes. Its only sounds from Flash that I can not hear?

Is this a settings issue or an actual Flash Player bug. Anyone know how to fix this or should I reinstall an old Flash Player?

View Replies !    View Related
Help With Audio. Can Anyone Hear The Audio On These Pages ?
Hi,

I am trying to add some sound testimonials to my site and was wondering if anyone could help. My problem is I am not all that familiar with Flash MX.
I have put up two pages through trial and error on my site
http://www.121dreamweavertutorial.com/testing123.html
http://www.121dreamweavertutorial.com/georgina.html

What I did in the second example http://www.121dreamweavertutorial.com/georgina.html was get the lady to give the testimonial as a .wav file which she then sent to me.I then went into Flash MX and exported it as a .swf file into Dreamweaver.

The problem I am having is that some people can hear the audio and some can't when entering the above pages.

I can only imagine that some people do not have the correct plugins installed. My problem is I dont know how to ensure that people can hear the testimonials, what code is needed etc.

If some one could look into these pages and see what the problem is I would be so grateful.


Regards

Stephen

View Replies !    View Related
Audio In Flash
thanks to anyone who can help me...I've have done my first intro on flash for a website...I've put a stream of audio, when my intro end appear the main page of the site and at the same point start my shorter loop of music. Here you can choose the piece of video you want to see with real player. click on the video end the music ...ok! but now my problem: when the streaming end I want the possibilty to get again my loop, automatically because the main page, how can I do it?cheers michele

View Replies !    View Related
Audio & Flash
Hi Members!

Is there any possibility to change a movie with the spectrum of an audio file? For example to simulate lip-moving syncronized with the embedded audio file...

regards
Reinhard

View Replies !    View Related
Flash Audio
why does the AUDIO in flash NEVER sink up - its the most annoying thing ever in my life Im trying to do this animation for a class and the audio plays at different rates everytime - how the hell do I fix this before I kill the retards who didnt make audio work in flash

View Replies !    View Related
Flash And Audio?
I have seen Flash "MP3" players that stream audio, the sound is superb, and the dl time is very very fast. What format is the one primarily used for this sort of thing? WMA 64kbps?

View Replies !    View Related
Flash Audio/Jpg Help
I need to modify a fla. which has 10 or so jpg. stills navigated by a forward button component.
There is audio voice over associated with each still, activated when the still frame comes up.
The problem is that the audio from a previous still continues over the next still & audio....cacophony.
Usually cacophony is pleasing! Not to my client.
This isn't my fla.design, but I need to modify.
The jpgs are all on one layer, the audio files are all on individual layers.
Can someone clue me into the proper script?
Much appreciation!
xo

View Replies !    View Related
Audio In Flash
In our web-based training, some pages are JPEGs with mp3 audio and some are swf files with audio. My swf files are always louder than the pages with JPEG/mp3 audio. It can be very distracting to the student. I'm importing the audio as mp3 at 128kbps. Any ideas as to why this happens? Thanks.

View Replies !    View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved