Tagged Questions

66
votes
28answers
4k views

What is so evil about a Flash based website?

I have the feeling that Flash-based ( or Silverlight-based) websites are generally frowned upon, except when you are creating games or multimedia-content rich applications. Why this is so?
29
votes
6answers
42k 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 see the W3C solution, which doesn't even work on Firefox, and this pretty cool ...
19
votes
5answers
13k views

Web XML Editor - with XML syntax highlighting

I am trying to find a web-based XML Editor with at least syntax highlighting. Something simple in Javascript or Flash would be nice. The more lightweight, the better it would be.
16
votes
6answers
1k views

Adding unobtrusive progress bar to old-school file uploads

You all know the new generation of fancy, mostly Flash-based file uploaders like SWFUpload that can show a progress bar while uploading - a great improvement especially for shaky and low-bandwidth ...
13
votes
3answers
12k 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. ...
11
votes
5answers
6k views

Flash on top of jQuery dialog

I know many have asked this question, but I think my situation is a little bit different. I have a site where I have some ads which is Flash hidden in a because of xhtml/html compatibility issues. ...
10
votes
5answers
2k views

Which browsers support the <embed> and <object> tags?

I am working on a department website that needs to be standards compliant (xhtml 1.0 transitional), but embedded flash keeps breaking the validation. We use the <embed> tag because we need to ...
10
votes
4answers
20k views

Providing alternative images if Adobe Flash isn't available

Are there any ways providing an alternate GIF/PNG image, in case the user has no Adobe Flash installed and/or deactivated. I’ve found recommendations, like the following from W3C, which determine via ...
9
votes
6answers
4k views

Flash steals browser focus

I have a flash app in my page, and when a user interacts with the flash app, the browser/html/javascript stops receiving keyboard input. For example, in Firefox control-t no longer opens a new tab. ...
8
votes
3answers
349 views

When does a browser initialize flash?

I am working on optimizing a page that has Flash on it. I am using optimization practices like moving Javascript to the bottom to not block. Removing inline scripts. And minimizing HTTP requests with ...
8
votes
20answers
2k views

Are browser based online games possible?

I'm not talking about BB-type text based but rich rpgs with spriting, etc. With the current advancements in javascript for rich browser interfaces, would it be possible to create semi-massive ...
8
votes
7answers
6k views

Is there some way to show HTML content inside Flash?

I want to show HTML content inside FLASH. Is there some way to do this? I am talking about full blown HTML (with JavaScript if possible)
7
votes
3answers
2k views

jQuery plugins for HTML5 video playback?

I'm looking for a good jQuery plugin that allows HTML5 video playback, with graceful fallback to Flash (and potentially further, to default system player, etc). I've googled, but nothing I've found ...
7
votes
9answers
790 views

Flash based cropper like this, but with source or customizable?

I am looking for a Flash based image uploader with resize and possibly rotate function. I have checked many possibilities, and the very best in simplicity and unser experience I found is Kroppr at a ...
7
votes
7answers
3k views

Flash vs. (Ex)Canvas vs. SVG/VML

If you were to design a graphics-heavy interactive web application (say a game like Mario Bros.) today, which of the three available technologies would you prefer - Flash, (Ex)Canvas or SVG/VML? What ...
7
votes
5answers
5k views

How do I place HTML content above a Flash movie?

A site I'm working on has Flash headers (using swfobject to embed them). Now I'm required to code in a bit of HTML that's supposed to overlap the Flash movie. I've tried setting z-index on the Flash ...
6
votes
5answers
1k views

Uploadify ruins file upload when no flash in browser

I have an HTML form with a file upload element, which is based on Uploadify. Unfortunately, if the browser doesn't have flash installed/enabled (I tested on Chrome and Safari), then the file upload ...
6
votes
2answers
297 views

How does youtube's report bug tool takes a screenshot of you screen?

