Tagged Questions

9
votes
2answers
701 views

Free Open Source In-browser image editors

I'm looking for a in-browser image editing solution to integrate with my project: http://code.google.com/p/django-ray/ I got it working with Pixlr quite easily and the editor is fantastic .. however ...
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 ...
6
votes
2answers
664 views

Simple Multiplayer game in Ruby on Rails?

I have created a simple card game in Ruby on Rails+ajax with jQuery for animation. It's working Ok, and I wanted to develop a multiplayer version. It looks like it's not so simple as i thought. I ...
5
votes
2answers
481 views

Delphi 6: Can native Delphi do smooth graphics like Flash?

I have a native Delphi TFrame that emulates Roy Tanck's Cumulus Tag Cloud viewer, a WordPress Flash plug-in. What that plug-in does is create a 3D sphere of words that spin around on the surface of a ...
5
votes
5answers
488 views

Saving a picture from a browser canvas

I'm currently developing a website in ASP .NET MVC and I require functionality for a user to be able to draw a picture on a canvas which can be saved in a database. What is the best method for doing ...
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
5answers
931 views

Upload image thumbnail to server, without uploading whole image

As far as I know, what I ask here isn't possible, but I thought I'd ask anyway in case I'm missing something. Suppose you want to let users upload JPG images, and these images are scaled into smaller ...
3
votes
1answer
185 views

SVG/Canvas vs Flash for FloorPlanner app

I'm planning to create a floor planner app that allows users to draw, resize, move and rotate objects with the mouse. I was just wondering if it would be better to use Flash or Javascript. If using ...
3
votes
6answers
915 views

Why is creating content with HTML5 Canvas much more complicated than authoring with Flash?

I've been doing Flash for couple of months and I love it. I can easily use a rectangle tool to draw a rectangle and do shape/motion tweening within seconds. Lots of people are talking about HTML5 vs ...
3
votes
1answer
608 views

Equivalent of Flash's BitmapData.hitTest() in HTML5 JavaScript

I would like to know if there is existing equivalent methods in JavaScript (for HTML5 supported browsers) that can evaluate a bitmap-on-bitmap hitTest like Flash does. Also, how could a "blur-filter" ...
3
votes
3answers
244 views

Tools for HTML 5

Everyone keeps saying flash is dead, silverlight is dead, and the future is HTML 5. Most technical people I've talked to seem feel that this is a generally accepted fact. Just a matter of when the ...
2
votes
2answers
124 views

Processing.js blot onto entire webpage?

My friend has a Flash script that draws Pacman on top of his homepage. The bug is that the flash animation doesn't let him click on his page. I'm trying to convince him to use Processing.js instead, ...
2
votes
2answers
452 views

What's the best way to capture a signature online?

I'm building a website application in PHP that requires a signature from the end user. For this part of the website it will be exclusively viewed on Windows based tablets. So, my question is this: ...
2
votes
4answers
1k views

Photoshop-like, embeddable web based image editor?

http://stackoverflow.com/questions/1841112/online-image-editor-ajax-or-flex-flash The above wasn't really the answer that I was looking for. I'm looking for an online image editor which I ...
1
vote
4answers
49 views

Technologies for building simple web-based games?

I want to make some really simple board games that be played in your browser. AFAIK, there are really only two technologies capable of doing this: HTML5 Canvas, and Flash. I think Flash is on it's way ...
1
vote
1answer
26 views

Is it encouraged, or even beneficial to use Flash/HTML Canvas optimization when drawing shapes

I am starting to get a grasp of the HTML canvas and I wanted to know if it is encouraged to use optimization techniques. In games for example, is it encouraged to use bounding boxes and only redraw ...
1
vote
5answers
342 views

Is Flash becoming a dying web technology? (long-term) [closed]

I'd like to see what your thoughts are regarding Flash and it's purpose in the future. We all know what some of the pros and cons are for using Flash but with HTML5 growing rapidly, I can see Flash ...
1
vote
2answers
1k views

View Google Sketchup (.skp) files on the web (Rehash)

Can anyone point me to any libraries or products that will allow me to pass a Google Sketchup SKP file in and as a result view the 3D model on a website in either Silverlight, Flash or HTML Canvas? I ...
1
vote
2answers
211 views

Advice for a new JavaScript developer moving from Flash / ActionScript 3?

I have been moving over to JavaScript (esp. canvas) from Flash / Flex / ActionScript 3 (JavaScript is a more open platform), and I was wondering if anyone has any advice on differences between the two ...
1
vote
3answers
750 views

HTML Canvas element implemented in Flash?

Can the HTML 5 Canvas element be implemented in Flash to provide support for that element in older browsers? ExplorerCanvas can be included on a web page to allow emulation of Canvas in IE using VML. ...
0
votes
2answers
70 views

Solutions for dynamic video content injection

I'm not sure that's the right plattform asking this question. I'm searching a solution for dynamic video content injection in web videos. For example: Let the user define some data or objects like ...
0
votes
0answers
15 views

get FlashCavnvas working in jsp

I need to have canvas working in IE7 and this should be a way to do it(http://flashcanvas.net/docs/usage) It works fine on the flashcanvas' homepage, but when i download the example it will not work. ...
0
votes
0answers
39 views

Requests Dialog not showing nice in a canvas page hosting an Adobe Flash game

I have a canvas page hosting an Adobe flash game. On the flash we have a button that invokes a javascript function that invokes the request dialog. When embedding the flash, we set the wmode to ...
0
votes
4answers
345 views

Prezi-like web interface. Flash or HTML5?

I would like to write a web interface that resembles Prezi.com in its user experience. What would be the best technology for that purpose? Project requirements: Fast implementation (it is a demo) ...
0
votes
1answer
207 views

How to check if the page is loading inside facebook canvas and change the layout accordingly

I'm working on creating flash games site and want to make the facebook application version of it. As the site width is bigger than canvas default width I'm trying to find the way to check if the site ...
0
votes
3answers
160 views

HTML5 Canvas / Flash substitutes?

I'm looking for a good plugin for: a) rapid rendering of b) lines, shapes, and imagery on top of a c) rectangular canvas area who's size can be declared at load time. It needs to run at 20-30fps ...
0
votes
2answers
242 views

Can you export OSMF BitmapData to an HTML5 <canvas> tag?

I've been doing some digging and haven't been able to figure out an answer to my question. I'm not a Flash developer, so please excuse any misinformations I might include. Essentially, I would like ...
0
votes
1answer
142 views

Embed Javascript Module within Flex application

I have a large module written in JS which uses Canvas to draw and animate trees. This module was written for a product which is now being migrated to flex. Is there a way in flex to embed this JS ...
0
votes
1answer
177 views

Algorithm for positioning rectangular and randomly sized objects inside a non-rectangular canvas

. . Hi there, everybody. . . I have a canvas defined by many points (x,y)--it's not rectangular, but at least it will follow some almost-hexagonal shape (like a distorted hexagon, with angles that ...
0
votes
1answer
205 views

A framework for creating educational animations

Many times I found out that I need a software to create simple educational animations. In those animations I want to draw a sequence of simple animations one by one. For example, I would like to show ...
0
votes
1answer
3k views

Canvas, scrolling and special use case in Flex

I have a canvas of variable width and height with a maximum being 2K*2K This canvas current height and width vary depending on the user screen size. Usualy smaller than 2K*2K. If the user moves an ...