ActionScript 1/2 :: Client Editing Of Flash Text?

May 13, 2009

What's the best way to enable a client to edit text in a Flash-only site? I'm not talking about throughout the site, just selected text blocks. I could easily fill them from XML files and provide a file upload facility, but most clients will want something more friendly. I could copy the text to a TextArea for editing within the site and update the text from that but I think I'd end up writing my own wordprocessing software to make it look friendly. What do others do? I don't want to re-invent the wheel!

View 4 Replies


Similar Posts:


Professional :: Editing An Interactive CD Rom Which Was Produced For A Client?

Jun 2, 2010

i am completely new to the whole aspect of flash and dreamweaver etc. and have recently been given a project of editing an interactive CD rom which was produced for a client by an outside company.
 
I have managed to grab the basics of changing the text and the images and stuff, but when i export it as a .swf flash movie, when i view the cd, all of the slides come on in very quick succession,it is supposed to be the first slide and then you click on a "next" button for each other slide,i know i've messed with the interactive elements somehow but i don't know how, or how to fix them as i haven't got a clue about the interactive aspects to flash.

View 5 Replies

Professional :: Editing Text In Flash 8?

Mar 6, 2010

i have a weird problem with editing text in flash 8:i can only use the "solid" option in the color mixer window when i choose any text, every time i try to change it to the any other of the "types"(linear,bitmac etc) it just wont change and stay on "solid", i cant use gradients as well..

View 1 Replies

Hidden Text When Editing Flash File?

Sep 8, 2009

This is a custom flash template I downloaded, when you watch/use the template you can see about me, and all the text in it, however when I attempt to edit it to my specs, I see the frame where it is located, but I cannot edit any text, because I can't SEE any text!!So basically, in editing mode, I don't see any text to edit, but when using the template, I see a lot of info... I have no idea what to do, and please keep in mind I am in no means a professional, or even intermediately good with Flash...

View 1 Replies

IDE :: Editing Text By Linking Flash To PHP File

Jan 28, 2010

I have a flash file and I have the dynamic text with the variable name 'Text1' I want to be able to edit this piece of text by linking the flash file to a php file - but I know nothing about php and therefore I don't know what coding to use in flash to link to php. All I need is a basic bit of coding which would be able to put in php so that one bit can be edited so that it will be edited in the swf.

View 1 Replies

ActionScript 2.0 :: Editing Text Of An Embedded Video In Flash?

Jun 26, 2010

Is it possible to edit the text of an embedded video in Flash? What I mean to say I have embedded one video with Flash video encoder into my fla and the video has some text which now I want to edit as per my choice.

View 1 Replies

ActionScript 3.0 :: Editing Flash Application Text Content?

May 31, 2011

I'm creating a Flash presentation, and the user wants to be able to change the text on any screen from Flash itself. This was my original my idea (I don't have much experience in AS):

1 - Put all the text in a text file (XML or plain).
2 - Make AS read the text and fill in the text fields in the Flash presentation.
3 - When it's needed to change the text content, execute the Flash presentation with a parameter that will tell AS to show all the fields as INPUT.
4 - Save the new text in the text file via PHP.

But I have been asked if it would be possible to avoid the use of a text file (and the server connection with PHP) and change the swf text content directly with AS. Is this possible? I have been googling it but with no success. I have the idea that this wouldn't be possible but i don't know all the possibilites in the Flash environment.

View 5 Replies

Professional :: Editing A Flash File - Text Displays Correctly Before Edit - Not After

Jul 27, 2010

I'm edit a flash file that uses about 11 different fonts.  When I toss it into the editor and publish it some characters are missing from the product, such as W's and M's.  I've installed the fonts that were included with the flash file into windows7.

View 4 Replies

Flash CS3 - Tahoma Text Loading Differently On Client Computer

May 5, 2010

A client has sent me a Flash CS3 website template she was working on. I'm supposed to do some work on it. When I load it, it displays incorrectly. The body type appears incorrectly. It's different then what it appears on her computer. Causing all the body text to overlap each other. She has Windows Vista with Flash CS3. I'm using Windows XP Professional with Flash CS4.

