49
votes
6answers
69k views

How to embed fonts in HTML?

I'm trying to figure out a decent solution (especially from the SEO side) for embedding fonts in web pages. So far I have seen the W3C solution, which doesn't even work on Firefox, and this pretty ...
46
votes
13answers
44k views

Cross Browser Flash Detection in Javascript

Does anyone have an example of script that can work reliably well across IE/Firefox to detect if the browser is capable of displaying embedded flash content. I say reliably because I know its not ...
41
votes
7answers
52k views

How can I detect if Flash is installed and if not, display a hidden div that informs the user?

How can I use javascript/jQuery/etc to detect if Flash is installed and if it isn't, display a div that contains information informing the user that they need to install flash?
30
votes
2answers
30k views

Best way to determine user's locale within browser

I have a website (Flash) localized into a dozen of languages and I want to auto-define a default value depending on the user's browser settings in order to minimize the steps to access the content. ...
3
votes
2answers
2k views

Div Z-Index issue with Flash movie

I have two simple HTML divs one contains flash movie and another div contains simple text now my problem is that i have to put textual div onto the flash movie div what i am doing is setting the ...
26
votes
2answers
10k views

Do websockets allow for p2p (browser to browser) communication?

To clarify when I ask about browser to browser communication I mean without a server in between forwarding message. I would like to implement something like this for a game. If p2p in websockets ...
11
votes
9answers
14k views

What is the best multiple file JavaScript / Flash file uploader?

Specifically, I'm looking for a client-side, JavaScript and / or Flash based multiple file uploader. The closest thing I've found is FancyUpload. Anyone have experience with it? If not, what else ...
55
votes
8answers
14k views

HTML5 Local Storage fallback solutions

I'm looking for javascript libraries and code that can simulate localStorage on browsers that do not have native support. Basically, I'd like to code my site using localStorage to store data and know ...
10
votes
2answers
10k views

How to detect when a youtube video finishes playing?

I am working on a site that has a ton of embedded youtube videos, the client wants to show a popup whenever a video stops splaying. I looked at the youtube api and there seems to be a way to detect ...
3
votes
5answers
14k views

object, param, jquery

<object width="438" height="280" id="pano" > <param value="url_flash" name="movie" /> <param value="false" name="menu"/> <param value="high" name="quality"/> ...
12
votes
3answers
6k views

Embeddable WYSIWYG equation editor

do you know of a WYSIWYG equation editor, like DragMath, implemented in javascript/mathml or Flash? I could embed DragMath as well, but I was wondering if there's a way to have a good WYSIWYG ...
6
votes
4answers
19k views

Resize an SWF when loading it with SWFObject

I'm loading an SWF movie into an HTML page using SWFObject. I want to resize this SWF dynamically. How can SWFObject help? I'm sure I don't have to write my own solution.
5
votes
3answers
4k views

Trigger flash button object via javascript

Is it possible to trigger for example flash uploading button via javascript? For example I have made empty image wrappers and by clicking on them, they trigger flash button to open as select window. ...
2
votes
4answers
3k views

Problem with Flash ExternalInterface on Google App Engine

I've been struggling with this for the past couple hours now and I really don't know what could be wrong. I'm simply trying to get Javascript to communicate text with Flash. I found this great example ...
8
votes
5answers
17k views

Object Focus problem with Safari and Chrome browsers

I have the following javascript being called to request a focus when page is loaded. This code works 100% OK with Firefox and IE7, but Chrome and Safari do not seem to move the focus at all. How to ...

1 2 3 4 5 17
15 30 50 per page