Click here to Skip to main content
15,888,527 members
Home / Discussions / JavaScript
   

JavaScript

 
GeneralRe: Java Script Question Pin
dusty_dex13-Mar-13 5:08
dusty_dex13-Mar-13 5:08 
GeneralRe: Java Script Question Pin
Hakan Bulut13-Mar-13 6:52
Hakan Bulut13-Mar-13 6:52 
GeneralRe: Java Script Question Pin
dusty_dex13-Mar-13 7:33
dusty_dex13-Mar-13 7:33 
AnswerRe: Java Script Question Pin
Marco Bertschi14-Mar-13 5:47
protectorMarco Bertschi14-Mar-13 5:47 
GeneralRe: Java Script Question Pin
Hakan Bulut15-Mar-13 0:02
Hakan Bulut15-Mar-13 0:02 
GeneralRe: Java Script Question Pin
Marco Bertschi15-Mar-13 0:17
protectorMarco Bertschi15-Mar-13 0:17 
QuestionJavaScript Based Radio Player Pin
ASPnoob4-Mar-13 19:08
ASPnoob4-Mar-13 19:08 
AnswerRe: JavaScript Based Radio Player Pin
jkirkerx5-Mar-13 13:44
professionaljkirkerx5-Mar-13 13:44 
To the best of my knowledge and in my opinion

Flash is a very mature and stable platform, although others or perhaps now the majority of people will say that's it's a memory and CPU hog, a security risk, etc.

But I write Flash AS3 code, and have created many different applications with it, such as my own You Tube style movie player.

Flash AS3 is pretty neat because it handles movie and audio streams very well, and can buffer streams from a stream server, while showing the progress.

Now take You Tube, they had to write a iphone app and a android app to play there movies on mobile devices, to replace the flash movie player

Since JavaScript runs in the DOM of a browser, I seriously doubt that you can stream audio with it, and buffer the stream if needed, because of the JavaScript architectural. JavaScript runs when a function is called for it, and just completes. It's sort of linear in design. It doesn't wait for events in motion to occur.

Now take a windows application, windows has a message pump, and the pump constantly runs, waiting for messages, and then processes them. Well flash does that as well, but JavaScript doesn't. JavaScript doesn't have the pump mechanism, that goes round and round waiting for events to occur.

I have no alternatives to offer, but you could of just Googled your question.
AnswerRe: JavaScript Based Radio Player Pin
twseitex8-Mar-13 8:55
twseitex8-Mar-13 8:55 
Questionhow to get currently running application names using JAVA Script Pin
ajitdstar4u4-Mar-13 0:30
ajitdstar4u4-Mar-13 0:30 
AnswerRe: how to get currently running application names using JAVA Script PinPopular
Richard MacCutchan4-Mar-13 1:21
mveRichard MacCutchan4-Mar-13 1:21 
AnswerRe: how to get currently running application names using JAVA Script Pin
jkirkerx4-Mar-13 12:54
professionaljkirkerx4-Mar-13 12:54 
AnswerRe: how to get currently running application names using JAVA Script Pin
twseitex8-Mar-13 8:57
twseitex8-Mar-13 8:57 
Questionloader in js Pin
saibansal3-Mar-13 22:24
saibansal3-Mar-13 22:24 
AnswerRe: loader in js Pin
Joezer BH4-Mar-13 1:28
professionalJoezer BH4-Mar-13 1:28 
GeneralRe: loader in js Pin
saibansal4-Mar-13 18:01
saibansal4-Mar-13 18:01 
AnswerRe: loader in js Pin
Hakan Bulut12-Mar-13 0:29
Hakan Bulut12-Mar-13 0:29 
QuestionLooking for a candian that has regex down for canadian postal codes Pin
jkirkerx3-Mar-13 12:54
professionaljkirkerx3-Mar-13 12:54 
AnswerRe: Looking for a candian that has regex down for canadian postal codes Pin
Peter_in_27803-Mar-13 13:26
professionalPeter_in_27803-Mar-13 13:26 
GeneralRe: Looking for a candian that has regex down for canadian postal codes Pin
jkirkerx3-Mar-13 13:44
professionaljkirkerx3-Mar-13 13:44 
QuestionGetting child json elements Pin
jkirkerx3-Mar-13 9:09
professionaljkirkerx3-Mar-13 9:09 
AnswerRe: Getting child json elements Pin
Graham Breach3-Mar-13 10:01
Graham Breach3-Mar-13 10:01 
GeneralRe: Getting child json elements Pin
Garth J Lancaster3-Mar-13 10:26
professionalGarth J Lancaster3-Mar-13 10:26 
GeneralRe: Getting child json elements Pin
jkirkerx3-Mar-13 10:50
professionaljkirkerx3-Mar-13 10:50 
GeneralRe: Getting child json elements [solved] Pin
jkirkerx3-Mar-13 10:48
professionaljkirkerx3-Mar-13 10:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.