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




Is Flash Right For My Video And Music Player?



Hi!I want to develop an application (a media player) where you could choose and play video and music files (stored at the computer). I want the user to be able to fast forward and rewind these video or music files as she like. It is really important that you could hear the actual sound go fast when a music file is going fast forward or rewind.Do you think that I could use Flash to develop this media player? Or do you know an other program I could use instead?I'm very grateful if someone could help me.Best regards from Beeeaaa



Adobe > Flash General Discussion
Posted on: 08/25/2008 09:13:28 AM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

Need Advice For Video/music Player
I am creating a site for a multimedia production company and want users to be able to watch video and listen to mp3s. Most of the site is complete (www.student.gsu.edu/~cappleton1). I just need to add the artists content. Which is mostly audio/video. If anyone has any good suggestions for this i would appreciate. I really like the way that www.saddle-creek.com works, but not sure how to make it happen. thanks.

Kallok Music Player V.1.0 (stand Alone Flash Mp3 Player)
Hello! Ive been working on a flash music player that will be able to play music on a website or you can use it as a stand alone player.It is expected to come out late July.It will be a free player,possibly a ultra version for about 5.00 sometime after v.1 comes out.Hopefully people will like this I already got a lot of work into it. If you wanna see a preview of what it loks like (non working) go to http://www.k-player.cjb.net .If anyone is interested in adding or helping out email me at webmaster@sei-inc.com !My webdesign site is being rebuilt but it will be kallok.com.More info about that some other time.

[F8] 2 Flash Objects - Audio Player Passes Pause To Video Player
I have 2 flash objects on my html page.

One is a video player and the other is an audio player.

The video player starts playing by default.

I'd like to somehow set this up so that if someone clicks on the audio player, it automatically pauses the video player.

Please note that these are 2 SEPARATE FLASH OBJECTS on my HTML website. I'm not developing an all Flash driven website.

The audio player was added as an afterthought, originally there was only going to be a video player on the page.

How can I send a pause command from the Audio Player to the Video Player?

FOO

How To Connect Flash Video Player(like Youtube) To Live Streaming Video The Programm Like
How to connect flash video player(like youtube) to live streaming video the programm like webcamXP?
Or through a browser to look in a videoplayer video from other usual personal computer with the program for a video broadcasting from the web chamber.

How To Connect Flash Video Player(like Youtube) To Live Streaming Video The Programm Like
How to connect flash video player(like youtube) to live streaming video the programm like webcamXP?
Or through a browser to look in a videoplayer video from other usual personal computer with the program for a video broadcasting from the web chamber.

How To Connect Flash Video Player(like Youtube) To Live Streaming Video The Programm Like WebcamXP?
How to connect flash video player(like youtube) to live streaming video the programm like webcamXP?
Or through a browser to look in a videoplayer video from other usual personal computer with the program for a video broadcasting from the web chamber.

How To Change Buttons On Music Player Depending On Whether Music Is Playing Or Stoppe
When my music is playing, I want my play button to be blackened in. When the music is stopped, I want my stop button to be blackened but my play button to go back to it's original state.

Right now, when my cursor is over the button, it will change the rollover state. That's easy to do.

How can this be accomplished...do i need multiple layers?

I Need A Flash Music Player
I am looking for a pre-made flash player that will play some embedded swf sound files , like a music player with the very basic play stop forwar etc ...butons and a volume scroller ... i am new to flash and don't have time right now to go into the actionscript that i am guessing is involved in creating one by yourself .

any ieads where to find such things ?

Flash Music Player Help
Hi,
I am having trouble with making a flash music player. I have finally worked out how to stream the music to load fast click here But the problem is that I can't work out how to add features like pause, volume control and a music place tracker. You can see an example of what I want at http://www.ffmages.net. I would ne thankfull for any help anyone can give me whether it is one 2 one help or a link to a good tutorial.

-Cheers

Flash Music Player Help
Hi,
I am having trouble with making a flash music player. I have finally worked out how to stream the music to load fast click here But the problem is that I can't work out how to add features like pause, volume control and a music place tracker. You can see an example of what I want at http://www.ffmages.net. I would ne thankfull for any help anyone can give me whether it is one 2 one help or a link to a good tutorial.

