0
votes
JScript debugging
To make the Microsoft Script Debugger more user friendly (and to add javascript error messages that actually are helpful to IE), I highly recommend …
0
votes
Is it possible to drag and drop from/to outside a Flash applet with JavaScript?
Not possible in flash - unless you want to drag to a target inside the same flash application.
Could probably be done with a signed Java applet (but who wants to go down that road?)
…
1
vote
How Do I Detect the Adobe Acrobat Version Installed in Firefox via JavaScript
It should be possible to do this like swfobject detects flash version:
SWFObjec …
2
votes
How to catch click on flash player?
Calling a javascript function from flash can also be achieved using External …
6
votes
Simulators/emulators for mobile browser testing?
There is a good roundup of mobile browser emulators here.
Also, appea …
0
votes
How to suppress javascript errors for sites I’m not developing?
CompanionJS doesn't let you toggle debugging on a domain basis, but makes the error messages less obtrusive for cas …
0
votes
Add event in the head of the queue
addEventListener lets you add another event. Note that in IE you will have to use attachEvent.
Th …
1
vote
Dynamically loading multiple JS scripts where scripts are all described identically
Regarding (2), it's possible to run javascript in a sandbox by using an iframe, check out for instance Dean Edwards' Sandbo …
0
votes
java script & ajax video player not work in php file
There might be more errors, but you certainly need to add some quotes to the path:
playerOne = new FAVideo("divOne", "<?PHP echo $path ?>",0,0,{ autoLoad:true, autoPlay:true }); …