If you go on the bottom of the page there's a "Report bug" link. They let you highlight parts of the screen and sent it along with the bug description. Any idea of how this could be implemented?
6
votes
2answers
127 views

Looking for resources to explain a security risk

I've a developer which has given users the ability to download a zip archive which contains an html document which references a relative javascript file and flash document. The flash document accepts ...
6
votes
5answers
363 views

Is there anyway to turn off the url “cliking” sound in IE using html, javascript, or flash?

I have a flash application written in action script 2, and at one point it makes multiple back-to-back JavaScript requests using getUrl(). They have to be done as separate requests because IE had a ...
6
votes
4answers
6k views

Best way to embed flash in html

It exists too many method for embedding flash in html, which way is the best? Requirements are: Cross-browser support Support for alternative content (if flash is not supported by the browser) ...
6
votes
8answers
17k views

Display HTML in an Actionscript 3 project

Folks, I am pulling all my Flash (pure AS3 project, not Flash CS3) content from a Drupal back-end for SEO purposes. This works great, except the HTML rendering built into the TextField object leaves ...
5
votes
3answers
374 views

GPU accelerated math in the browser

I'm starting a project for browsers which requires some complex data processing. The algorithm I'm using is 50-100x faster when accelerated with GPU. I could use JavaScript, Flash or other ...
5
votes
2answers
302 views

Event not bubbling in some Browsers when clicked on Flash

Environment: Windows 7, Internet Explorer 8, Flash ActiveX 10.1.53.64, wmode=transparent Just wrote a small test page that you can load in IE and Firefox or any other Browser. <!DOCTYPE html ...
5
votes
2answers
1k views

Flash movies in inactive browser tabs pause or don't execute in real time

I'm noticing some unexpected behavior. Some time in the last few months, a change in either Firefox, the Flash player, or both, has made it so that Flash movies that are in inactive browser tabs no ...
5
votes
2answers
610 views

Handling file uploads with JavaScript and Google Gears, is there a better solution?

So - I've been using this method of file uploading for a bit, but it seems that Google Gears has poor support for the newer browsers that implement the HTML5 specs. I've heard the word deprecated ...
5
votes
3answers
2k views

Add a Link Around an Embedded Flash File

I want to make it so that when I click anywhere on the embedded Flash element, it takes me to a destination URL. Here is my current code, which does not produce the desired effect: <div ...
5
votes
3answers
478 views

What optimizations does a browser perform when a DOM element is being rendered off screen?

I control an iframe being rendered on another domain. Is there a clear way of telling whether this iframe is being rendered above or below the fold on the parent page? Obviously, I can't access the ...
5
votes
3answers
3k views

How to know the dimension of swf file without Flash?

I've a swf file and i want to embed this file into HTML page but i don't know the exact dimension of swf . Windows XP file properties doesn't show the dimension and I don't have Adobe Flash software. ...
4
votes
3answers
296 views

PHP to jquery dialog() interaction issues.

I have an html button: <button id="monitor" onclick="startMonitor('<?php echo $result_cameras[$i]["camera_hash"]; ?>', '<?php echo $result_cameras[$i]["camera_name"]; ?>', '<?php ...
4
votes
1answer
62 views

What Colour Format/Encoding are these Flash colour values in

I am parsing colour codes that I get from a Flex(Flash ActionScript) application, then creating HTML div elements with that same colour. My Problem: The colours are all only 8 digits long. So they ...
4
votes
7answers
1k views

Can you layer pictures on top of each other on a webpage?

I want to build a website that is a "dress up" game where you can click on different accessories and they will layer on top of each other. Because it's a little difficult to describe, I found these ...
4
votes
1answer
481 views

How to bring a div in front of a fullscreen flash

Is it possible to bring a div in front of a flash movie that is in full screen? How can I do this if it's possible? I want to make a little box in my site and put some links in it and position it on ...
4
votes
3answers
177 views

Is there a library for converting Flash / Flex AS3 TextLayoutFormat data to HTML and CSS?