-Cheers

Flash Music Player
i want to create a music player which plays music files from my website directory, but i don't know action scripts well. could anyone help me with this?

Music Player In Flash....Please Help
Ok I have a play button, a stop button, and a dynamic text field called song. I want to have the dynamic text field show the song name inside it. But I do not want to import the mp3 into flash. I was going to try and use xml or something. Please help with this. Thanks

Help, Flash Music Player?
Flash Music Player

I'm trying to create a Flash Music Player, so far i have a title for the song title a previous, stop, play and next button.

I want the player to call other swf files, the swf files contains the music tracks each are individual for example track1.swf, track2.swf etc

What action script do i put on the button to enable the player to work?

I have trie3d some simple script but with no luck as it kept producing errors all the time.

I would very mush appreciate any help on this, and thanks in advanced.

0ralndo

Flash Music Player Help
Im trying to create a flash music player much like the one at http://www.tigerstylerecords.com but I cant seem to get it to load the swf files that are the songs and im stumped as to why. Ill post my player .fla and .txt file playlist along with my test swf song if anyone can help me out with this it would be greatly appreciated.





http://bloodinthewater.com/flash_playersmall.fla
http://bloodinthewater.com/playlist.txt
http://bloodinthewater.com/test.swf





thanks in advance

Jay

Please Help Me Flash XML Music Player
I'm using MX 2004.
I'm making music player that take information from XML. I use the button component(Search) to submit the variable from combobox(genre) and myTunePHP. And, reload the XML data from new url, after I click button it's show the undefine variable from combobox. I don't know why, please help. I also don't know that I write the script correct to reload XML data into SongList. Help!


Frame1 script
var myTunePHP = 'http://malevich.scam.ecu.edu.au/myTunes/mytunes.php';
myXML = new XML();
myXML.onLoad = MyTunesXML;
myXML.ignoreWhite = true;
myXML.load(myTunePHP);

ComboBox(Genre)
on (change) {
_parent.SearchType = _root.Genre.selectedItem.data;
_parent.SearchString = _root.Genre.selectedItem.label;
trace(_parent.SearchString);
}

Button(search)
on(click) {
var cmdLabel = '?cmd=' + _parent.SearchType;
var cmdValue = '&val=' + _parent.Searchstring;
trace(_root.myTunePHP + cmdLabel + cmdValue);
myXML.onLoad = MyTunesXML;
myXML.ignoreWhite = true;
myXML.load(_root.myTunePHP + cmdLabel + cmdValue);
}Download MyTune.zip

Flash Music Player
hi

Can any one tell me where i can get a Flash Music Player that plays the music out of a folder and not from the swf file.

Thanks

Music Player In Flash
Hi,

I would like to create a music player in Flash, because I have some of my own made-up songs that I would like to create a menu featuring:

Mute (turn off volume!)
Play
Pause
Stop
Fast-foward (if possible!)
Rewind (if possible!)
Random (if possible!)
Loop certain track (if possible!)
Loop all tracks (if possible!)

I would like all the tracks to be in a list and for the default (normal) setting to be OFF -- I don't want to bug my visitors!

Thanks

Computeraddy

Flash Music Player
I have a music player that uses an XML.php file to list each song in a folder on the server in a listbox on flash. I was just wondering how to submit, to a php file, a variable telling which song is currently selected and playing with action script.

The reason i want to do this is so once the song file name is sent to php, i can update mysql with how many plays a song currently has.



Thanks

Flash Music Player
is there a tutorial somewhere about how to make a music player? somebody please help me out.

Flash Music Player
If anybody could help me out here, I would be grateful.

I'm tryin to set up a simple site for wieving different information, and it also contains a flash music player.

The site itself is based on php and sql, and it gets the information from a database. My problem is that i want to get different information from the database in the flash music player (url adresses, text......from the database).
The site uses sessions in php, and I wonder if you could access the database from flash where the session have a specific value. How could I do this?

Jon Arne

Flash Music Player
hello there~
I'm really new to flash actionscript. But i know some basics from taking a computer program course on C.

I'm trying to implement this flash music player found here: http://www.flashkit.com/movies/Scrip...8522/index.php

