ActionScript 2.0 :: MP3 Player Freeze Browser For 10 Seconds
Mar 11, 2008
I've created a basic mp3 player in AS2, that reads mp3s from a xml file and lists them in a playlist. As its a custom player for a client project, there's some additional features such as volume muter and time limit. Anyway, my problem is, on some computers this player freezes the browser for 10secs and then resumes as normal, but on other pc's it plays fine without a hitch.
All computers tested were
Win XP
Firefox 2.0.0.12
IE 7
So I cant really pinpoint why it would freeze the browser. Here's the player [URL]. Does it freeze your browser for 10secs then resume as normal, or? Here's the source file [URL].
View 3 Replies
Similar Posts:
Jun 4, 2009
I'm making a platform game and i want the screen to freeze for a few seconds when it hits an object (eg, Spikes) the after it has finished freezing i want it to repeat the frame again.
View 2 Replies
Oct 29, 2010
I have a flash movie loaded into my browser.Is there any way that i can pause it and then resume it.I tryed SuspendThread() for all the browser threads but the movie won't freeze
View 1 Replies
May 20, 2008
I am using the preLoadAssetManager from [Url] to preload 14 FLVs which range from 500K to 4MB in size to the users cache. Some users have complained that when they try to play a video, the browser (IE 6 & Firefox on Windows) completely freezes and they have to close out out of the browser. So my question is: Can preloading too many assets cause the browser to freeze/crash?
View 2 Replies
Oct 9, 2009
I've set up my custom Flash video player and am almost there but would like some final touches and advice on how to do that. How do I get a freeze frame to appear instead of the buffer bar when the clip ends?Here is my code:
Code:
var nc:NetConnection = new NetConnection();
nc.connect(null);
[code]....
View 1 Replies
Jul 23, 2010
This was working with Flash 10, but 10.1 kills it I am not sure if its the server or client side that makes it freeze.
[URL]
import flash.display.BitmapData
stop();
var aScene:Array = []
[Code]....
View 4 Replies
Oct 11, 2006
Flex Builder doesnt show any errors in my code, until i compile.the browser dies after the swf is running a few seconds.
Code:
VerifyError: Error #1063: Nicht �bereinstimmende Argumentz�hlung f�r de.kismael.bio::Ranke$iinit(). 13 erwartet, 0 erhalten.
at de.kismael.bio::RankeKlein$iinit()[code]....
I already tried to reduce the number of arguments required by the rankeKlein constructor,without success, he still expects 13 arguments...
View 2 Replies
Jan 16, 2010
I'm trying to create a simple image player that tweens from one image to the next every 5 seconds. The data is being pulled from xml.
So far, I have managed to load the image onto the stage, but am now stuck as to how to get it to remove the child showing, the add the next child every 5 seconds.
My Code:
Code:
var tweenTimer:Timer;
var imageLoader:Loader;
var xml:XML;
[cod]...
View 1 Replies
Jan 18, 2010
I was wondering how I can delay (2 seconds) a video to play in a Flash Video Player? I know one way is for me to add blank frames but I would like to know some other options.
View 2 Replies
Jan 25, 2012
I'm getting a data which contains a certain number.
I need to find how many hours, minutes and seconds it stands for.
for example:
I'm getting the number 248 which means:
00 hours : 04 minutes : 08 seconds
View 3 Replies
Sep 24, 2010
I need to be able to indentify if my swf external app is Flash Player or HTML document. My script is something like this:
if (running on html)
link = "photo1.jpg?n="+rnd; // no cache
else
link = "photo1.jpg";
View 1 Replies
Nov 8, 2011
Can I create a flash file which will be used as web-browser. So basically, Flash will behave like Internet Explorer or Firefox, perhaps like loading a page inside iframe.
View 2 Replies
Jun 10, 2010
When i use time varaible and then minus the time. Ive noticed that flash does not count down in seconds, but the speed of light. My maths are not very strong so how can i get flash to count in seconds
var time =60;
sprite.onEnterframe = function(){
time -=1; ( this counts faster than seconds)
}
View 5 Replies
Jun 10, 2007
I'm trying to figure out how I can make the sound file that I load into Flash start at x seconds and end at x+30 seconds.So basically, I just want a 30 second sample to play starting at a specific time position. Does anyone have any advice on how to do this or have links to somewhere I can read up on it?
View 4 Replies
Apr 5, 2011
I've created a Flash file that reads from several different xml files and displays them when requested. When I run the Flash player, (by pressing Command-Space within Flash), it all works flawlessly. But when I open it within a browser, only one of the xml files loads, the other two just spin away on the preloader.I have another Flash file that is doing the same thing. A click on a scrolling new list should take you to another web page. In Flash Player it works fine, but from a Browser nothing happens
View 3 Replies
Apr 8, 2011
So I recently got a new laptop. It came installed with Windows 7 64-bit and Internet Explorer 8. However, after installing the current Flash Player update, IE started freezing. I would open certain pages, and the browser would become unresponsive, leading me to end the program. I would try it again, and still the same result. The culprits were always the same, hotmail and tvshowsondvd, among others. Internet Explorer 9 was released a few days later, so I uninstalled IE8 and installed IE9.
The browser worked fine for a few days, but then it started to do it all over again, with the same web pages! Then I noticed something, all these pages were heavy in flash objects. So I tried uninstalling Flash Player 10 and guess what, it started working! No more problems loading pages. I can no longer view flash objects, especially on YouTube. I haven't had the problem since, but I need Flash Player installed.
View 1 Replies
Feb 14, 2012
which way to go to produce a swf that would function like a video player but with pictures?I would like to be able to load images and then use its sliders to 1) browse through images sequentially (similar to browsing through individual video frames on a timeline) and 2) beable to zoom without losing the ability to drag the picture in the view pane (ScrollPane doesn't work as when I change the size of its contents through myscrollpane.content.width, I can't drag it).
View 1 Replies
Jun 9, 2011
I have a swf file which loads the YouTube API player at 640px by 400px:
function onPlayerReady(event:Event):void {
trace("player ready:", Object(event).data);
player = loader.content;
player.cueVideoById( t***Path , "0" , "medium");
player.setSize(640 , 360 );
[Code]...
View 1 Replies
Sep 15, 2010
For some reason, I can get this file to play in the web browser, but I can not get it to play in my flash player.
File:
http:[url]......
The file is a file that uses cURL, to load the song from the saved url. I am thinking that it is a cURL thing, because when displayed in my google browser, the load bar doesn't load on my page, but on the link below it does display.I use other songs in the same flash player by just linking to a different id number and those songs play fine in the player. Why does this song do this, and others don't?
File on the web: http:[url].....
View 0 Replies
Nov 17, 2010
I have a swf that runs in flash player but if i load the swf into anotherit says I have a null variable and fails. It fails if I run in a browser too. I have debugged to the nth degree and cant find any errors as its not showing any cos it runs perfectly. If i add a pre loader component it fails to run...but again perfect even across a network if i run it in flash player
View 1 Replies
Apr 3, 2010
I've just noticed this problem a few days ago while working on this project [URL]
The hand button is flickering like crazy when the mouse is over the buttons and some times event the browser dose the same thing
View 1 Replies
Jul 23, 2002
anyone knows about closing flash player using action script ? i really want to get the information immediatelly. [URL]
View 6 Replies
Oct 31, 2010
My project works fine in the flash player. However when I upload it online and try to play it in the browser it becomes slow to the point of crashing. It seems to work on chrome, it super slow on IE, and it completely crashes Firefox. It is difficult to debug since it takes a while for me to repetitively upload to the server. What would cause this kind of slow down? Could it be that I have a large number of embedded files using Flashpunk?
View 2 Replies
Oct 28, 2002
just wonderign whast's the preferred/easier method:1 add the player detection code into flash2 use html editor (like dreamweaver) to insert some javascript on the webpage
View 4 Replies
Apr 17, 2009
The Flash site I'm working on is causing Flash player to crash, both inside the browser (taking Firefox down with it) and inside the Flash IDE (taking Flash CS4 down with it) --this is regarding Flash Player 10,0,22,87 (debug version)
The exact point of crash varies considerably and no Flash errors appear, so I can't pinpoint the problem to any particular code. I thought there must be a nasty memory leak somewhere, but since I've started monitoring that (via System.totalMemory) that doesn't appear to be the problem. I thought maybe using hardware acceleration might be the cause, but turning it off hasn't made a difference. I'm using PaperVision3D Great White. Not using full screen--at least not YET. I'm streaming some video, streaming some audio... I don't know what's left.
View 8 Replies
Jun 9, 2010
I am working on a project that is not going on the web, but CDs. I'm trying to have a swf load in a new flash player window when a button is clicked. I've searched the web, but seem to only find how to open a new browser window.
View 8 Replies
Jun 24, 2010
I'm into LMS courses, and use a lot until today the combination of flv's for characters and loadSound for make them talk. Until today because after this week I've update my flash to 10.1 and boom, all my courses now are crashing in any browser that have the update. I already noted that the problem is the netStream. Here's my current Actions just to quote, I've been using this since version 9 of the flash player with no problems:
[Code]...
View 3 Replies
Mar 11, 2011
I'm trying to communicate my SWF file with PHP using Zend_Amf. I compile the flash side using Flex SDK 4.Whenever I try to run the swf using the stand alone player (the projector), I always get a NetConnection.Call.BadVersion event. However, when running exactly the same file thorught the player of the browser (even not thoguht a server, just using the file:// kind of address), everything works OK, so I know my code is not completely wrong. However, I added the folder where my swf file is to the global trusted folder; and actually made sure that Security.sandboxType returns "localTrusted".
View 1 Replies
Nov 16, 2011
I have a multi SWF movie that uses AS2 and is behaving differently in different browsers.The basic scenario is this . There is a root movie that acts as a control panel for user input. 1. It loads then parses some xml to determine how the interface should look (what images, radio buttons, etc. to display) 2. Then it loads and positions items on the stage ( rbs, thumbnails) 3. It loads child swfs
When the issue occurs step 2 is only partially completed and step 3 doesn't occur. No message about script error appears.
[Code]...
View 5 Replies
Apr 22, 2010
I've got an old flex builder 3 project that I imported into Flash Builder 4, and I want this project to run its web applications in my web browser. However, the apps persistently run in the Flash Player instead. This is causing no end of problems because of the flash player bug documented at [URL]..
View 2 Replies