When I open the file, it says that 'tahoma' font is missing on my computer. And asks me to select a replacement. Obviously, I have Tahoma on my computer -- everyone does. I even got her to send her version of Tahoma to me from her Windows Font Folder. When I tried to install it, it says "font already installed". So, I pointed it to my Tahoma font as a replacement. This could be the problem. But why does it not recognize my version of tahoma?

View 1 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

Copying Text And Editing?

Mar 24, 2010

I want to copy some text to edit in the same style and size etc, however when I do change the wording, it changes the original too. How can I do this so only the copy changes when editing?

View 7 Replies

ActionScript 3.0 :: Editing The Input Text?

Aug 6, 2009

I have an input text box that outputs a message to an ecard within the same flash file. I would like the user to be able to preview the card containing their message and then have the option to edit their message if they wish. Sounds as simple as going back to the frame containing the input text box and editing the message, but when I go back the input box is empty.

I have tried continuing the input box frames and action script throughout to see if the text is retained (hidden behind the actual card). It is until I try to go back and edit. Again the text box is empty.

View 1 Replies

ActionScript 2.0 :: Editing The Text Cursor?

Jul 16, 2003

Can u edit the Text field input box cursor??? for example like its width??? or make it a specified character??

View 2 Replies

ActionScript 3.0 :: Editing Text In TextField

Jun 5, 2009

Without getting too complicated, imagine just a simple Static textField you created in flash and you filled it in with a paragraph of text.

Code:
simpleText.text = "here is my paragraph and this is fun and the dog ran far but it did not eat the paper with the paragraph and run-on sentences are nice! What if I did not want the word "paragraph" to show up within the textField? What is the easiest way to search for the word "paragraph" and to simply remove it? Would it be to change it to a String, and then search the string, and then remove it, and then convert it back to a textField?

View 2 Replies

Editing Text Appearance In A TextArea Component?

Nov 30, 2009

I am just starting to use the TextArea component in Flash CS3. How do I change the font size, style, and color of the text within the textarea? Can I also change the textarea background color from white to something else?

View 3 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 3.0 :: Storing And Editing Text Fields In Arrays?

Oct 11, 2009

I'm trying to create a 7x7 grid of textfields. I'm storing the textfield properties in an array. Here is the code I have for that -

var instances:Array = [];
for (var k:int = 1; k < 50; k++) {
var inst.TextField = new TextField();
addChild(inst.[k]);

[Code]......

For some reason this doesn't do anything. I don't know why not. Am I storing or accessing the textfield properties incorrectly in the array?

View 2 Replies

ActionScript 3.0 :: Automatically Editing The Size And Having A Flowing Order For Dynamic Text Boxes

Jun 16, 2010

I am inputting text from an xml file into dynamic text boxes; I have static text boxes as titles of each.

making the dynamic text boxes expand if the xml text is of a larger size & moving the static text boxes so they don't start getting over written.

The code Ive used to put the text into the dynamic boxes is very simple:

var xmlData:XML = new XML ();var theURL_ur:URLRequest = new URLRequest("xml.xml");var loader_ul:URLLoader = new URLLoader(theURL_ur);loader_ul.addEventListener("complete", fileLoaded);

[Code]....

View 2 Replies

Text Not Showing Up For A Client?

Apr 9, 2010

I just made these quick flash banners for a client but he's saying that the text isn't showing up for him.I have the banners hosted here - http:[url]...........And any idea why it wouldn't be showing up for him? I'm assuming he's running on an outdated version of Flash but I know if that's the case he's going to worry about other people being on the same outdated version he's on and they won't be able to see the text.

View 2 Replies

Media Server :: Find Client Disconnected When Client Lost Net Connection?

Oct 27, 2010

how can I find on fms server that client disconnected if if client disconnected due to power cut off. I client manually close the application then onDisconnect on server is called but if due to power cut off it does not called.

View 1 Replies

ActionScript 1/2 :: Save Selections Or Text Entered By A Client?

Nov 18, 2009

using actionscript 2, and perhaps some XML or whatever, is there a simple way to save selections or text entered by a client? I would hate to have to learn 2000 pages of another language or default to a "megaman" encryption technique example: [URL]

View 2 Replies

IDE :: Client Management Interface - Change Pictures - Text

Sep 28, 2009

I design all my sites using Adobe CS4 and have recently aquired a new client that is wanting the ability to update his own site i.e. change pictures, text etc. after I have completed the design and the site is live.

View 1 Replies

ActionScript 2.0 :: Client To Client File Transfer

Nov 19, 2008

Can we perform client to client file transfer, client to server can be done by FileReference. but how do we do client to client transfer, for example if a user wants to send file to another user to whom he is chatting online.

View 3 Replies

ActionScript 3.0 :: Open My Client Email Program - Cannot Get The Subject And Body Text?

Nov 9, 2010

I am using the following code to open my client email program and I want the address, subject field and body text completed.

submit_btn.addEventListener(MouseEvent.CLICK, sendMessage);
 
var subject="My Subject"var body="This is text. This is text. This is text. This is text. This is text. This is text. "var to="me@address.net"
function sendMessage(event:MouseEvent):void {var email:URLRequest = new URLRequest("mailto:"+to+"?subject=" +subject+ "&body="+body);navigateToURL(email, "_self");}
 
The problem is no matter what I have tried I cannot get the subject and body text to show any text. The email client open and the correct address is shown. Is this a problem with trying to run it locally and not from server or is there a problem with the code?

View 4 Replies

Editing A Movie In Flash?

Dec 18, 2009

Is there a way to edit an imported movie into Flash (CS2)? I try to remove frames, but then it seems to remove them from the end of my movie and not where I specified (in the middle).

I tried editing the movie in another program and then importing that into Flash, but Flash loads my entire clip again.

View 1 Replies

Editing A Flash Website?

Feb 15, 2010

I want to duplicate a flash website (no copyright issue, work assigned by the owner of the website). The only change I am required to do is to change each and every text in language A to language B.

I am a web developer with the knowledge of PHP,HTML,DHTML,XML,CSS,JavaScript but no flash .

Is it poosible to store the site as ans .swf or .fla file and then edit it? Or can it be edited and used or I need to create a new one from scratch?

View 3 Replies

Editing XML Flash Template

Jun 3, 2011

I have two questions (I'm a photographer and flash novice):

1) I just bought this flash template (URL...) and I need to edit it. Rewriting the text is easy, I just rewrite it in XML files, but I cant figure out how to change the font, font color and font size. Could somebody tell me how to do it?

2) I also bought this template (URL...) and I cant figure out how to edit name in the header and text in the top menu. I really cant find it anywhere (I dont see it in Adobe Flash and I dont see any jpeg or PSD file in the flash directory...)

View 11 Replies

Editing Flash Online?

Oct 13, 2011

My friend wants to be able to update the sites text himself. Is there a way he can easily edit the basic text online without having to use Adobe Flash (it would be even better if he could add photos as-well). I was thinking I could get flash to read an XML file but I don�t know how he could easily edit that as heis not techie at all.

View 1 Replies

ActionScript 2.0 :: Editing XML Through Flash ?

Jun 20, 2009

I want to edit my xml file through flash . But i have 1 more problem , i want that if i click the button "Gallery" then the the item having label "Gallery" should be given the attribute "selected = true " . I have already loaded the external xml file into flash ...

[code]...

View 1 Replies

Do Not Allow Editing At Specific Area In Text Area In Flex

Nov 10, 2011

I just want to do not allow editing at some area of text area in flex. How it can be done?let suppose text length in text area is 50 characters, i want to allow editing if cursor position is less than 15, and if cursor position in text area is greater than 15 it should not allow user to add more text in text area.If user press any key it should not add any character in text area.[code]

View 1 Replies







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