on my site.

Its workings like it should but im trying to code it so that it will start to play while its loading rather than waiting it to load completely before it starts to play. It takes a very long time for the whole mp3 to load before so im trying to figure out how to do it. I found couple examples of flash music players that do start to play during loading, one ive seen is on this site: www.foolishways.net

but i noticed that the one on that site starts to load the song, but not enough of the song is loaded before it starts to play. It starts to play and then it goes to the next track before the song has ended. Also the seekbar moves all over the place. I think its becuase the percent loaded is calculated by getbytesLoaded and not getbytesTotal. I've gotten an swf decompiler to take a look at the actionscript for it but its too hard for me to understand.

I've taken a look at the one provided at flashkit by Chris Jones and its a much simpler actionscript.

So i come to you professional scripters =) for some help.

my email is the6thmonth@hotmail.com and i would aprecciate if anyone could take a look at the fla and edit it so that it will be able to play before its fully loaded.

thank you in advanced.

Flash Music Player
I created a flash music player. It works fine with the xml. But when I add the php in the xml it doesnt work.

$id = mysql_real_escape_string($_GET["id"]);

$s_song = mysql_query("SELECT * FROM music WHERE id = '$id'") or die(mysql_error());
$song = mysql_fetch_assoc($s_song);
?>

<songs>
<song title="<? echo $song['songtitle']; ?>" artist="<? echo $song['artist']; ?>" path="upload/<? echo $song['filename']; ?>">
</songs>


If i set the id to lets say '1' it works. Any suggestions or assistance would greatly be appreciated

Flash Music Player
Hi, I'm looking for a player with the same features as the one on beatport.com The feature that I def. need is that a user can click on a link (the whole website is one flash file) and it will load the song selected into the player. The second feature that would be nice but isnt necessary is the ability to skip through the song that is playing. Any help would be greatly appriciated.

Flash Music Player, Please Help
Im trying to create a flash music player much like the one at http://www.tigerstylerecords.com but I cant seem to get it to load the swf files that are the songs and im stumped as to why. Ill post my player .fla and .txt file playlist along with my test swf song if anyone can help me out with this it would be greatly appreciated.





http://bloodinthewater.com/ppd_player.fla
http://bloodinthewater.com/playlist.txt
http://bloodinthewater.com/test.swf





thanks in advance

Jay

Music Player In Flash 8
I know this might be a stupid question, but is there any way of importing music/songs in the same way you can import videos by IMPORT > IMPORT VIDEO, so that it inserts it into the player for you.
Thanks

Flash Music Player
See this cool mp3 xml player with visualization, playlist and skins. Fully customisable. Vector. http://flashden.net/item/mp3-xml-strongplayerstrong-with-visualization-and-skins-vectorised/11851.

Flash Music Player, Help.
Im trying to create a flash music player much like the one at http://www.tigerstylerecords.com but I cant seem to get it to load the swf files that are the songs and im stumped as to why. Ill post my player .fla and .txt file playlist along with my test swf song if anyone can help me out with this it would be greatly appreciated.


http://bloodinthewater.com/ppd_player.fla
http://bloodinthewater.com/playlist.txt
http://bloodinthewater.com/test.swf


thanks in advance
Jay

Flash Music Player
Can anyone point me in the direction of a flash music player that I can just drop MP3s into. Just looking for something basic with maybe a 7 channel graphic equaliser display.

Flash Music Player.
I have searched the forums and the net but I cant find any good tutorials on how to build a flash music player, IVe never done a player before in flash, so does anyone know where theyre might be a good tutorial?

thanks in advance,

Flash Music Player
does anyone know where i can get a free software for flash music player for my mp3's

Flash Music Player
How do you get a flash music player to play and function consistently regardless of the site page? Thank you for all help.

Flash Music Player, Help.
Im trying to create a flash music player much like the one at http://www.tigerstylerecords.com but I cant seem to get it to load the swf files that are the songs and im stumped as to why. Ill post my player .fla and .txt file playlist along with my test swf song if anyone can help me out with this it would be greatly appreciated.


http://bloodinthewater.com/ppd_player.fla
http://bloodinthewater.com/playlist.txt
http://bloodinthewater.com/test.swf


thanks in advance
Jay

Flash Music Player
Hi guys, this might be my first post ever in this forum

I have to incorporate music into the webpage I am working on (yea), so I figure a flash player would be best. It would be very simple with just a PLAY and STOP button and maybe even a NEXT or PREVIOUS since there will be only 2 songs, and they are like 35 seconds each if anything.

In the top right of this page is where the flash player would be incorporated. Its just an image right now. http://dev2.bitwisesolutions.com/ind...s/template.asp

Anyone know of some good tutorials or something that could help me do this.

Also, I am sure loading 2 full songs into the flash player before the page loads isn't very efficient, so what is my best course of action here?

Thanks

Need A Flash Music Player
It's probably been asked before but I wouldn't know for nothing cas' I've never programming a sinle Flash application. All I know is that you need to compile your code to get SWF files that are inserted into your HTML sorta like a java applet.

Can I get an already compiled SWF file for a music player that would accept WAVs, MP3s, and MIDs and be able to play 'em and:
1. have a pause button
2. have a stop button
3. have a fastforward button
4. have a rewind button
5. have a volume adjuster
6. have a restart button
Basically I will need the whole works to play a music file in Flash.
(Assuming I got the URL of a music file on my server)

I know there are another handful of ways to do this using all kinds of HTML tags like the EMBED tag, but I want to be able to serve my users in every possible case. If they support Flash, great! If they don't support Flash but support Java, great! As a last resort, If they got some software on their computer, use the EMBED tag. For the main player, though, I would like it in flash.

To sum it all up, I need a flash program that can play music in a Professional-looking player.


Please don't yell at me if It's been asked a million times before.
*hides behind corner*

Looking For Flash Music Player
Hi every body . I am looking for a flash music player that allow users to hear the music but not be able to download or find the location of music files from source code. could any one help me how that can be done .Thanks

Flash Music Player
hey guys, I was wondering if someone could direct me to a tutorial for creating a flash music player with simple Play, Pause, Next controls, and how to embed the actual songs as .swf's (i think). obviously I dont know Flash at all, I am a designer/coder, but I would like to use it in my new personal site (pete.msols.net) ...any help is much appreciated. anyone with free time? you're welcome to help me make one, I would love to learn firsthand. thanks guys.
-pete

Flash Music Player (?)
Ok, im here looking at: http://www.wa007.com
Thier music player is amazing, its almost exactly what I need.

Anyone know where I can get a music player like that? Im assuming its XML (By the way, whats the advantage of XML playlist), I dont need the dropdown of it. So pretty much a basic music player showing the song name, and maybe length, as well as a stop, play, next, and back button for the songs.

And Im not sure if these are easy to update or whatnot so (easier the better)

I know im askin quite a bit here, but I would REALLY REAALLY appreciate it.
Thanks a bunch guys.

Flash Music Player Help
Does anyone know of any flash music player *.fla files that i could download and put on my webpage. I want it the height of about 60 and wdth 140. I just want a stop button a play button, a volume control and a display which shows the track name. Please i really need this
thanks

Flash: Music Player
Does any one know of any good flash music player that i could dl the *.fla files. Any sites?

Thanks

Flash Music Player
Hey,
Where could i find a free + without adverts music player for my site

I just want it to be simple with play + pause
And the ability to play an mp3 that i pick
thanx
slug

Video Player Component Using Flash Player 6
I'm streaming video using Flash Player 6. The problem I am having is that the video will only play at a super small size, something like 180 x 60 (that's a guess). Is there a way to play the video at the 320 width that I redered it as?
I'm using Flash Player 6 because some code that came with my purchased Flash Template does not work unless it's published to Flash Plaey 6.
Thanks in advance!

Flash Player 10 Killed My Video Player
Hi Everyone,

I am new to this forum, but love all of the very valuable information that is available here on gotoAndLearn. I am hoping to get a solution for a couple of problems that have arisen in an application that I'm developing.

I am the developer for the web site at http://www.quired.com. I have a few different issues going on with my content. I just updated my flash player to version 10.0.12.36 yesterday. The update completely screwed up my application. The site runs off of a CMS that is built with PHP/MySQL. There are 3 Flash components: the Menu, the MediaSelector, and the MediaPlayer.