I have the job of recreating a flex app in HTML and CSS. The existing app makes considerable use of TextFlow to layout content. For several reasons I need to be quite accurate (within a few pixels) ...
4
votes
5answers
259 views

Advice for switching from Flash to <canvas>

I've done a lot of Flash development and have been meaning to try out canvas for a while, but after browsing through some tutorials, I can't understand how this is supposed to replace Flash. Perhaps ...
4
votes
2answers
202 views

Live Audio Streaming to a browser methods, must be very simple

I'm recording a mono audio stream using a PIC at 8-bit 8Khz and streaming it raw to another microprocessor that houses a web server. I'm currently buffering the data and turning it into a wav file ...
4
votes
1answer
816 views

How does a YouTube movie downloader work? - YouTube

I'm wordering how apps such as Video DownloadHelper work. Any ideas?
4
votes
6answers
533 views

How to make people to see each other on the website through web camera?

I want to run a website where people could see each other through web camera. I can't find anything in google, so, can you give me any suggestions or link to tutorial? Thanks
4
votes
1answer
929 views

how to solve zindex issue with flash

In a webpage I need to show a div layer over the flash banner which is not using wmode=transparent setting. How to solve it?
4
votes
7answers
23k views

make link on SWF File to another HTML

I am having a problem with SWF File. I have a SWF File on my HTML page and i need to link it to another HTML i used but the anchor is not working. Any one can help me. How to link a SWF file. ...
4
votes
5answers
2k views

What's the most bullet-proof way to upload large files in a web app?

We have to accept large file uploads (video content) and want to do that in a way that works well across all standards-compliant browsers and plug-ins. Our current setup looks like this: SWFUpload ...
3
votes
2answers
56 views

html5 video flash fallback advice

I am using the html5 video tag and was wondering if you could help answer the following question. When including the different file formats .mp4, .ogg etc do I also have to include a .flv as the flash ...
3
votes
2answers
91 views

In their new layout, How does youtube keep the flash video playing when you go to a users profile page from the video page?

In the cosmicpanda update for youtube, you can go from a video page to the video creators profile page while your video is still playing in flash. Does anyone how Youtube accomplishes this? I would ...
3
votes
2answers
89 views

A ex-Flash developer's take on HTML-based web apps - do DIVs == movieclips?

I'm a long-time Flash developer who's recently decided to dive into HTML-based web apps, since, in my opinion, HTML5 provides a really compelling alternative to Flash. (Not in every case - each ...
3
votes
3answers
106 views

Extract the contents of a div using Flash AS3

I have a SFW embedded in a PHP page. There is also a div on the page with id="target". I want to access the content of that div (ie: the characters inside it) and hold them as a String variable in ...
3
votes
1answer
134 views

How to create Ajax based multiple file selector uploader?

Hello Guys! I want to create a site with a multiple file uploading through a singe button. And as I'm very new to the world of Web-Based Scripts, can anyone provide me a link to get my answer? ...
3
votes
2answers
154 views

Embed a browser window within a Flash movie

My question of the day is: in the same way a UIWebView on XCode behaves, is it possible to embed a website or browser window in an Adobe Flash movie? Like an iframe, but within Flash itself. Is this ...
3
votes
2answers
183 views

Suppressing the Tool Information in Adobe

I've been searching for a way to prevent the download of a PDF and I finally found one in HTML5. The code is really simple and is <embed src="filename.pdf#toolbar=0&navpanes=0&scrollbar=0" ...
3
votes
3answers
321 views

How to read an HTML cookie in Flash?

I'm hoping to get pointed in the right direction here. The problem I'm having is trying to figure out how to read an HTML created cookie in Flash. I have a video player that should autoplay once in a ...
3
votes
2answers
599 views

How to play a background audio across multiple HTML pages.?

Is there a solution to have the background audio/music play across multiple page on a website, WITHOUT restarting on every page load. The website currently uses a frameset, but I'm looking for an ...

1 2 3 4 5 16