Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I just wonder if there is solution for me to develop flash using javascript. I am familiar with javascript. Do not hope to learn a new language.

Welcome any comment

share|improve this question
Actionscript is pretty much like JavaScript. – bfavaretto Sep 22 '12 at 3:49

closed as not a real question by Andre, AVD, Bananeweizen, ThinkingStiff, DCoder Sep 22 '12 at 6:08

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

2 Answers

up vote 2 down vote accepted

There is this JavaScript API, but I don't think you'll be able to find a way to do everything in JS instead of AS.

http://help.adobe.com/en_US/flash/cs/extend/WS5b3ccc516d4fbf351e63e3d118a9024f3f-7fe8.html

share|improve this answer

U may try to use jquery (or any other javascript library) to do this..

something like this (demo) : http://robot.anthonycalzadilla.com/ u can start here: http://css-tricks.com/jquery-robot/

share|improve this answer
1  
To be clear, this is not flash. – Alex Wayne Sep 22 '12 at 3:52
@AlexWayne i know bro :) .. but i think he mean making "flash-like" animations using javascript. – HasanAboShally Sep 22 '12 at 3:56

Not the answer you're looking for? Browse other questions tagged or ask your own question.