I will preface this by saying that in the past I had experienced problems with embedding multiple swfs in the same page with swfObject and AC_RunActiveContent. My solution to this was to embed the MediaSelector and MediaPlayer into individual .html or dynamic PHP pages and then use an iFrame and Javascript to load these into the main page as necessary. The idea is that the when the user clicks the menu, a Javascript is called that reloads the MediaSelector with thumbnails for videos, images, and audio clips that are linked to the page. When a user clicks a thumbnail from MediaSelector the MediaPlayer loads in with the clip that was clicked and the group of clips that the item is in. Now the user can continue to browse the site while still viewing or listening to the media in the group.

Before the update, I had experienced issues on a couple of older computers with older browser version and figured that the issue was more with the Javascripts that get called from within the swfs. The problem was basically that when the user clicked a thumb the player didn't update. Originally, we sent the user to a completely different page to view the media. The only changes that I made to the MediaSelector was the URLRequest in a navigateToURL().

My code changed from:

public function loadMedia(Event:MouseEvent):void{
var url:String;
var window:String;
//make sure it is a media item
if(Event.currentTarget.type_id < 4){
//if it isn't an image load the media player otherwise load the image with Javascript
if(Event.currentTarget.type_id != 3){
url = "../../../MediaPlayer/index.php?id="+Event.currentTarget.id+"&pageID="+requestID;
}else{
url = "Javascript: loadImageViewer('"+Event.currentTarget.id+"');";
}
window = "_parent";
}else{
url = "Javascript: loadBookInfo('"+Event.currentTarget.id+"');";
window = "_parent";
}
navigateToURL(new URLRequest(url), window);
}

To:
public function loadMedia(Event:MouseEvent):void{
var url:String;
var window:String;
//make sure it is a media item
if(Event.currentTarget.type_id < 4){
//if it isn't an image load the media player otherwise load the image with Javascript
if(Event.currentTarget.type_id != 3){
url = "Javascript: loadMediaPlayer('"+Event.currentTarget.id+"');";
}else{
url = "Javascript: loadImageViewer('"+Event.currentTarget.id+"');";
}
window = "_parent";
}else{
url = "Javascript: loadBookInfo('"+Event.currentTarget.id+"');";
window = "_parent";
}
navigateToURL(new URLRequest(url), window);
}

So basically only one line changed to call a Javascript instead of a URL. This worked fine in most updated browsers so I didn't think that there was an issue in the swf, but in the Javascript. I started to test the functionality in Safari and when I clicked the MediaSelector the swf disappeared and nothing happened. Also, my MediaPlayer wouldn't load in via the IFrame. I was thinking that this was an IFrame issue with Safari, but couldn't really find any information on it. I next tried to embed the swfs directly into the page using swfObject 2.1 and couldn't get them to work. I could right click in the area where they should be and it would tell me the Flash Object was loaded, but the swfs didn't show up. So, I then thought that possibly my Flash player wasn't up to date in Safari and downloaded and installed the update for Safari and Firefox. This didn't fix any of the issues that I was having with the swfs, but it did cause some new problems:

1) Videos in the MediaPlayer play, but are not visible. The audio is audible and the progress bar updates, but I don't get any image. I used the Video class to build this player. The progress bar autohides unless you hover over where it nests. In IE, it never comes into the screen when watching a video now. It does for audio though.
2)When playing an audio clip, I used the Bitmap Class to draw a waveform and add some filters, but now that I've updated the Flash Player the wave only shows up when the audio is paused or loading.

These issues are consistent in IE, Firefox, and Safari so it must be an issue with the new Flash Player. Somebody please help me figure out what to do about this. We are going to make a launch on the website next week and I can't have it breaking when people start updating their Flash Players.

Is there any way to force the player to run in a Flash 9 compliant mode? Sorry to write a book here, but I think that an understanding of how the app works will help in finding a solution.

Flash Music Player's 'data.swf'?
I have the "flash trax" like when you listen to the loops page, but it's dependent on a 'data.swf' which is the music.

How do I make a 'data.swf' file?

Putting Music On Flash 5 Player?
Is it possible to import music into the flash 5 player?
or do I put the sound into my webpage?
If I can, how do I go about it (step by step)?

I have buttons, when clicked on/off make music. The music comes as
individual files (17.1.swf) which is able to play on the flash player and also on the webpage.

unloadMovieNum (2);
loadMovieNum ("17.1.swf", 2);

Thanx, f

Flash Site Music Player?
Hi.

I'm trying to make a music player that will play music upon peoples entry to my site.I've managed to make it so that you can turn the music off but i can't get it so that you can turn it back on again when you click a button.Can anybody help?


Thanks.

Music Player Does Not (I Need A Flash Guru)
Hello there, I rarely visit this forum (I forgot I was registered here). I need some help with a music player I am building. I have done 16 versions (no I'm not kidding) and not one will work right.

I am using swiftmp3 to create my external swf's. I am using this because I need the spectrum analizer variables. It's a fairly simple idea, but for some reason I cannot make it work. The first problem with the first 5 or 6 versions was that after getting to the 4th or 5th track, there was no sound.

I am using loadMovieNum to load the movies, and I have tried loading them all on 1 level one at a time, and also on different levels. Everything on a single level (I used 1 - 9) gives me the same problems in that it will not always play the sound, but sometimes it will. After much hacking into my own code, I ended up with a very pretty, non-functional player. It would not play any sounds, yet the swf was loaded and kicking out the spectrum variables. At this point if I hit the stop button (_level1.stop();) and hit play (_level1.play();) it would start playing the song again and I'd have sound at that point. I tried all kinds of delays / preloaders / stop() play() actions and no matter what I did, it refused to work right.

When all else fails, start over?
I started over, and had a pretty clean slate to start with. I ended up with a player that was working 100% of the time, until I added the 3rd track. The first 2 tracks still play as normal, but the 3rd will not load. I tried loading in the same level and also in a different level. Thinking it might be a typo I just do not see, I copied / pasted the loadMovieNum line for track 2 and changed the songnumber to 3. Same problem.

I've looked around in here for other problems with loadMovieNum, but I cannot find anything that describes my problem. I can provide an FLA or 2 if needed so someone can see what I'm trying to do, but I am basically just stuck.

You can see what I'm talking about by looking at version 12 on the site I'm working on. http://www.maindrayn.com/player12.html
Sometimes the songs play and sometimes not. If not, you can push the stop button and hit play again, it will start playing.
This particular version is loading the swf's into level1.

Any ideas would be much appreciated.
If you made it through all that babble, I owe you a cookie.

A Music Player For Flash Movie
I know how to create a on/off button thats easy, but whats easier and i cant figure out<<<<how do you create an on button off button. What i mean is two seperate buttons something as simple as when you click the on button its highlighted then when you click the "seperate" off button it highlights the sound goes off and the "seperate on button" de-hightlights and vice versa. I really dont want one button ....please help me) (then i want to learn how to make a mute button and a pause button but first things first! thanks Dj Spock

Flash Music Player Similar To .....
I'm hoping that some patient soul could help me in locating something very similar, or point me in the right direction to sample code -- or perhaps a "flash-music-player" template type of thing ... ?

Please reference the link below, as I have tried to "hack" this to get ideas and figure out how to do the same on my own.

I would like the player to be in a very similar manner (top right hand corner), where I can scroll through multiple selections ... as well upon page load the default music already kicks in to play.

My skill level in Flash is not the greatest by any means, and your help is greatly appreciated!

http://www.bacardidj.com/

Thanks Much,
Des

Flash Music Player Similar To ..... Please Help
I'm hoping that some patient soul could help me in locating something very similar, or point me in the right direction to sample code -- or perhaps a "flash-music-player" template type of thing ... ?

Please reference the link below, as I have tried to "hack" this to get ideas and figure out how to do the same on my own.

I would like the player to be in a very similar manner (top right hand corner), where I can scroll through multiple selections ... as well upon page load the default music already kicks in to play.

My skill level in Flash is not the greatest by any means, and your help is greatly appreciated!

http://www.bacardidj.com/

Thanks Much,
Des

Copyright © 2005-08 www.BigResource.com, All rights reserved