Professional :: Simple Sound Player - Visitor To Hear The Sound And Be Able To Apply Simple Controls?

Aug 1, 2011

Flash is not in my toolset, but I am an old Director jock and have spent some hours dipping my head into the Flash manual.  I suppose that makes me a promising beginner-level poster. I'm working in CS5.
 
I need to make a simple Flash-based sound player for a website for a newly-released novel (http://www.bearriverbooks.com/index.html).  I want the user to click on what appears to be an icon (or image), which kicks open a simple controller and starts playing a sound file (a radio interview, which I will probably export using Flash's voice compression).  Nothing fancy.  Just want the visitor to hear the sound and be able to apply simple controls (stop/start/rewind/volume).
 
I can learn ActionScript, I suppose, since I used to dream in Lingo, but my life would be a lot simpler if I could just publish a controller without having to roll my own.  I'd like to think there's a magic button somewhere that can do this, but I haven't found it yet.

View 4 Replies


Similar Posts:


Flash8 :: Simple Sound On / Sound Off Button

Nov 10, 2011

basically i simply want to give the option of turning of the sound in my flash via a button (If you press it sound goes mute, press it again sound unmutes) I searched around in the tutorials but i could only find (for this purpose) complicated pan sound control stuff.

View 1 Replies

Professional :: Can't Hear Sound When Dragging On Timeline

Nov 8, 2010

I am trying to animate a character talking in CS3. What should I do to be able to hear the dialogue when I drag on the timeline? Currently I can't hear anything, but if I test the movie it plays fine.

View 9 Replies

ActionScript 3.0 :: Simple Roll Over Sound CS4

Oct 2, 2009

Im trying to do a simple roll over sound on a nav button for my website, I thought this would be simple, iv got loads of simple code like

[Code]....

Which I imagine works perfect, but I cant find where I give the sound in my library the instance name "my_sound" or whatever ?

View 1 Replies

ActionScript 3.0 :: Create A Simple Sound Playlist At Runtime?

Dec 15, 2011

This is what I try to do: I am creating a game with spoken sentences. These sentences are loaded dynamically from an XML file, which contains the paths to mp3-files.This is what is currently happening: All sentences are spoken at the same time.I want them to be spoken one after another - how to I obtain this requirement?This is my (simplified) code example:

import com.hydrotik.queueloader.QueueLoader;
import com.hydrotik.queueloader.QueueLoaderEvent;
_oLoader.addEventListener(QueueLoaderEvent.ITEM_COMPLETE, onItemComplete,false, 0, true);

[code].....

View 3 Replies

ActionScript 3.0 :: Simple Load Sound Within A Class File?

Nov 19, 2009

Does anybody have a simple "load sound" example to show me the proper way to load the sound within a class file?

I tried

ActionScript Code:
import flash.events.*;
import flash.media.*;

[Code].....

Quote:

1067: Implicit coercion of a value of type String to an unrelated type flash.net:URLRequest.

I also tried declaring a "loader" variable, and then setting my sound variable to = my load variable, but that didnt work either ....

View 1 Replies

ActionScript 3.0 :: Generating A Simple Waveform Of A Sound Object?

May 28, 2011

How do I go about generating a simple waveform of a sound object.

View 5 Replies

Flash 10 :: Hear Sound While Scrubbing CS5?

Feb 16, 2012

having a really hard question I need answered. How do you hear sound while scrubbing in Flash CS5?

View 0 Replies

Professional :: Setting Up Simple Flash Mp3 Player?

Jun 13, 2010

I have a html page with some links to mp3 songs.I would like to set things up so that when user clicks a mp3 link, a small flash mp3 player (embedded in the page) starts playing with that songs. The user could click on another song that would replace the last one at any time and have basic controls.
 
- flash mp3 player - need 1 that has start / stop and volume buttons (simple)
 
BTW: I set this type of thing up in the past with a frameset - top had quicktime player embedded - and bottom song links went to top frame - all was fine but kind of bulky.... looking for something a bit slicker...Also would like to do the same for flash / quicktime videos, Also if there's something free or close to free that is a jukebox type where the song list is part of flash,

View 2 Replies

User Cannot Hear Sound Effects When Window Is Not In Focus?

May 28, 2009

I have made a javascript/flash system to play sound effects on an AJAX-based game I have made. For some reason, on some systems (it appears to be just Firefox 3 on Windows XP), users can only hear the sound effects play while the window is in focus. If they minimize the window or are looking at a different window the sound effects don't play.

View 8 Replies

ActionScript 2.0 :: Can't Hear Sound Of MP3 File In Head Phone

Apr 22, 2009

var mySound:Sound = new Sound();
mySound.loadSound("http://192.168.0.121/work/vivek_php/fatima/myFavSong.mp3");
mySound.setVolume(20);
trace(mySound.id3);
mySound.start();
trace(mySound.position);

View 1 Replies

Media Server :: Unable To Hear Sound Which Is Published Along With The Video

Aug 11, 2010

I am developing video chat application. I am able to play published video stream. But I am unable to hear sound which is published along with the video. The video is visible but sound is not comming.What is going wrong.

View 7 Replies

Professional :: External Swf Streaming Mp3 Player No Sound?

May 3, 2011

I am pretty dense about flash, pretty new to the software so bare with me. So on the main .fla i have linked to a button to open the external swf mp3 player. That Mp3 player is streaming a song with the code var req:URLRequest = new URLRequest("mysong.mp3"); snd.load(req);  
 
the mp3 is in a folder which is located in the same place as both the .fla and .swf mp3 player. Streaming the mp3 works when testing the swf. but there is no sound when testing the linked swf mp3 player in the main .fla. It's like the file path messes up but i dont know how to go about fixing it?

View 7 Replies

ActionScript 2.0 :: Making The Simple Player Using The Player Component Preinstalled In Flash?

Jun 3, 2010

I am trying to make the SIMPLEST POSSIBLE MP# player using the player component preinstalled in flash.It is very simple, the code is as follows:

Code:
on (release) {
player.contentPath ="Song.mp3"
player.play()
}
("player" is the mp3 component)

This works if I want a single track to be selected and played.Now, I need it to AUTOMATICALLY LOAD THE NEXT TRACK, which I will input in the code.I am thinking something like this:

Code:
player.onSoundComplete = function() {
player.contentPath ="Song.mp3"
player.play()
};

But this is not working.

PS: I know an XML file would be the best here, but I don't want to use it. I just want to enter the next track's code inside the swf.

View 2 Replies

Professional :: Loading With Sound Only Played Once But Keeping Hover Over Menu Item Sound Intack?

May 21, 2010

I have a flash header that was never completed because the guy I hired took people's money and ran. So now I even wonder if what he said could work with my flash header is true or not. But, usually there is always a way to make it work.I have a flash header that does two important things: 1) Upon entering the site, it loads and plays an audio track 2) Makes an animal noise when you hover over each animal menu item. (not sure if I'm able to give a link to it or not on here. If I able to and someone would like to see it let me know)I want to know if my flash header can support the following addionalunctionality/changes:1) Currently, it loads everytime a page is selected.  I only want it to load the one time of entering the site because the audio gets annoying.  Set a cookie maybe?2) But, I do not want to turn the audio off completely because I still want the hover over each menu item sound.

