ActionScript 2.0 :: Acceptable Way Of Playing Mp3s On A Website?

Sep 26, 2004

I have always used getURL("whatever.mp3", "_blank") to allow a user to play an external mp3 on his/her own systems player (i.e. Real Player, Quicktime,etc.) and never had a problem. A new window opens up with (in my case) a Quicktime player/progress bar and I can hear the music play almost immediately. Aside from scripting a custom mp3 player, is this an acceptable way of playing mp3s on a website?

Here's why I ask: A site I just built for someone doesnt quite work that way. My client says that Real Player is his default player for mp3s and the popup window reads "Error page not found". anyone point me to a tutorial that explains mp3 file-type associations and hopefully provides a solution to my clients errant popup?

View 5 Replies


Similar Posts:


ActionScript 2.0 :: Playing Diffrent Mp3s In Diffrent Areas?

Sep 3, 2005

im making a game is it possiable in flash to make it change mp3's once you go into another zone? because id like opera for the high class town,dnb for street racers part and beats for the low class town i was thining somthing like an image map but for mp3s?

View 1 Replies

ActionScript 3.0 :: What Is An Acceptable Amount Of CPU Usage

Jul 17, 2009

I'm building a media player with alot of tweens in the interface , I'm wondering what is common or exceptable in the professional flash community.When I tween the whole Interface into another view firefox spikes to 12 - 16 cpu on a 3.01 GHz duo-core. Is this normal? acceptable? After the tween Firefox flunctuates between 2 - 8 cpu while idle.

View 6 Replies

Flash :: Playing Flv In Website?

Jun 15, 2010

my client wants to play a flash video in their website.just to make sure i understand correctly, i need to:1. create an FLV file2. use either some flv player or wrap the flv inside swfquestions:1. the player option - will visitor have to download /install it or is it install only once, in the website itself? any FREE player you can recommend the will ensure cross browser compatibility?swf option: will i need the flash application in order to do the wrapping?will i be able to later use something like flashobject library for the actual embedding?what are the main considerations for choosing between the two options , if indeed these are the options?

View 3 Replies

Media Server :: Acceptable Configuration To Install FMS?

Aug 26, 2009

We're in process of trying to purchase a new server. Our server unit wanted to provide a VM instance, which I told them would not work (according to the documentation). So, their next suggestion is to provide a blade server. Is this an acceptable configuration (assuming they meet recommended CPU/RAM requirements) to install FMS?

View 1 Replies

ActionScript 3.0 :: What Is Common Or Acceptable Flash CPU Usage

Jul 17, 2009

I'm building a media player with alot of tweens in the interface , I'm wondering what is common or exceptable in the professional flash community. When I tween the whole Interface into another view firefox spikes to 12 - 16 cpu on a 3.01 GHz duo-core. Is this normal? After the tween Firefox flunctuates between 2 - 8 cpu while idle.

View 6 Replies

ActionScript 3.0 :: Acceptable Number Of Parameters Per Function?

Jul 2, 2011

I am creating some sort of interactive background and at is current state of development the master constructor function have like 15 parameters that need to be put in. I can add at least 6-8 more and make it really flexible, but I start to wander if this will be such a good idea. I am not sure that the general people that I am developing this class would like to type so many parameters before using it to full potential. So there is only 2 must enter parameters and like 13 that you may want to change or leave the original values. My question is if there is some common practice about this? Is it to many or no? Just for idea this is the function at this point (working ok):

Code:
new Maker(textTest,15,150,200,2,8,3,5,0.3,1.5,4,360,0.003,30);

View 14 Replies

Stop Music Playing On My Website?

Apr 30, 2010

I've agreed to helping a friend out to make a few changes to her website.

One of the things I need to do is make the music turn off when you click 'musicff'. It doesn't work at the minute and for the life of me I can't seem to figure it out. Below is the coding on one of the frames [code]...

View 14 Replies

Flash :: Ios - 5.5 And Flex 4.5 Really Acceptable For IPhone Apps At App Store?

Nov 10, 2011

My Flex person claims that now Flex can do for iPhone as well. Whereas my iPhone person says Apps done in windows environment cannot be acceptable by App Store. Does anyone expert in both can tell me real thing.

View 2 Replies

Professional :: Playing Fash Video On Website?

Apr 20, 2010

I have searched and searched for the proper steps to get my flash movies to play on my website. There are many, many opinions on how to do this, but I can not find the specifics on how to accomplish this.

View 2 Replies

ActionScript 3.0 :: Playing Seperate Music Within A Flash Website?

Apr 17, 2010

I am currently trying to write a website for myself from a flash template and need seperate buttons to Play and Stop seperate tracks of mp3s. I have managed to get it to play one track however when I try to add a new track, the new button just plays the same track as the first one.
 
Here is the method I have used, I am still learning flash so this might not be the best way to go about this. Any help would be greatly received.

[Code]...

