Javascript :: Embeddable WYSIWYG Equation Editor

Sep 15, 2011

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 formula editor without requiring the users to run a Java applet.

View 2 Replies


Similar Posts:


Javascript :: Photoshop-like - Embeddable Web Based Image Editor?

Dec 7, 2009

[URL] The above wasn't really the answer that I was looking for. I'm looking for an online image editor which I can embed into my pages, so users can edit images and submit them. I'm fine with it being Flash or Canvas/JS, no Silverlight or Java . Should have these features, or close to: File upload for image or remote url fetch Layer-based like Photoshop Magic Wand/Pen/Pencil/Brush/etc Text editing Cropping tool

View 4 Replies

Flex :: Good (wysiwyg) HTML Editor In It?

Oct 1, 2010

Anyone knows a good (wysiwyg) HTML editor in Flex?

View 1 Replies

ActionScript 2.0 :: WYSIWYG Editor That Uses Deprecated Tags?

Apr 7, 2010

Since AS2 supports only the old deprecated tags for HTML, I'm looking for a WYSIWYG editor (javascript) that will work with these and not the "style" attribute.

View 0 Replies

ActionScript 3.0 :: Convert Flash WYSIWYG Text Editor From <font> Tags To CSS?

Sep 5, 2011

I have WYSIWYG text editor for flash. Works great. Allows me to edit text, save it as a text file and then load it either back into flash or alternatively into HTML. Problem is that Flash uses the <font> tag which is deprecated in HTML4 and will be removed in HTML5 due to CSS. So given that flash can use CSS I wonder:Is there a way to build a WYSIWYG text editor in Flash that uses CSS ?Has anyone heard of this being done? or even done it them selves I'm after any information at all even if it's just a reason why it won't work or assurance that it will.

View 5 Replies

WYSIWYG Text Editor For Hyper-links / Text Formatting That Exports To Swf?

Jun 12, 2009

Anyone know of a good program such as:WYSIWYG text editor for hyperlinks and text formatting that exports to swf.

View 2 Replies

ActionScript 2.0 :: WYSIWYG Html Editor Using Only Html Tags Supported By Textfield?

Feb 4, 2009

I am looking for a very basic html editor (similar to the one being used in this forum to make entries - only more basic)...which ONLY uses html tags supported by the AS2 textfield....

View 1 Replies

Flash :: Javascript - Make An Audio File And Player Embeddable?

Feb 20, 2012

I've got a flash player (using JWPlayer) that plays an audio file. The file plays fine. How do I provide the embed code for end-users to copy, so they can post the player and play the audio file on their own site directly? Should I be using HTML <pre> tags somewhere? Or JavaScript to generate the embed code / link?

[Code]...

View 1 Replies

Javascript :: Image Editor Component In Flex?

Sep 12, 2009

I'm looking for a simple Flex or JavaScript based image editing component which can be embedded in a web application. It shouldn't be a web service but rather a component that I can download and customize (i18n etc.).I only need some basic features: most important is cropping, optional features would be rotating and adjusting brightness/contrast

View 4 Replies

Javascript :: Self-hosted Online Photo Editor?

Dec 6, 2009

I am looking for an online photo editor like url...) or picnik.com/info/api (Flash) but I need one that I can host on my own server.. been searching for a while but no results..I also love the idea behind url... but its so expensive.

View 4 Replies

Javascript :: Browser Side Code Editor Component?

May 5, 2010

do you know any browser-side component, in HTML/Javascript, Flash, Applet or Silverlight, that would allow source code edition with syntax highlighting and auto-completion.

CodeMirror has a good syntax highlighting support but does not seem to support auto-completion.If no such editor exists do you know any way to implement auto-completion using HTML and javascript or any other browser-side technology ?

View 1 Replies

Javascript :: Implementing A Client-side Image Editor

Aug 13, 2010

We want a web app that allows a user to edit images on the browser and we're trying to decide which technology to use. We want to support simple image customization, such as high-quality resizing, cropping, image merging, and color transformations, as well as the addition of text elements with different fonts and colors.

The current options are: Flash: no worries about cross-browser compatibility; could use same image library on client and server; no iPhone/iPad support. Java (compiled to javascript with GWT): need to find a good image library in pure Java so it can be compiled to JS. Plain old javascript + HTML5: may be a mess due to multiple browsers; may need to write image editing code from scratch. Here's what's most important to us / criteria for choosing:

Image consistency: the image that the client edits on the browser must be exactly the same as the one we'll eventually use on the backend. We can achieve this by (a) having the same library both on the client and server to process images, (b) having the client generate the image and upload it to the server, or (c) use two different image processing libraries on the client/server and hope for the best in terms of consistency.

Option (a) seems best, but it would only be possible if we use Flash or Java/GWT. We don't like option (b) because the images are large; we'd rather save a sequence of operations to perform on a raw image than saving multiple transformed images. And we don't really know if option (c) is safe or not. Scalability: We prefer the client to do as much work as possible to decrease server load. Image quality must be kept high
Cross-platform: We'd like to support as many platforms as possible without rewriting everything (big negative for Flash due to iPhone/iPads).

View 3 Replies

Javascript :: Embedded A HTML-enabled Editor On Top Of Flex Web Application?

May 11, 2010

How do I embedded a HTML-enabled javascript editor on top of Flex web application? FCKEditor is not free but any free editor with basic toolbar will do?