3) Have a link on it to allow them to select to turn on / off the sound completely. It currently has that, but only for the current page. Once you select another page, the audio is back to on.4) Lastlly, is there a way for it to detect that someone doesn't support flash and to display an html version of it? And can flash create a html version from my fla file?I don't know much about flash (but am learning) so I'm not sure if I'll be able to do this myself. However, I want to find out if my flash header will even work this way before I invest the time learning it just for these changes. I know it will be pretty deep with script code, but I'm hoping I could find base code already available for these features.

View 2 Replies

Professional :: Disable Sound In Flash Player (Windows)?

Jan 12, 2009

I would like to completely disable the soundin Adobes Flash-Player in case of "nerving"Websites. Is there a way to disable the soundin Flash-Player, but without disabling the sound in

View 3 Replies

Professional :: Sound Free Sound Effects Links?

Jul 29, 2011

Ive stumbled upon a few sites that have free sound FX's but the ones I want which I wuld think are the easiest to get I cant find.I want a sound for when someone clicks the right thing, like a under a sec tiriring or something like when you kill a guy in Leauge of Legends or something like that and also one for when you click the wrong thing like an windows warning ut a little different, yet all the sites and SFX I come across are for everything but those.

View 5 Replies

Actionscript 3 :: Sound Latency - Set It For Any Silence Before The Actual Sound By Calling The Sound

Apr 16, 2011

I am triggering short sounds dynamically from the library for a game (Specifically Air for Android). When the user clicks a button the sound can take up to 600ms to actually play. I have set it for any silence before the actual sound by calling the sound like so:

