Problem streaming MP3 with flash and IE7

Ok, I have a big problem here. Only occurs with Internet
Explorer 7 and possibly 6 too. Happens only on some systems, one of
mine do that, I have 3 systems.
I have a website that opens a window that streams a webradio
from another website. The websites are not on the same server. When
I first open IE, and click on the radio link that contains de flash
file that loads the MP3 file to stream, it works. I close down the
window, re-open the link, and it keeps loading (the little circle
keeps rotating for ages). I have latest version (9.0.47.0) of flash
player installed, like my other systems. If I close all instances
of explorer and open the radio link again, it works ! But at the
moment I close down the new window (there's another explorer opened
at that moment), and open it again, it won't work.
Seems to be either explorer OR flash to be faulty, I tried 4
different flash player, they all do the same thing, so it's not the
flash player (SWF file) that loads the MP3. Is there a solution? Is
it a known problem??

http://livedocs.macromedia.com/flash/mx2004/main_7_2/wwhelp/wwhimpl/common/html/wwhelp.htm ?context=Flash_MX_2004&file=00000364.html

Similar Messages

  • What's With Flash and IE7 ?

    I have noticed a number of posting of Flash and IE7 troubles,
    but they are not close enough or succinctly worded enough to suit
    me to glom onto their post with my problem, and I noticed that the
    ones who have a problem similar to mine are not being answered. So,
    I take it that there is definitely a problem with Flash and IE7,
    but no one knows the answer and Microsoft has not risen to the
    problem of dealing with a problem that affects hundreds of
    thousands of users. I have posted the following on a Microsoft
    forum, but have received no reponses there as of yet. Hopefully the
    Flash gurus here will be able to rise to the occasion more quickly
    than their Microsoft IE counterparts.
    If you look at the home page for
    http://www.townofstarprairie.com/
    using FireFox or IE 6 (with security settings lowered), you'll
    notice a scrolling flash text box at the top, and an exact
    duplicate of that text box at the very bottom of the page.
    If you use IE 7, the one on top does not show but the one on
    the bottom of the page does. These two Flash boxes are identical in
    every way.
    I have toyed with my IE 7 settings to the point where IE was
    screaming at me that the world was going to come to an end due to
    my low security settings, and still the one on top does not show.
    What ever could be the problem with this?
    Thank you for any help you can provide!

    Nickels55, you are correct....mostly.
    One of my acquaintances busted into the weather.com code and
    sent me the source. After much trial and error, I found that by
    removing the STYLE block completely, I no longer had a problem. I
    even tried removing the styles between the STYLE block, but that
    didn't work. I had to remove the STYLE tags, too. I tried linking
    out to a style page to no avail , btw.
    For a while, you can see a bust of this problem at
    http://www.townofstarprairie.elitecyberdesign.com/index.cfm?optionid=5877
    What's really weird is that this problem only affects the
    Flash code ABOVE the Weather.com widget (you would think it would
    affect below, but such is not the case), and only in IE 7.
    Very strange.

  • Streaming MP3 with flash

    I want to stream a single MP3 file (could convert in to WMV
    if needed) with a flash player which contains a pause/stop/pay
    button with flash/dreamweaver.
    Anyone know how I could do that?

    http://livedocs.macromedia.com/flash/mx2004/main_7_2/wwhelp/wwhimpl/common/html/wwhelp.htm ?context=Flash_MX_2004&file=00000364.html

  • Live video stream to both Flash and iOS problem

    Hi everyone, I'm Lucas. I Have learnt how to deliver a single live video stream to both Flash and iOS from this video
    But after that I got a problem with the ".f4m" file and ".m3u8" file (I think)  like this video below here. I don't know what happen with the server because my camera is still working perfectly.
    I now using Flash Media Server 4.5
    Does anyone know how to fix it?

    Try this :
    1: stop any stream.
    2: go to  root_install\applications\livepkgr\events\_definst_\liveevent and delete any .stream file that is in there
    3: Go to   root_install\applications\livepkgr\streams\_definst_ any livestream folder that is in there for example if you streamed with name livestream12 there should be a folder with the name livestream12, delete it.
    4: Then try streaming a single bitrate stream by adding to the FMLE the following parameters 
    FMS Url :  rtmp://localhost/livepkgr
    Stream: livestream?adbe-live-event=liveevent
    5: go to sample player and add this url to the field : http://localhost/hds-live/livepkgr/_definst_/liveevent/livestream.f4m
    *If you have a public IP do the following :
    1: go to http://www.osmf.org/configurator/fmp/#
    and add this url  : http://public_ip/hds-live/livepkgr/_definst_/liveevent/livestream.f4m (replace localhost with your public IP)
    and from the advanced tab say that it is live.
    Give it a try!

  • Captivate with Flash and Audio Problem

    hi there,
    I am having lot of flash files and all the audios inside the
    flashfiles are "Event" Sync and not default "Streaming" which
    brings out more problem like slow in clicking buttons and overall
    project speed. but when i change it to Event it works fine at the
    same time i cannot do any audio synching and other audio relatted
    ewordl....
    Please hlp me/...

    I am having a similar problem where flash audio loops plays again on the slide after the one with the flash swf.  Like it's replaying the sound twice, looping is not turned on... I've had multiple problems with flash and captivate like the new CS4 3d transitions just make it go balistic.

  • Streaming MP3 with RTP

    Hello,
    I am trying to implement a RTP server and a RTP client, for that purpose I am using JMF, it seems to work good until I tried to transmit MP3 files. When I trasmit MP3, I get the next error message:
    Unable to handle format: mpeglayer3, Unknown Sample Rate
    Failed to realize: com.sun.media.PlaybackEngine@1700391
    Error: Unable to realize com.sun.media.PlaybackEngine@1700391
    Error in ControllerErrorEvent: javax.media.ResourceUnavailableEvent[source=com.sun.media.content.unknown.Handler@fa39d7,message=Failed to realize: input media not supported: mpeglayer3 audio]
    I have installed the mp3 pluging and I have used the AVTrasmint2 and AVReceive2 class with some modifications to try to solve the problem, but I can not solve it.
    I tried to use JMFStudio in both sides (server and client side) and I got the same error.
    -->failed to handle a data format change!
    I would like to add that I have used two differents computers (one for the server and one for the client) to make all the test.
    Could you give me some advise, help or solution for that problem? If someone has a solution(code) to transmit streaming MP3 using RTP and kown that it is running ok, could you show me?
    I am doubting if MP3/RTP is supported in JMF, If someone knows another alternative to implement a streaming MP3 audio server and client, could you say me what solution is it?
    Thank you very much, I expect that someone could help me.
    PD: Sorry for my english, I think that it is not so good.

    Hi I had the same problem but i manage to solve it.
    First of all you have to install the mp3 plug-in and as u mentioned that u already did that.Make sure the mp3plugin.jar file is inside the lib/ext of the jre you are using for your project and one imp thing is first register the plug-in by issuing the command
    java com.sun.media.codec.audio.mp3.JavaDecoder
    It will modify the jmf.properties binary file.Once your done with this put this updated jmf.properties file in your project folder.After this your code should run perfectally.In case of any problem.Post it.
    cheers

  • I have tearing with flash and Youtube videos.

    First, my specs.
    Windows XP
    Quad Core
    Nvidia 9600gt DDR3
    2GB RAM
    Browsers: Firefox 3.6.12 and IE7
    I have the newest Nvidia Drivers and Adobe Flash 10.1
    Well the problem is that I have tearing with flash and videos in Windowed Mode, if I turn the full screen option there is no sign of tearing BUT only if I have hardware acceleration turn on.
    So the problem is, why I have tearing in windowed mode?

    Same here. I am not getting 'what tearing' is all about. Can u please explain?

  • Unusual Problem caused by/with flash?

    An unusual problem recently developed from flash and cannot resolve. I am running windows XP service pack 3 and i have flash 10.1 running. The problem that i have run into is this, when i have the internet browser open and i leave it idle for 5 minutes a windows error message comes up that says:
    Could not find file "Flash.ocx"
    Prior to 8/10/2010 this never happened, additionally I have looked in the appropriate folders on my system and the program seem to be there. I have also checked the program with Adobe and there system says program is up to date and functioning properly on both internet browsers that I use which are: IE8 and Google Chrome. Can anyone help to identify this problem as i am unsure of what steps to take to correct this issue and Microsoft has become completely useless.

    Hi, I would not suggest a System Restore, especially if you have all Flash Player files and the SWO correctly Installed.
    There could be another reason if you continue to get that message. System Restore is not a "fix" per se, it is there for your Windows Operating System in case of failure. I know people use it for other reasons, but just speaking for myself, I never have. I just research and find out the solution to whatever issue I may have at the time.
    Any add on in your IE browser from whatever source can conflict with the browser, Flash Player (the SWO ActiveX Control) or other add ons. Especially any Anti-Virus program add ons. So you may want to check those to see if that is happening. Toolbars and their browser add ons also.
    Go to C:\Windows\System32\Macromed\Flash  Open Flash and post back all files listed there just to make sure they are correct.
    Thanks,
    eidnolb

  • Any Problems using SSL with Safari and the move with Internet explorer to require only TLS encryption.

    Any Problems using SSL with Safari and the move with Internet explorer to require only TLS encryption.

    Hi .
    Apple no longer supports Safari for Windows if that's what you are asking >  Apple apparently kills Windows PC support in Safari 6.0
    Microsoft has not written IE for Safari for many years.

  • Xmldataset is not working  with ie6 and ie7

    xmldataset is working with all browsers (ie8, opera, safari
    firefox) however it doesn't work with ie6 and ie7
    according to me all things are correct,my works doesn't
    appear ..
    http://www.turkedergi.com

    Hello
    I am pretty sure they know about this issue and software companies must not hear what the people say. For me it is logic that they watch what happen on the software market and try to adapt own products as soon as possible.
    This issue with IE8 is known and soon or later the updated version will be offered on download page but the question is: when?
    I cannot understand why they wait so long time. OK, to fix some issue and testing procedure can take a days but IE8 is not on the market from yesterday.
    Lets see how long it will be necessary for AuthenTec to fix this issue.

  • LR 4 RC2 ...vexing problem, 3 sessions with support and still not able to find? With all settings re

    LR 4 RC2 ...vexing problem, 3 sessions with support and still not able to find? With all settings reset and running a test catalog a raw image when opened in develop will when imediately going back to library view show a significant color shift in red, orange and purple but only in images with significant content in those colors. at first the culprit appeared to be camera calibration default but not reproducable. The problem exists even when opening older images from months ago?  Also if second screen running in loupe mode the image is not shifted.
    Any ideas please
    Dave

    Jim01403, Geoff and others...I'm new here so I'll need a little time The thread is very interesting, populated by serious mature people, how refreshing! It clearly is part of what i'm experiencing and is answered answered here...thank you. My main problem is still the significant color shift between develope and library modules. I'll attach one from each so you and others can see. Unfortunately the library version is the bad one so printing is now very problematic...Note, this occurs in either single or with second monitor on the library version is displayed. I have reset virtually everything and wonder if a cache is not updating or color space is not matching? A symptom/detail worth noting, when switching to library mode, the correct image is displayed for about a second then it jumps to what you see in the examples. As if the library module starts to rendering from develope settings then jumps tback to the original inedited preview??
    Maybe just go back to 3.6 and tread water till 4.1 is fixed?
    Dave

  • Using databases with Flash and PHP

    Hi, everyone!
    I`m a PHP newbie. I just learned PHP so that I can use
    databases with Flash.
    I`ve got a .php script that contains html that loads up my
    .swf file. The .swf file is the core of my site. What I want to
    know is if I can call some PHP functions (that I have wrote in the
    .php script) from within the .swf file... This functions would
    perform the reading and updating of my database.
    The only way I know of to modify a database from Flash is
    using the POST and GET methods. But that opens up a new browser
    window in which the PHP script is called. And that only handles
    writing in the database. So, what if I just want to read from the
    database some values and insert them into a TextField in Flash? How
    do I do that?
    Thanks! Ardy

    1. Goggle "Flash and mySQL" and you'll get a listing of alot
    tutorials
    2. I'm also just learning. Here's a great URL to start:
    Building with Flash and MySQL
    That's right, a Flash-based blog — it sounds a little
    loony, but this blog pulls content from a MySQL database and feeds
    it into the dynamic Flash frontend ...
    www.webmonkey.com/programming/php/tutorials/tutorial2.html -
    20k - Cached -

  • Help!(confused face) I'm new with flash and don't know why the timers don't work like i would expect

    I'm new with flash and don't know why the timers don't work like i would expect.  In VB.NET timers are how you move stuff, but it doesn't look like they are ideal for moving stuff in flash at all (really slow).  I'm making a game in which you throw a ball around the screen. i am using a timer to get the ball to move. this doesn't work well for 2 reasons; 1: the ball jumps alot, and 2: the timer should eventually run out of time.  If anyone can help, i'd be thrilled cus this is my first post here, so yeah

    Timing for movement would be more often dealt with using something that operates at the frame rate of the file.  The ENTER_FRAME event is usually selected for this purpose.
    stage.addEventListener(Event.ENTER_FRAME, moveBall);
    function moveBall(evt:Event):void {
         // your positioning code
    You could use a Timer to control when to stop the listener from being active.

  • When streaming Vid with flash player, audio and video are not in sync

    With Flash 11.6, audio and video are not in sync. Video is slower. Using Firefox 20.0.1

    Recent crashes of certain multimedia contents (this includes Youtube videos, certain flash games and other applications) in conjunction with Firefox are most probably caused by a recent Flash 11.3 update and/or a malfunctioning Real Player browser plugin.
    In order to remedy the problem, please perform the steps mentioned in these Knowledge Base articles:
    [[Flash Plugin - Keep it up to date and troubleshoot problems]]
    [[Flash 11.3 crashes]]
    [[Flash 11.3 doesn't load video in Firefox]]
    Other, more technical information about these issues can be found under these Links:
    http://forums.adobe.com/thread/1018071?tstart=0
    http://blogs.adobe.com/asset/2012/06/inside-flash-player-protected-mode-for-firefox.html
    Please tell us if this helped!

  • Problems with Flash and .swf

    I am creating .swf videos using Adobe Captivate.  The videos have worked great before the recent Adobe Flash update.  They will no longer load in Safari, Firefox, and Google Chrome; they will eventually load in IE8 after many script errors. One computer we use did not receive the update and will still load the videos with no problems using Windows 7 and Firefox.
    Here is a video that will no longer load:
    http://gofuse5.com/Videos/fuse5intro.swf
    This is the error that Safari has using Mac OSX.

    In macromed I have
    Flash folder - flash10i.ocx, flash install, flashutil10i_activex.dll, install
    shockwave 8 - activreader.x32
    shockwave 10 - activreader.x32
    Shockwave flash object version 10.1.82.76
    Will try mcafee bit now.
    Thanks
    Hi, Go to C:\Windows\SysWOW64\Macromed\Flash  Open Flash and post back all files listed. If you use any browser that is non-IE, you'll have NPSWF files also. Right click on any and then click on Properties to obtain the version numbers.
    If you have any non-IE, then look in plugins for a SWF and it will have a version number and be Enabled.
    You already said you have Shockwave Flash Object and it is Enabled. What version is showing?
    If you have McAfee, then that is most likely your problem. Go to Add/Remove or Program and Features via Control Panel and Remove any listing of McAfee. Then go to this site and follow Steps ! & 2 only. Wait until you receive the "Successful"
    message and be sure to Reboot when finished. Check any add ons to make sure none of McAfee are there. Don't do anything with your computer while this is running.
    http://service.mcafee.com/FAQDocument.aspx?id=TS100507&lc=1033&pf=1
    Thanks,
    eidnolb
    >

Maybe you are looking for