Flash player and Win media player for iphone 3G?

There's any way to download an iphone 3G version of Flash player and Window media player. I am trying to hear a radio station on a web site but need those plugins to hear it. (www.lax.fm)
Please let me know.
Angel
Message was edited by: Mundy KalEl

No. You cannot download or install anything to iphone, unless it is offered in the App Store on itunes.
Adobe does not make a flash player for iphone.

Similar Messages

  • Flash CS6 and the old Packager for iPhone?

    Hi,
    I was wondering: now that it's possible to select an Air SDK version in Flash CS6, would it also be possible to use Flash CS6 with the old 'packager for iPhone' that came with Flash CS5?
    I know, I know, I should get rid of that old thing, but reality is that I used packager for iPhone to create one of my first apps and now I can't update to a newer version of Air. Apple doesn't allow that, because existing users wouldn't be able to update anymore.
    It would be great if CS6 can work with the old Packager for iPhone.
    Does anyone know the answer to this?

    Too bad... I was hoping to kick my old CS5 installation out of the window...

  • None of the pictures on any site are showing and I have adobe flash player and VLC media player what do I do to fix this?

    When I go to different sites the pictures that normally load with a flash player are not loading. The show broken picture signs or nothing at all. What do I do to make firefox more compatible?

    I didnt mean for you to come up with it, the answer, but if there is someone like me who already has, who is posting to my problem. I didnt mean for rush to this problem but I am in a has hurry because I cant access my back office of my site due to this issue. So no disrespect I understand that this forum is volunteer . I am just unhappy with firefox always have been thats why I dont normally use it but with the new site I operate the office I access does use it. Sorry for the misunderstanding...I can wait I just didnt want to ask something that has already been solved.

  • Java Application + Flash / Win Media Player.

    Hey Guys,
    I am developing a video streaming application and wanted to integrate the Flash player in my code. I am not able to do it. I could load and open the player but couldnt play .swf file. Please advice / suggest / guide...
    Bye,
    Salil.Siddhaye

    Following is the sample code that I am trying to execute..by calling the Win Media Player
    public static void main(String[] args)
              String cmd = "C:\\Program Files\\Windows Media Player\\wmplayer.exe";
              try
                   Process p = Runtime.getRuntime().exec(cmd);
                   OutputStream out = p.getOutputStream();
                   RandomAccessFile file = new RandomAccessFile("C:\\sample.wmv", "r");
    //               ByteBuffer buffer = ByteBuffer.allocate(SystemInfo.getInstance().getSizeOfChunk());
                   ByteBuffer buffer = ByteBuffer.allocate(200);
                   FileChannel channel = file.getChannel();
                   int n = 0;
                   int i = 0;
                   while ((n = channel.read(buffer)) >= 0)
                        byte[] b = new byte[buffer.array().length];
                        try
                             out.write(b);
                             out.flush();
                             System.out.println(b.length+" bytes flushed()");
                             Thread.sleep(7000);
                             //just to see if the playback stops due unavailability of data.
                        catch (Exception e)
                             e.printStackTrace();
              catch(IOException e)
                   System.out.println("Error : " + e + "\n");
         }

  • Flash media server and strobe media player

    Hi,
    any one is done by sample program with Strobe media player and Flash media server?if yes means please send me some tutorials or sample file with steps how to do.

    Hi,
    Thanks for your interest in FMS and Strobe Media Player. SMP is a out of box sample player that can play streams from FMS and no coding is required for its basic functionality.
    It can play RTMP and HTTP dynamic Streaming / HTTP progressive as well as multicast streams.
    Download the Strobe media playback from http://www.osmf.org/strobe_mediaplayback.html , host it on a webserver and launch in a broswer.
    launch either strobemediaplayback.html or setup.html to setup your own player with different settings.
    Thank you !

  • Real Player or Windows Media Player for iPhone

    Does anyone know if it is possible to download an application which will allow me to play Real Player or Windows Media Player files from Safari on the iPhone?

    Until the 2.0 software is released, it's not possible to download an application to your iPhone at all. Once the new software is out, it might be possible, but it will be up to Real, Microsoft or a third-party to develop such a player. I think the likelihood that Real or Microsoft will pony up to be very low. Whether someone else will, we'll have to wait and see.

  • Hi, I'm new to using mac laptop, i just got one 1 month a go, i was downloading adobe flash player and it asked me for a password for the computer and i never created one, how do i over pass this situation?

    Hi, I'm new to using mac laptop, i just got one 1 month a go, i was downloading adobe flash player and it asked me for a password for the computer and i never created one, how do i over pass this situation?

    It is asking for your computer administrator account password to make system changes.  You "should" have an administrator account password.
    HTH

  • Flash content in Windows Media Player

    Can Flash Content play in the Windows Media Player? I don't see it as a supported file type but found this on the Microsoft site:
    ...you must have Adobe Flash 9 installed to play Flash content through Windows Media Player. If Flash 9 is not installed, a dialog box that contains the following text prompts you to install Flash 9
    Thanks

    I looked up the internet but can't find anything on this. As no replies here too I guess I'm the only one. The other thing that struck me is the enormous CPU usage when playing flash in the browser. Up to 95%-100% cpu usage when playing HD flash content. First I assumed it was a Flash issue but Internet Explorer never used more then 35%-55%. I then assumed it was just Flash in Safari. Strange thing is, if I maximize the window the cpu load actually drops to 55%. I only get high cpu usage when flash is played in the Safari window. I guess that means it's something to do with the browser and not an isolated flash 'bug'.
    Also still no luck playing WMV in the browser itself. Maybe time to look for yet another browser. A shame as I like the Safari browser a lot. MobileMe and iPhone are great to sync bookmarks and the look and feel is great. The engine is not so good unfortunately.

  • Win Media Player from JMF...

    Hi,
    I am new to JMF. I am currently developing a p2p based video streaming project and would like to invoke Win Media Player or Flash Movie Playre from the Java app..
    Pleasen help / advice / suggest...
    Thank you.
    Salil.Siddhaye

    this code may help it is sun sample code
    * @(#)SimplePlayerApplet.java     1.2 01/03/13
    * Copyright (c) 1996-2001 Sun Microsystems, Inc. All Rights Reserved.
    * Sun grants you ("Licensee") a non-exclusive, royalty free, license to use,
    * modify and redistribute this software in source and binary code form,
    * provided that i) this copyright notice and license appear on all copies of
    * the software; and ii) Licensee does not utilize the software in a manner
    * which is disparaging to Sun.
    * This software is provided "AS IS," without a warranty of any kind. ALL
    * EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY
    * IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR
    * NON-INFRINGEMENT, ARE HEREBY EXCLUDED. SUN AND ITS LICENSORS SHALL NOT BE
    * LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING
    * OR DISTRIBUTING THE SOFTWARE OR ITS DERIVATIVES. IN NO EVENT WILL SUN OR ITS
    * LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT,
    * INDIRECT, SPECIAL, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER
    * CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF
    * OR INABILITY TO USE SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
    * POSSIBILITY OF SUCH DAMAGES.
    * This software is not designed or intended for use in on-line control of
    * aircraft, air traffic, aircraft navigation or aircraft communications; or in
    * the design, construction, operation or maintenance of any nuclear
    * facility. Licensee represents and warrants that it will not use or
    * redistribute the Software for such purposes.
    import java.applet.Applet;
    import java.awt.*;
    import java.awt.event.*;
    import java.lang.String;
    import java.net.URL;
    import java.net.MalformedURLException;
    import java.io.IOException;
    import java.util.Properties;
    import javax.media.*;
    //import com.sun.media.util.JMFSecurity;
    * This is a Java Applet that demonstrates how to create a simple
    * media player with a media event listener. It will play the
    * media clip right away and continuously loop.
    * <!-- Sample HTML
    * <applet code=SimplePlayerApplet width=320 height=300>
    * <param name=file value="sun.avi">
    * </applet>
    * -->
    public class SimplePlayerApplet extends Applet implements ControllerListener {
    // media Player
    Player player = null;
    // component in which video is playing
    Component visualComponent = null;
    // controls gain, position, start, stop
    Component controlComponent = null;
    // displays progress during download
    Component progressBar = null;
    boolean firstTime = true;
    long CachingSize = 0L;
    Panel panel = null;
    int controlPanelHeight = 0;
    int videoWidth = 0;
    int videoHeight = 0;
    * Read the applet file parameter and create the media
    * player.
    public void init() {
         //$ System.out.println("Applet.init() is called");
         setLayout(null);
         setBackground(Color.white);
         panel = new Panel();
         panel.setLayout( null );
         add(panel);
         panel.setBounds(0, 0, 320, 240);
         // input file name from html param
         String mediaFile = "The Departed CD1.avi";
         // URL for our media file
         MediaLocator mrl = null;
         URL url = null;
         // Get the media filename info.
         // The applet tag should contain the path to the
         // source media file, relative to the html page.
         if ((mediaFile = getParameter("FILE")) == null)
         Fatal("Invalid media file parameter");
         try {
         url = new URL(getDocumentBase(), mediaFile);
         mediaFile = url.toExternalForm();
         } catch (MalformedURLException mue) {
         try {
         // Create a media locator from the file name
         if ((mrl = new MediaLocator(mediaFile)) == null)
              Fatal("Can't build URL for " + mediaFile);
         try {
              JMFSecurity.enablePrivilege.invoke(JMFSecurity.privilegeManager,
                                  JMFSecurity.writePropArgs);
              JMFSecurity.enablePrivilege.invoke(JMFSecurity.privilegeManager,
                                  JMFSecurity.readPropArgs);
              JMFSecurity.enablePrivilege.invoke(JMFSecurity.privilegeManager,
                                  JMFSecurity.connectArgs);
         } catch (Exception e) {}
         // Create an instance of a player for this media
         try {
              player = Manager.createPlayer(mrl);
         } catch (NoPlayerException e) {
              System.out.println(e);
              Fatal("Could not create player for " + mrl);
         // Add ourselves as a listener for a player's events
         player.addControllerListener(this);
         } catch (MalformedURLException e) {
         Fatal("Invalid media file URL!");
         } catch (IOException e) {
         Fatal("IO exception creating player for " + mrl);
         // This applet assumes that its start() calls
         // player.start(). This causes the player to become
         // realized. Once realized, the applet will get
         // the visual and control panel components and add
         // them to the Applet. These components are not added
         // during init() because they are long operations that
         // would make us appear unresposive to the user.
    * Start media file playback. This function is called the
    * first time that the Applet runs and every
    * time the user re-enters the page.
    public void start() {
         //$ System.out.println("Applet.start() is called");
    // Call start() to prefetch and start the player.
    if (player != null)
         player.start();
    * Stop media file playback and release resource before
    * leaving the page.
    public void stop() {
         //$ System.out.println("Applet.stop() is called");
    if (player != null) {
    player.stop();
    player.deallocate();
    public void destroy() {
         //$ System.out.println("Applet.destroy() is called");
         player.close();
    * This controllerUpdate function must be defined in order to
    * implement a ControllerListener interface. This
    * function will be called whenever there is a media event
    public synchronized void controllerUpdate(ControllerEvent event) {
         // If we're getting messages from a dead player,
         // just leave
         if (player == null)
         return;
         // When the player is Realized, get the visual
         // and control components and add them to the Applet
         if (event instanceof RealizeCompleteEvent) {
         if (progressBar != null) {
              panel.remove(progressBar);
              progressBar = null;
         int width = 320;
         int height = 0;
         if (controlComponent == null)
              if (( controlComponent =
              player.getControlPanelComponent()) != null) {
              controlPanelHeight = controlComponent.getPreferredSize().height;
              panel.add(controlComponent);
              height += controlPanelHeight;
         if (visualComponent == null)
              if (( visualComponent =
              player.getVisualComponent())!= null) {
              panel.add(visualComponent);
              Dimension videoSize = visualComponent.getPreferredSize();
              videoWidth = videoSize.width;
              videoHeight = videoSize.height;
              width = videoWidth;
              height += videoHeight;
              visualComponent.setBounds(0, 0, videoWidth, videoHeight);
         panel.setBounds(0, 0, width, height);
         if (controlComponent != null) {
              controlComponent.setBounds(0, videoHeight,
                             width, controlPanelHeight);
              controlComponent.invalidate();
         } else if (event instanceof CachingControlEvent) {
         if (player.getState() > Controller.Realizing)
              return;
         // Put a progress bar up when downloading starts,
         // take it down when downloading ends.
         CachingControlEvent e = (CachingControlEvent) event;
         CachingControl cc = e.getCachingControl();
         // Add the bar if not already there ...
         if (progressBar == null) {
         if ((progressBar = cc.getControlComponent()) != null) {
              panel.add(progressBar);
              panel.setSize(progressBar.getPreferredSize());
              validate();
         } else if (event instanceof EndOfMediaEvent) {
         // We've reached the end of the media; rewind and
         // start over
         player.setMediaTime(new Time(0));
         player.start();
         } else if (event instanceof ControllerErrorEvent) {
         // Tell TypicalPlayerApplet.start() to call it a day
         player = null;
         Fatal(((ControllerErrorEvent)event).getMessage());
    } else if (event instanceof ControllerClosedEvent) {
         panel.removeAll();
    void Fatal (String s) {
         // Applications will make various choices about what
         // to do here. We print a message
         System.err.println("FATAL ERROR: " + s);
         throw new Error(s); // Invoke the uncaught exception
                   // handler System.exit() is another
                   // choice.
    take care add the video to the same path where the code is saved
    hope that will help you

  • Firefox 6.0 w/ win media player plugin 1.0.0.8 enabled ALWAYS asks if I want to open a .wmv file with Win Media Player.

    Firefox 6.0 would not open .wmv files, so I downloaded and installed M/S windows media player firefox plugin, ver 1.0.0.8.
    I have checked using the plugin mgr that it is installed and enabled, but firefox still will not open .wmv files - It still brings up a window asking if I want to use Win Media Player to open the file.

    Flash Player.plugin 0x1a89d53e FlashPlayer_10_0_45_2_FlashPlayer +
    You have an outdated version of Flash installed.
    Uninstall the current copy of Flash then reinstall, instructions here.
    http://kb2.adobe.com/cps/865/cpsid_86551.html#ostype=m,prob1=fnctn,prob2=game,
    And, you have the Community Toolbar installed. That has to go.
    /Library/Application Support/Conduit/Plugins/cttoolbar.bundle/Contents/Resources/Services/ct_alerts. bundle/Contents/MacOS/ct_alerts
    /Library/Application Support/Conduit/Plugins/cttoolbar.bundle/Contents/MacOS/ct_plugins
    /Library/InputManagers/CTLoader/ct_loader.bundle/Contents/MacOS/ct_loader
    /Library/ScriptingAdditions/ct_scripting.osax/Contents/MacOS/ct_scripting
    Open a Finder window then select MacintoshHD in the Sidebar on the left. Then open the LIbrary folder then the Application Support folder, the Input Managers folder and the Scripting Additions folder.
    Move all the files above in bold print to the Trash.
    Relaunch Safari after you have re installed Flash and deleted all those files.

  • R there any neg. recommendations re dwnloading Win Media Player/Real Player on my MacB w/OSX.8.2

    I am Preparing to sign-in to a live presentation in a couple of days. The presenting org's s/w recommends I add Real Player and/or WinMedia Player.  I'm guessing o.k. w/no problem, but just checking it out.  Txs in advance for + or - rpts from your experience.
    greenegg

    RealPlayer is ok as well as Flip4Mac which is the Mac equivalent to Win Media Player. 

  • MP3 plays fine in Win Media Player, but won't import in iTunes

    I have this MP3 file in a folder on my hard drive. It plays fine in Win Media Player.
    If I "Add the Folder to Library" all other MP3 files in the folder come though fine but this one is left behind.
    If I use "Add File to Library" there is just a screen "flicker" but the file is not added.
    What could cause this? and how do I get the file into iTunes?
    TIA
    Gert
    Windows XP SP2

    Are you certain that the files in question are in fact MP3 files and not some other format?
    iTunes can play plain old MP3 files, but it cannot play proprietary schemes with digital rights management built in, and it cannot play WMA files.

  • Firefox and gecko media player crashing

    Hi, first post in the forum, hoping someone might know what is happening here.
    Whenever I try to play a video in firefox using gecko media player, firefox crashes.
    The output in xterm is:
    $ NPP_New called
    process 2911: arguments to dbus_connection_get_data() were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 5758.
    This is normally a bug in some application using the D-Bus library.
    D-Bus not built with -rdynamic so unable to print a backtrace
    [1]+ Aborted firefox
    I am running firefox (Gran Paradiso) version 3.0.10, and Gecko Media Player 0.9.5.
    An example of the videos I am trying to play are here: http://www.rte.ie/news/
    Any help appreciated, thanks.

    Ya, I might just switch to mplayer plugin. That worked ok for me in my last distro (ubuntu). Gecko seems fairly good though, it's a pity. Google doesn't give much help either.

  • Java and Window Media Player

    How can I put the Window Media Player or other media player (apart from JMF player) which can play the video into JFrame or applet using Java Program.Do anyone know any link for teaching such kind of knowledge or post some knowledge so that I can follow it.Thank you all of you!!!

    How can I put the Window Media Player or other media player (apart from JMF player) which can play the video into JFrame or applet using Java Program.Do anyone know any link for teaching such kind of knowledge or post some knowledge so that I can follow it.Thank you all of you!!!This not easy, integrating native players in swing i.e. JFrame. But yes I know of an open source project DJ Native Swing, try its demo, and then use the api.
    [http://djproject.sourceforge.net/ns/]
    Thanks!

  • Which Code of avi can play in QT Pro and Window Media Player?

    Which Code of avi also can play in QT Pro and Window Media Player?

    Nevermind ... not that simple apparently. I managed to get one of the avi's in the CS5 project created automatically when opening the original CS4 project to show the entire contents but can't replicate the behavior to another project using the same avi. Here are the media start, end, duration and video in, out duration values for the file. Viewing the avi in the source monitor I can see the full 16+ minutes. Odd disconnect between the 2 sets of values.
    Any idea would be great!
    Thanks,
    Lee

Maybe you are looking for

  • Fetching a logo in the Adobe form

    hi all,    i want to fetch a logo into the adobe form from sap server/application layer. for that i have used the image field and i have tried to browse the image from it but i was not able to ftech the logo/image from the server. could u all please

  • I have lost the swish noise when I bin my emails how do Iget it back

    I have lost the swish noise when sending emails to trash or bin, how do I get it back?

  • Could not apply template to document?

    Hi Experts, When i am trying to apply template to my report ,I am getting error like this... "Could not apply template to document". Please solve this issue. Thanks in advance, A. Kavya kumari.

  • How do you switch out PMS colors in CS5

    I am trying to swap out PMS colors in a complicated Illustrator file--my client just changed all the colors. I remember being able to double click the color swatch and the list of Pantone colors would come up--and you could just select a new one--may

  • HT201318 how to upgrade icloud storage plan with  10.6.8?

    I haven't upgraded my computer software, so how to upgrade my icloud storege plan as when inside system preferences there is no icloud icon just the old mobile me. Thanks