View 3 Replies

ActionScript 2.0 :: Make Buttons For Website That Have Sounds Playing On Them During The Over States

Jan 20, 2005

I'm trying to make buttons for my website that have sounds playing on them during the over states. But when you move the mouse off the button, the sound keeps playing. Run that mouse everywhere, the sounds are all playing, it's chaos. How do I fix a button so that the sound stops playing when the mouse moves off?

View 4 Replies

Flash :: Apache - Page Is Throwing A 406 Not Acceptable Status Code And Is Not Saving The Images?

Feb 18, 2010

I'm debugging a flash website that do a request to an php file named upload.php to upload some images to the server.The problem i'm having that debugging it with Firebug the request to that page is throwing a 406 Not Acceptable status code and is not saving the images.

Post Data: This website runs well on the staging server but in production server this process of the image upload fails. I only can assume that a change to apache configuration / php must be done.

View 4 Replies

Flash :: Export Mp3s From It?

Jan 30, 2007

If I write a flash application that sequences different sounds in flash, does anyone know a way through actionscript or a third party program to get flash to export an audio file?

View 1 Replies

ActionScript 2.0 :: Load Mp3s From XML With It?

Jan 10, 2006

Does anyone have a good example of an application that does this. I am actually looking for away to load the mp3 onRelease, unless its better to load all the mp3s at the beginning. However I was thinking that would take too long.

View 8 Replies

ActionScript 3.0 :: Use Arrays For Short Mp3s?

Mar 7, 2010

could I use another array to say 'milk', 'baby', 'yes', 'ball', 'bird' as the words appear using short one word mp3s?

PHP Code:

var words:Array = ['milk', 'baby', 'yes', 'ball', 'bird'];
var step:int = 0;
var readTime:Timer = new Timer(500, 1);

[Code].....

View 2 Replies

ActionScript 3.0 :: Looping Mp3s Without Gaps?

Apr 19, 2009