[Code]...

All return the same results. I know there are threads here that talk about this but none have offered a real solution that I can find. Is there no way to cache the sound or store it in a buffer?

View 1 Replies

IDE :: Make A Simple Mp3 Player?

Jul 4, 2009

I'm trying to create a very basic player for my very basic site.

View 3 Replies

ActionScript 3.0 :: Simple Volume Slider That Controls The Master Volume Of The Entire Swf?

Oct 6, 2009

does anyone have an example of a simple volume slider that controls the master volume of the entire swf?

View 1 Replies

ActionScript 3.0 :: Make Sound Sync With My Controls?

May 18, 2011

I've made a slide show with three pieces of audio that are set up to play with certain images.So you can imagine when the video is paused but the sound continues playing everything gets a bit messed up.

I have each audio on a different layer and none of them overlap, just fade in/out to one another.[code]...

View 1 Replies

ActionScript 2.0 :: Wanted To Animate Sound Controls

Jul 21, 2006

I have tried this about 24 different ways now.Within main movie there lies a movie clip called soundcontrols_mc. Within this i am creating a emptyMovieClip via actionscript seen below:[code]Now all this code lies within soundcontrols_mc and I have tried rewritting it many ways for navigational control and also placing it within the pt_mc but when I do that all songs restart everytime animation happens.Things I have tried (just started learning action script from AS, The definitive Guide).So I have altered _parent, _root swapping all types and degrees of them and cant get a response from my handlers.

View 10 Replies

ActionScript 2.0 :: CS3 Simple Music Player

Jan 21, 2009

I want to add a really simple music player to my flash website.Basically all i want is one of my tracks to start when the page loads.Then a simple 'sound on/off'.

View 6 Replies

Flash :: Create A Very Simple Mp3 Player?

Oct 21, 2009

with the FLVPlayback component i can get a nice looking basic player for .flv files easily..is there some way to set up the same functions to create a very simple mp3 player with flash?

View 1 Replies

Simple Flv Player With Play Button For Website

May 1, 2009

I am oriented around html/css webdesign, and graphic design in photoshop, but know nothing of Flash, and i am attempting to learn!I have found a lot of complex tutorials but none that fit my specification. All i need to know is how to make an interface incorporating a play button which plays a .flv file. I already have a .flv file ready and the graphic i want to use for the button, but no idea how to begin.The .flv i want to play is a short 3-4 minute clip of someone talking including audio - i dont know the best way to play it and have heard of different options including embedding or somehow linking to an external flv file.I have tried various tutorials to try to achieve a simple interface with play button - i dont need a skin, rewind, forward, etc, just a play button and for it to go away while the video is playing, and perhaps a pause/stop button in the corner of the swf, over the top of the flv file itself. But I have had no success, mainly due to errors within the actionscript.

View 17 Replies

ActionScript 3.0 :: Cannot Add Larger Videos To Simple Player

Feb 2, 2010

I tried to add an video to my simple player created using as3. It can only adds videos which have file sizes less than 10 MB. Is there any way to add larger flv files.? Any way to dynamically load files while half of it is playing.

var nc:NetConnection = new NetConnection();
nc.connect( null);
var ns:NetStream = new NetStream(nc);
ns.client = this;
ns.play("Song1.flv");

View 0 Replies

ActionScript 3.0 :: Designing Simple SWF Player Editor

Jun 28, 2011

I am developing a simple swf player. I have designed interface. It will have play, pause, previous, next and mute buttons.

View 2 Replies

Professional :: - Sound Has No Valid Device Sound Path Although Exporting Device Sounds Was Requested In The Export Settings?

Jun 30, 2011

I have imported my wav files to my library added them to the down state of my buttons and when I test the file I get (Sound has no valid device sound path although exporting device sounds was requested in the export settings. This sound will be ignored.) I have been surching for an answer but as of yet have found none.

View 3 Replies

ActionScript 2.0 :: Resume Sound After After Apply StopAllSounds Function?

Nov 21, 2008

How can I resume sound after after i apply stopAllSounds function?

View 3 Replies

ActionScript 2.0 :: Make A Simple MP3 Player For A Music Website?

Jan 17, 2010

I'm trying to make a simple MP3 player for a music website: one singer, several song... how to make a mp3Player with a playlist loading from XML file?

I could make a video player using FLVPlayBack with playlist from XML File in a List Composant, but i can't do the same think for audio file, using MediaPlayBack?

View 6 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved