HTML :: Simple Image Editing Within Browser On Page

Sep 22, 2010

I have a page that needs simple image editing within the page. It can be either in flash or Java. Are there any open source tools that you can recommend? I am looking for a flash or Java tool that can do the following:
Cropping
Resizing
Nothing else required but simple features like this will be a plus.

View 1 Replies


Similar Posts:


IDE :: Flash Html Page And Expanding Browser?

Apr 14, 2009

how can I make it so that my flash html page centers with the browser, when you expand the browser.. I have no problem with the index page, but its when going to my flash html page that I get this uneven amount of white space on the right side. For example, my index page.. when you resize the browser the page also centers itself when you expand.. but when on the flash html page you see the off-centered amount of space.

View 8 Replies

ActionScript 3.0 :: Html Page Publishing But Not Working In Browser?

Jun 18, 2010

My Flash file is working but the html will not open and play. I've never had this issue before. I brought into Dreamweaver and saved it out hoping that might make a difference but still the same.

View 16 Replies

ActionScript 2.0 :: Make A Simple Image Loop For A Home Page Of A Website

Jul 21, 2010

Im trying to make a simple Image loop for a home page of a website.

I have flash loading the images dynamically thru loadmovie

the Images load fine, but they go on top of everything else.

Is there a way to get them on a lower layer?

View 3 Replies

ActionScript 3.0 :: Load Sub-content From Another Html Or Php Page Without Browser Reload?

Apr 15, 2009

I have been trying to figure out the best way to load content into a container on an .php page which has three different .swfs already loaded - one is an mp3 player which I do not want to stop playing (this will obviously happen on a page refresh). The objective is to keep a flash menu for navigation given it's nice animation capabilities, but load page content into a container underneath. There are JavaScript files out there that work in conjunction with php (ajax) to accomplish this, but once I throw flash into the mix everything goes sideways. I know you can include js with the ExternalInterface.call function, but this only solves the js portion not the php bit.

View 1 Replies

Javascript :: Redirect To A Html Page When Site Opens In Non Flash Browser

Feb 29, 2012

How do I redirect to a html page when my flash site opens in non-flash browser?

Here is the code I am curently using

<link rel="shortcut icon" href="/77east.ico" type="image/x-icon" />
<!--[if lte IE 8]>
<script type="text/javascript">window.location = 'ebrowser.html'</script>

[Code].....

View 2 Replies

ActionScript 3.0 :: Get Only 1280px Width Of The Image To Appear On The HTML Page?

Sep 10, 2011

I can put 10000 x 20000 image in flash overlapping the stage, only part of the image which cover the stage will appear.I want to achieve similar effect in HTML.I have an image 600 x 3000 and my browser body width is like 1280px.I want only 1280px width of the image to appear on the HTML page and the rest of the image will be hidden.

View 2 Replies

ActionScript 3.0 :: Saves An Image Out And Sends Back To Html Page

Jan 31, 2011

I have a cs3 project that works fine that saves an image out and sends back to a html page.We updated the project to cs5 and now it does not redirect back to the right URL. Only differences are in the below script. I been lookingat this for days without getting any where so would like some fresh eyes to have a look to see if there is glaring issues with the code.[code]

View 1 Replies

Data Integration :: Handling Image Events In Main HTML Page

Apr 24, 2007

I have just established a menu based-image in flash in the main html page. Also I do have a second page has details on each option of the menu of the main page. I am trying to whenever I click on any option of the menu in the main page; this should take me to the specific section in the second page describing this option.

View 3 Replies

In-browser Flash Video Editing

Jul 21, 2010

We are planning to create a website which involves uploading video. The issue is this video must be edited (cropped, resized and shortened) by the uploaded. Does anyone know of a solution/set of apis, where this can be accomplished? I had a look at the YouTube apis but there are no editing or uploading methods that I could find.

View 1 Replies

ActionScript 2.0 :: External Interface Call - Each Image In The Slide When Clicked Needs To Go To A Separate Html Page?

Jun 29, 2009

I have created a small image gallery for use in a CBT Program.What I am looking to do is, each image in the slide when clicked needs to go to a separate html page.I currently have it working as far as being able to execute a single External Call to go to a HTML Page, but it is working for the entire gallery not individual pictures.I am thinking of separating the way the MC are loading into the container, then tying External Calls Specific to the individual clips.

below is the current code.
--------------
import mx.transitions.Tween;
import mx.transitions.easing.*;[code].....

View 0 Replies

ActionScript 2.0 :: Change The Image And Some Text Each Time User Selects A New Category In The Html Page

May 3, 2005

I'm using mx 2004 and php, mysql. I have flash banner in a hybrid webpage that I would like to change the image and some text each time user selects a new category in the html page. There are quite a few categories. What is the best way to do this and how would I go about doing it. is there a script sample or tutorial that I could modify?

View 4 Replies

Javascript :: Browser Side Photo Editing Library

May 25, 2010

Currently I'm searching for a free solution to simple edit some photos at the users browser. Resizing and Cropping would be mandatory. I'm not searching for an online service (for example SUMO or PIXLR which are great), because I want to include the software into a WYSIWYG Editor. JavaScript would be really nice, but it would have to work in IE 8. Pixastic is a great example, but works only in modern browsers (not IE 8 :-/) Maybe setting up some kind of image processing service with ImageMagick and communicating with it through AJAX could also be an solution? Has anyone gained some experience with such a solution?

View 2 Replies

Editing A Text In .swf By Html Or Xml?

Feb 17, 2010

I'm using a program called SWFText, which basically helps you create a flash animation to a text without knowing a "thing" about flash.And it outputs a .swf file without a .fla file. I want to use this .swf in my website, but I also want to edit the text in it according to my guests name.For instance, I created a .swf from swftext with the string "Docent" and embed it to my html code. but i don't want to display docent when josh enters to the site. I want basically delete "Docent" out and write "josh" instead.

View 14 Replies

IDE :: Editing HTML - How To Add Meta Tags

Mar 4, 2009

I designed my friends site entirely in Flash, but now want to add things like meta tags. I've done extensive searching and found the best (or only) way to do this is to open my index.html page in dreamweaver or textedit and add them there. Sounds easy enough but when I open my html page to look at the code I get this error:
// Provide alternate content for browsers that do not support scripting
// or for those that have scripting disabled. Alternate HTML content should be placed here. This content requires the Adobe Flash Player. Get Flash.
I have Flash Player installed.

View 1 Replies

ActionScript 2.0 :: Editing Dynamic Text With HTML?

Jul 21, 2004

Code:
myVari="Top line<BR><BR>Bottom line";

works fine for me.

But

Code:
myVari="<FONT SIZE=4>Top line<BR><BR>Bottom line</FONT>";

does not work for me.

What is the correct way to use the the font size tag?

View 3 Replies

ActionScript 2.0 :: Editing A .txt Or HTML File In Flash?

Jan 25, 2007

I wanted to make this flash thing for my site where visitors can edit a message. Then, it would save to the text file it editing, and it would display it.I know how to display it

View 3 Replies

ActionScript 2.0 :: Create A Popup Which Opens A "template" Html Page With An Image Placeholder?

May 24, 2004

I'm looking to create a popup which opens a "template" html page with an image placeholder. This way you should be able to send a variable from the swf and open up the same html page each time but the image would change as you change the variable from the flash button.

Basically I have flash page containing various thumbnails and when clicked, each one will open a larger version, but I dont want to make a html page for each one so rather 'send' the filename to the html page if this is possible?

[URL]

I was given this:

<html>
<head>
<title>Image viewer</title>
<script>
function loader(){

[code]....

I just basically want the swf file to decide which jpeg is to be loaded into the popup.html.

View 2 Replies

Flash File Editing Image?

Dec 14, 2009

edit one aspect of a flash intro? I just need to add an image where some text is and cannot figure it out....

View 1 Replies

ActionScript 3.0 :: Editing Polaroid Image Viewer?

Dec 8, 2011

I'm currently making a polaroid image viewer working off of this tutorial: [URL] It's my first time working in Flash, so I'm kind-of on the verge of a mental breakdown. Anyways, to my own surprise I've actually gotten it to work and look great. My issue? I'm making the overall project larger and with more images (800 x 600 with seven images). Anyways, when I publish preview the flash document it shows up 800 x 600 but all of the polaroids are squished together as though it's still 600 x 600. Is there a way that I can space them out a bit? Or, even better, is there a way that I can have each of the polaroids sit in a specific spot on the flash document?

View 3 Replies

Flex :: Libraries That Support Image Editing?

Mar 8, 2011

I'm looking for something that will support image rotation, multiple image layers, cropping, etc., and allow the client to customize which features are to be shown.

View 1 Replies

ActionScript 2.0 :: PHP Image Upload With Flash Editing?

Dec 15, 2009

I have been asked to create a photo canvas website that allows users to upload an image, then apply several effects such as re-sizing/cropping/desaturate, then viewing the updated image on a generic wall and going to check out to buy the canvas.Similar site that has the features i want is this : http:[url]....

I am pretty new to web developing/designing, i am confident with html,css and actionscript to an extent, but have only used small parts of php before.how to go between html > php >flash >back to html again.From what i understand i need to create the following functions:

1. Create a general html website which will store the upload form and flash photo editor swf on, when the user first access's the site i start the php session...

2. The user then uploads there image to the server using a simple php upload form which will store the file and create a unique named file also on the server...

3. The flash editor swf will then load up on the html page. Inside the actionscript of the swf i will tell flash to continue with the php session by calling it again and call users image on the server with the 'file reference' command. The editing functions such as cropping, canvas size will all have variables to mark what the user has chosen and these varaibles will get ent back to the html page using php to keep track of them for the checkout process...

4. Once the editing has finished the user will click 'finish' in the swf taking them to the php shopping basket/checkout which will call the variables sent in flash to determine final cost depending on what effects chosen.

Is the above correct and more importantly is it possible? The main part i am struggling to get my head around is editing in flash (say changing the uploaded image to 20 x 26) and then saving this back to the server and sending the new settings back into the html/php page.Is this all possible without using database and tables such as MySql?

View 0 Replies

ActionScript 2.0 :: Image Editing Tool In Flash?

Oct 24, 2010

I need to develop a Flash-based ONLINE Image Editing tool. It will be having many features including croping, coloring, blurring etc.

Google is not directing me to any literature on such applications using flash.

View 0 Replies

Professional :: Font Color Does Not Change While Editing An Image?

Nov 7, 2011

I have an aplication which brings up an image for editing in flash. Here is what happens. I click on A tool and insert 2 text boxes on the image and type something. Then I click on the Arrow tool and double click on text in Text box 1 to select it. Then try to change the font color from the font menu icon. It does not work. But after selecting the text in text box 1 and trying to change the font size from the menu seems to work fine.

View 5 Replies

IDE :: Preload One Html Page / Once It's Loaded Into Cache Automatically Jump To Page With Big Swf?

Dec 29, 2009

I have a flash header for an html site that is about a megabyte and obviously needs a preloader. Unfortunately it won't work to have the preloader loading at the top while the rest of the html below is visible — it will end up looking like the top navigation is cut off, as the top 10 pixels of the nav bar is actually in the swf header (fully loaded it will look contiguous)Is there a way to preload it in one html page and then once it's loaded into the cache automatically jump to the page with the big swf?

View 1 Replies

Professional :: How To Develop Online Image Editing Tool In Flash

Oct 24, 2010

I need to develop a Flash-based ONLINE Image Editing tool. It will be having many features including cropping, coloring, blurring etc.

View 1 Replies

ActionScript 3.0 :: Develop Image Editing Tool To Be Embedded In Webpage

Aug 15, 2009

I am entirely new into flash. Never ever written even a line of action script.I am triying to develop an image editing tool to be embedded in my webpage.The key features I want in the tool are: I have a fixed background image. The user may chose to over lay text or images over the image, with resizability, etc.My questions are:

1) can I consider Flash with action script and javascript a platform for this?