I am building an 8 track Flash audio mixer where the sounds for each track are selected by the user from a list component and then loaded into a Sound variable at runtime.This can be done while the mixer is playing or stopped, and of course, it adds a lot of flexibility for making music.All actionscript is in external .as files and sounds are looped using the SOUND_COMPLETE event.So far, all loading/playing functions work perfect, but I`m having problems with gaps at the beginning/end of my mp3 files.I was told this was an inherent problem with mp3 files, so I tried using MPTrim to clean the silence up.I also tried starting the loop a bit late - sound.play (80, 1) - but the results are usually inaccurate and unpredictable.

When I import a wav file into the library and then export it as an mp3 file embedded in the .swf file, it sitll has a short gap.When I built a previous mixer in Flash MX (actionscript 1) there was no gap and all sounds looped perfectly! Of course, in this later case, all sounds were embedded inside movie clips on the stage and scripting was done on the timeline, so maybe that made a difference.I have spent long nights trying to find a solution to this, but to no avail.I read a blog where the writer went through all the steps I have and just gave up, but I know there is a solution.I have seen this sort of thing done on Flash mixer sites before (even sites with full-on audio sequencers) so I know it can be done.

View 3 Replies

Stream MP3s With Embedded Images?

Jun 2, 2009

When I stream an MP3 file with an embedded image, the first few seconds of the files are clipped.

I will need to find another server, or a viable workaround.

View 22 Replies

Professional :: Importing MP3s Into Flash CS5.5?

Sep 26, 2011

I have been using the new version of Flash since it came out in May or June and have had no problems with sound file import. Now today all of a sudden I can't import MP3s - I get an error that says it can't import the file, but nothing further to help me diagnose the problem. I have downloaded these from the web from a company that records files - the same company I have used before with no problems. The old files from them still work, but the new files, and recent MP3s I've downloaded won't work. I tried downloading on another machine with Windows NT but that didn't work either. I have had a programmer work with the MP3s to make sure they were indeed formatted as MP3, and those files won't import either. I am on Windows 7 Pro. I also turned off my firewall in case that was the problem, and still no resolution.

View 2 Replies

ActionScript 2.0 :: LoadSound With Large Mp3s?

Jan 22, 2009

I originally posted this wrongly in AS3, I'm writing a small mp3 player. It reads the playlist from an xml file, then at the end of a song (or when the "Next" button is pressed) automatically plays the next song in the list.

My problem is that if the song is a large file (around 16MB), the player doesn't play the song -- I have to click pause then play a couple of times to play it.

[Code]...

View 0 Replies

ActionScript 2.0 :: Preloading External MP3s?

Aug 15, 2006

I need to pre-load multiple external MP3s. I have a preloader on my flash piece that preloads the SWF file and shows a progress bar and all that jazz. I am using the Sound class to load all the MP3 files when I need them (they are voice overs).

Is there a way to hook the preloading of those sound files into the preloader that I already have and then just call them up when needed?

View 2 Replies

ActionScript 2.0 :: MP3s Not Allowed With Web Host?

Jul 22, 2003

I use a free web host for a site but they don't allow uploading of mp3 files (they filter and block them)

I want to offer visitors a choice of background music that would have to be streamed or loadMovied'ed as mp3 files, here lies the problem.

I thought a work-a-round would be to have a small empty movie off stage that contained the swf music file but I then thought that someone might have a more elegant solution.

When you use loadMovie to download a swf file into a parent movieclip, what's the best way of initially filling the parent movie BEFORE anything is downloaded, assume you use attatchMovie - is this correct ?

View 6 Replies

ActionScript 2.0 :: Linkage With Loading MP3s

Dec 4, 2008

I am working on a game, and I am using MP3s within the SWF file to load at certain times. In order to make them loadable, I have set up the Linkage properties to : -Export for ActionScript -Export in first frame The problem is, that it loads all the MP3s before the preloader even shows up, so there is a lot of time of blank screen. But when I take of "Export in first frame", I am not able to load the MP3s during runtime. Is there a way to access the MP3 files without exporting them in the first frame?

View 2 Replies

Flash :: Player In Windows 7 - No Streaming MP3s?

May 7, 2009

Just installed Windows 7 RC (7100), and got the latest Flash player for IE8 and Opera. My site [URL] has a music player I created that plays (streams) MP3s from a Flash Comm Server I run. The player works fine with Flash Player version 10.0.22.87 on other platforms, but not in Windows 7. Once you pick a song, it should start immediately. Even clicking the play button doesn't work. The symptoms make me think there's a problem establishing the netconnection for streaming. Wondering if anyone else has Windows 7 specific problems with Flash player?

View 3 Replies

ActionScript 3.0 :: Will FLVPlayback Component Play MP3s Without FMS?

Sep 29, 2009

Will the FLVPlayback Component (version 2.5.0.15) play an MP3 file without it having to be streamed through a Flash Media Server? All I'm looking for is to place a player into my Flash that plays an MP3 file that's in the same directory as the SWF.

Here's my code... it's pretty simple:
import fl.video.FLVPlayback;
var myMusic:FLVPlayback = new FLVPlayback();
myMusic.source = "mySong.mp3";
myMusic.skin = "SkinOverPlayMute.swf";
myMusic.skinBackgroundColor = 0xCCCCCC;
addChild(myMusic);

View 3 Replies

ActionScript 2.0 :: Preloader Dynamically Loaded Mp3s

Oct 3, 2003

Before you get all worked up about seeing the same question again...let me tell you this.. I DID use the search function and I DID find some interesting things...but just not quite what I am looking for... As the Subject title suggests...I am looking for a preloader for dynamically loaded mp3s... As in the tutorial on kirupa I let the mp3s stream but still there is a little gap before they actually start playing-probably worse on smallband connections

View 5 Replies

ActionScript 2.0 :: Flash Can't Really Loop Mp3s Seamlessly

Nov 17, 2004

so Macromedia says Flash can't really loop mp3s seamlessly, and suggests importing WAV files. But if you're using AS to load an external sound at runtime, this is not possible. So I ask you, coding geniuses, is there a work-around to the silence that Flash adds to the beginning (end?) of an mp3 file, thus causing it to loop incorrectly (I've already tried adding a decimal to the secondsOffset and it sounds awful).

View 2 Replies

ActionScript 2.0 :: Streaming MP3s With Resampling At 32000Hz?

Jun 12, 2007

I was testing out different load times and encoding properties for my mp3 files to be played through Flash and came upon something weird. The files I encoded with a Resampling rate of 32000hz when played through my xml MP3 player are sped up enormously; it was as if I changed the tempo to something it shouldn't be. I have a position / duration field and the duration of a 30 second song shows up as 21 seconds and the music played reflects that time change in terms of how fast the song is played.

View 3 Replies

ActionScript 2.0 :: Preloader For Dynamically Loaded Mp3s?

Oct 3, 2003

I am looking for a preloader for dynamically loaded mp3s...As in the tutorial on kirupa I let the mp3s stream but still there is a little gap before they actually start playing-probably worse on smallband connections- and well I know the music is coming but the visitors don't so could anyone help me out to make a preloader?

View 5 Replies

ActionScript 2.0 :: Buffering For Dynamically Loaded MP3s

Nov 26, 2003

I made a little buffer script for dynamically loaded mp3s. It's supposed to play the file after 20% is loaded (these files are a couple of MB). Anyway, it doesn't play after it's buffered to the 20%. Works when I just test movie in flash. It doesn't work when I test "streaming" in flash. Here's my buff script, etc.

Code:
nrMix=new Sound(djsetMC);
nrMix.loadSound([file], false);
preloadNow=false;
this.onEnterFrame = function(){
bytesT = nrMix.getBytesTotal();
bytesL = nrMix.getBytesLoaded();
[Code] .....

View 10 Replies







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