player

How do you get a flash mp3 player to keep playing if a user changes page?

I really like the mp3 player on 8tracks.com and was wondering how they manage to keep the mp3 playing even when I change pages? For example, listen to the track here http://8tracks.com/mixes?q=Aztec+Camera and click on one of the links to another page. The music cuts out for 1/4 of a second and then comes back in at exactly the right po...

Memory in SWF (Flash Player)

Are there any limitations on the amount of memory that the flash player can use? If you have a swf that over time gets a lot of data from the server, then more and more data will be kept in memory... Is there a limitation on this? Thx, Lieven Cardoen ...

iphone video playback coding

i have downloaded the iphone MoviePlayer sample code from iphone developer center,but when i add a action [mMoviePlayer stop] at overlay button there, the screen keep blinking when i playback the movieplayer, is anyone met this problem? ...

How to catch click on flash player?

I`m using SWFObject for flash player on my webpage. Player as usual has buttons like Play, Stop, Pause etc. I need to catch moment, when my user click on any button and i need to execute some JS-function in this time. Sorry for my english and thanks a lot in advance. P.S. I dont have sources of my swf file. ...

Need a basic audio & video player library in Java

I need to display a series of images (perhaps BufferedImages) with variable frame rates as a video, synchronized with uncompressed audio. I also need the basic media controls of play, pause, seek, audio volume, etc. Since I don't need to encode, decode, read or write video files, I would prefer to avoid large libraries such as JMF or FM...

Flex VideoDisplay stop buffering

I am trying to build a video player application using Adobe Flex and libh264streaming. In small cased my little player works just fine. However if the video is bigger about 200-300MB I am seeing bunch of issues: a) the browser get crashy b) it never stops buffering , keeps downloading until it gets entire video (300M) c) CPU usage goe...

Getting WM/Picture using C# and WM Encoder SDK

I was hoping someone could help point me in the right direction and/or provide a sample for me to look at. I need to get the WM/Picture field inside a WMA file that I decode using WM Encoder and C#. I have been able to get all the other tags fine, but media.getAttributeCountByType("WM/Picture", "") function always return 0. But Windows...

Best device to view MSDN WebCast videos?

I am planning to buy portable video player (with MP4 support) to view the msdn web casts, mostly WMV files. Has anyone tried viewing the web casts on a portable player. Which one would you recommend. (e.g. Apple iPod nano 4G) Do keep in mind these web casts show code being written in Visual Studio, so the display needs to be clear enou...

MediaPlayer does not show controls - problem with FF and IE. How to solve it?

Hi, I got this piece of code: <object id="MMPlayer1" codebase=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701 type=application/x-oleobject height=238 width=240 align=absmiddle classid=CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95> <param name="FileName" value="http://www.abradio.cz/asx/beta32.asx"&...

How to let my visitors to listen to different online radios using flash player?

Hi, After I've found out that WMP is not best idea for Firefox users as they need to install additional plugin, I wanted to try out JW player and I googled all I could about audio streaming and flash players. I got something like www.onlineradio.com/32.asx -> it's not on my server, it's different server, but I can't seem to find a solu...

could flash media player play wmv/asf format media?

Hello everyone, I have tried to play wmv/asf file in html page, but always Windows Media Player is embedded in browser, but Flash Media Player is not embedded. Here is my code to embed Flash Media Player. I suspect it is because Flash Media player does not support wmv/asf format, so even if I explicitly assign "application/x-shockwave-f...

Adobe Media Player

Hello everyone, I am confused about the different functions compared between Adobe Media Player (http://get.adobe.com/amp/) and Adobe Flash Player. My understanding is, Media Player could play any supported video/audio type (for example, flv file), but Flash Player could only play swf file, can not play video/audio directly. My underst...

Custom Video Player in Flex

Hello, I have been developing a custom flash player in flex for use in a web site. I am running into a strange issue and was wondering if I could get some help. I use an hslider component for video navigation. The problem I am running into is when I drag the slider to another point in the video it is not precisely setting the video play ...

how to embed player into web page?

Hi guys, I want to embed MPC player into web page, any samples? MPC player I mean => http://sourceforge.net/projects/guliverkli/ thanks in advance, George ...

Django, Flash, Cross Domains, and jQuery.Player.js

I'm writing a site in Django that involves playing music, and so I needed an mp3 player. I don't know Flash, and don't really have a desire to learn it, so when I found http://github.com/breily/jquery.player.js/tree/master I was pretty happy. It worked great. Well on my development server anyway. To serve the static files for my site, ...

Alternatives to rotating buffers into Players in J2ME?

Due to (quite annoying) limitations on many J2ME phones, audio files cannot be played until they are fully downloaded. So, in order to play live streams, I'm forced to download chunks at a time, and construct ByteArrayInputStreams, which I then feed to Players. This works well, except that there's an annoying gap of about 1/4 of a secon...

Flash based .wav player

Hello; Does anybody know of a free/open source flash-based music player that can playback .wav files? Thanks... ...

Wimpy Player not working, could it just be an incorrect Flash embedding?

I have a list of clients taken over from a competitor that went under ;) Anyway, they supposedly fixed the Flash Wimpy Player on the home page, here's the link but now I am being told it doesn't work again. I am wondering if it's simply an embedding issue, and I would like to learn how to fix it. Code is below, and it looks like way to...

Target flash version with the compiler (mxmlc)

When I run mxmlc with the -target-player attribute, it reports, "unknown configuration variable 'target-player'", can anyone help me with specifying the target player? ...

What is the defacto standard for an audio player in a web page?

I need to embed some audio in a corporate web site. The user is aware they will be getting the audio, and will be looking for it. I found several flash players, but nothing seemed to simply let me embed audio on the page with a play button without jumping through several hoops and creating playlists. ...