2) Where do I start.

3) what all do I need to start with.

View 1 Replies

Flash :: Program An Html Page To Move To A New Web Page On User's Clicking An Item Of An Embedded Movie?

Nov 21, 2011

Let me ask how to program an html page to move to a new web page on user's clicking an item of an embedded flash movie? But , in detail, I actually want to do a little different thing. I want that the parent html page remains there ,instead I want a child html frame has a new page after user's clicking the list item of the embedded flash movie.

View 2 Replies

Professional :: Preloading An HTML / Flash Page On PREVIOUS Page

Jul 1, 2010

I have a site where all the pages have a common SWF embedded at the top (Nav and banner), but the rest of the page is HTML.Everything is working fine, but I'm finding the 'independence' between the HTML and Flash is making for some sloppy transitions from page to page.I was expecting the SWF to be delayed, at least for the first page visit(and I have a preload routine inside the swf to make it's delay and appearance a bit more visually pleasant), but was surprised to sometimes find the SWF appearing and playing while the HTML content was delayed (resulting in a SWF floating in black).What I'm wondering is if there's a way I can do some sort of preload on my index page.BUT, not the standard one that I'm sure everyone would suggest (like the javascript image 'preload', or the newer 'css visibility' preload trick). The problem with the standard one is that it doesn't check to see if everything is loaded.What I'm after is a routine on my index page that invisibly loads some of the elements from my inner pages (common swf, maybe some of the images) and WAITS until it's done before moving to the inner pages (displaying the company logo and/or a load status in the meantime).Many people would suggest a preloader inside the common SWF on my inner pages (which I have), but the problem with that on its own is that it doesn't stop the HTML from displaying.

I'm trying to figure out a way to do a preloader (like those in a SWF, which loops until everything is loaded) that controls both the SWF AND the HTML.Recently, I found that you can use one swf to preload another, which would be a potential solution, as I could make an SWF on the index page whose sole purpose is to load (invisibly) the common SWF, displaying the load status and then loading an inner html page once it's done.Problem is, I have bee having trouble finding the coding for that, as most searches for preloaders end up being about standard preloaders, where it's monitoring the same SWF that the code is on, as opposed to controlling a second, external SWF.Can someone point me to or provide me with the proper coding/procedure for a preloader that controlls a second external swf or give me a better solution?
 one?

View 1 Replies

ActionScript 2.0 :: Make A Simple Image Gallery Which Changes Image Upon A Mouse Click On A Button

Nov 7, 2010

I'm trying to find out how to make a simple image gallery which changes image upon a mouse click on a button, when a button is pressed I want the image to slide in from the left into the viewable area and then when another image is selected I want the previous image that was viewed to remain in the screen and then the new image slide across over the top to replace the image.

I can get the images to slide across from the left upon a mouse click however I can't change the layer order so if image 6 is viewed and then I click to see image 1, the image will slide into place however it will be below image 6 so therefore not viewable.

I don't have an example of what I'm after but I hope my explanation was good enough, I've seen this been done in javascript but I have to use flash and am unable to replicate the effect I'm after

View 4 Replies







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