View 1 Replies

Javascript :: Flex Graphic Editor / Samples Open Source Projects

Feb 2, 2012

I need to create an application, the main срфддутпу will be to work with graphics. The application will contain the basic operations with geometric shapes and creating your own shapes.When creating, I would like to rely on ready-made examples of graphic editors. To do this, I'm looking for examples of open source projects.

View 1 Replies

ActionScript 2.0 :: Create A Flash Xml Editor Based On Senocular's News Editor?

Oct 5, 2006

I'm trying to create a flash xml editor based on senocular's news editor but I am having some trouble getting the xml file to load. My xml file is structured as below[code]...

View 2 Replies

ActionScript 3.0 :: Call Getters And Setters From The Editor Without Using Static On The Editor?

Jan 13, 2011

my main class is Editor my sub class is a CustomTextField i need my Editor to keep track of what the active CustomTextField is, since there can be more than one. i want to have a variable, activeTextField:String to keep track of the active CustomTextField. i created getters and setters on editor to keep track of activeTextField. how do i call these getters and setters from the editor w/out using static getters and setters on the editor? this has to be confusing to read because i am utterly confused writing it...

View 1 Replies

ActionScript 2.0 :: Using External Editor - Why Better Than The Native Editor In Flash

Apr 24, 2007

Does anyone have any experience using external actionscript editors? I've given a brief look at SE|PY, but not sure why it's any better than the native editor in Flash.

View 1 Replies

Jquery :: Any Gui Visual Editor That Use Javascript/jquery For Creating Animations Like Adobe Flash?

Jan 10, 2012

I am a web designer and I do like to hand code using jquery however, I think it would be much faster to use gui applications like flash to create animations especially on the fly as well as support for writing and editing source code.

View 1 Replies

Flex :: Make Embeddable Flash Content?

Jan 14, 2010

I'm developing a website with a flash object that dynamically generates its content and I want the flash object itself to be embeddable into other website like how youtube does it.

View 2 Replies

Flash :: Make Embeddable Radio Autoplay?

Sep 18, 2010

I'm embedding a flash radio player and I've changed the flashVAR to true: <param name="FlashVars" value="autoPlay=true">

Yet I've only gotten the player to autoplay in IE, but not other browsers.

mark's code from an answer:

<object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"

[Code]....

View 3 Replies

Make A WYSIWYG In Flex?

Aug 12, 2009

I have a client that wants a WYSIWYG form that behaves like MS word. It will have some section labels in it, with users expected to enter notes for each section, and it needs a place holder for a chart. The trick is that the user needs to know where page breaks are going to fall when printed. The customer agrees to fixed size paper with fixed sized margins. [code]...

View 1 Replies

ActionScript 3.0 :: Implementation Of Html WYSIWYG In Flex?

Sep 16, 2009

is there any way to build html WYSIWYG in flex like Microsoft front page? i didn't found any thing on the web like this? second question is : is there any good rich text editor that support text completion function like ( like code IDE 's )

View 1 Replies

Flash :: Get Equation From XML?

Mar 23, 2010

There's an variable in my swf I want to receive XML. It's an integer value in the form of an equation. How do I receive the XML value for 'formatcount'?

[Code]...

View 2 Replies

ActionScript 2.0 :: Chemical Equation Balancer Using It?

Aug 30, 2010

Has anybody gone through a chemical equation balancer using AS2

View 2 Replies

ActionScript 2.0 :: Find Out The Equation Make?

Mar 7, 2005

just download my project and look at the missile code. I need to find out the equation make it so that the fire that is attached in the mc moves as if it didn't inherit the missile's coordinates(i.e make it so the fire moves like it was outside the missile's mc, and doesn't move with it) I know it has something to do with the circular rotation code found in the tutorials but i just need someone to write out the code.

View 1 Replies

ActionScript 2.0 :: Turn A String Into An Equation?

Feb 28, 2005

Is there an easy way or some kind of function that can turn a string into an equation? Say I have:

var string = "4 + 5";

is there something that can get it so it will be counted as 9?

View 5 Replies

ActionScript 3.0 :: Equation For Animating A Point Around A Sphere?

Jul 25, 2011

if anyone has any info on animating a point around a "sphere" with actionscript. If anyone has an actionscript equation defining this motion

View 4 Replies

Flash :: Inputting Equation In Textfield And Processing It?

Apr 3, 2012

I would like to know if theirs a way where you can type in a text field something like "5*5".

And then on enter, the document would take the database and be able to return 25.

I am quite confused due to the fact that content that you input into a textfield must be a String and when you use the Number() converter the system gets confused.

View 2 Replies

Flash - Displaying Quadratic Equation With Format Like (4x2)

Jul 17, 2010

I want to display a Quadratic equation with format like (4x2). I want to display 2 as superscript automatically after typing x in the textbox.

View 1 Replies

Actionscript :: Format Input Text Into Equation Using It?

Aug 8, 2010

I am very new to action script, and using action script 2.0, I am having a problem getting an input textbox to read in mathematical formulas. To enter 5x^2, the key sequence to be used is {5}{x}{2}. i.e., the characters must be formatted as it is being typed.

Ultimately, I want to enter equations like 5x^2-4x-2.

The textbox should not allow non-numerical characters other than x.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved