ActionScript 3.0 :: Formatting Error Flash 8
May 19, 2009I use Flash 8 and AS 2...Every time I try to run a AS3 app it says " different format".so how can I let my flash 8 recognize AS3 ?
View 2 RepliesI use Flash 8 and AS 2...Every time I try to run a AS3 app it says " different format".so how can I let my flash 8 recognize AS3 ?
View 2 RepliesI keep getting this error :1150 The protected attribute can only be used on class property definitions.
panel1.addEventListener(MouseEvent.CLICK, onClickPanel);
panel2.addEventListener(MouseEvent.CLICK, onClickPanel);
panel3.addEventListener(MouseEvent.CLICK, onClickPanel);
panel4.addEventListener(MouseEvent.CLICK, onClickPanel);
panel5.addEventListener(MouseEvent.CLICK, onClickPanel);
[Code]...
simple I have done this a million times..
<code>
function sendtoReview() {
toReview = new LoadVars();
[code]......
I have a dynamic TextField with very wide letter spacing in my .fla. However, whenever I change the text in the TextField using actionscript, the letter spacing resets. Is there a way to keep that from happening? And why does it happen in the first place
View 1 RepliesI have two text boxes on the same window. They are both set to Arial 14 Regular but they both appear very differently. To see what I am referring to: [URL] and go to the Conversion Tools at the bottom of the page. Click on Surface Finish and type in a value in the two different fields and click calculate. I really don't see anything that could be causing this difference in appearance.
View 2 RepliesIt looks like the default font formatting for the textInput is a bit off. The margin at the top is less than at the bottom.I've tried the setTextFormat, with defaultTextFormat and setTextFormat but it's not doing the trick.
var tf:TextFormat = new TextFormat();
tf.size = 16;
_autoComplete.textField.defaultTextFormat = tf;
_autoComplete.textField.setTextFormat(tf);
I'm using Astra's autoComplete, but I don't think this is restricting it, though there is a slight chance that the field has an override.
how to create formatted dynamic text fields, to embedding media in dynamic text fields without coding..in some graphical environment?In Flash authoring environment it is pain to do the formatting.[URL]
View 2 RepliesI have to have a combo box and a list component. I have altered the styling of the list element by altering the elements of the skin. HOwever, the list element for the combox box picks up the same styles that the list component has - and I need them to be different.Is there a way to set just the styles for the list element of the combo box?
View 1 RepliesI selected render text as html in flash, but it won't work. whenever i put in '<b> This is my bold text </b>' it doesn't work, it actually displays the html.
View 14 Replieswhich everything seems fine, but when i implement a slider on a page inside a folder in the root (i.e. aboutus/index.aspx) i get that error when the slider is trying to call the images.I have similar slider animations in pages located in the root folder and in those i get no problem at all, seems it only happens when the page is located inside a folder.The website is done using main.master on asp, maybe the cache or rendering of the website is missing something, hope someone has had something similar or know how to get around this.
View 2 RepliesOn my website Im trying to display examples of code. Ive been hitting a rather large wall when it comes to flash and how it deals with formatting text.
If I simply load as regular text I get a massive amount of extra white space and lose all my indenting. If I load as htmlText, I can get it to remove most of the white space but not all. I can also get some indenting using htmlText but it only applies to 'paragraphs' as a whole, which is obviously irrelevant with code, and requires me to go back to way too much white space.
Is there anyway I can get flash to load -exactly- what I see in notepad in regards to white space and indenting at the same time?
I am working on a fairly simple form in flash that sends its text input (name, email, subject, and message) to a php file that in turn sends an email containing the inputted text. I tried searching the forums but I couldn't find another case quite like this. Basically I'd like the email sent to just include the inputted text, but it seems that the variables are passing all the text box formatting in addition to the inputted text. I will include my AS, php, and email result below.
AS:
Code:
stop();
messageSent._visible=false;
sendBtn.onRollOver=function(){
this.gotoAndPlay("_over")
[Code].....
So if I want to imitate a link in as3, when I set
myFormat.underline = true;
the underline is directly underneath my text. Is there any way I can set the spacing of that underland?
I think I'm having difficulties thinking of the right way to word this question in the search box: I'm looking for a way to change the way a new class is formatted when I create a new class in Flash CS5. I'm very particular with my formatting, especially the placement of curly braces, and I hate the default way AS3 classes are formatted.
View 1 RepliesI want to make a website in Flash. And the text I want on my page is in an XML file.
<website>
<pagina naam="home">
<heading>Je eigen website maken!</heading>
[code]....
This for example. What I want is to display the text and have the heading text to be a bigger size then the "paragraaf" text. And I also want the paragraaf text to be bold. How can I do this ? I can already display the text on my screen so that is not the problem.
I know that with actionscript you can assign certain formating to the HTML text that you use within your Flash animation.
My question is if you can also use actionscript to do the following.
In HTML when you assign as FONT format... font face="verdana,arial" when the user does not have verdana installed, the browser automatically choses Arial (or whatever font you indicated and available on users system) as font to use.
Is the same thing possible within Flash HTML text?
Obviously to prevent that when people don't have the particular font you use for your HTML text, everything screws up
I'm attempting to make an RSS feed for my new site's news, and i've looked online at adding a date stamp but i guess you have to make a new namespace or whatever and it confuses me to shambles when i try to read all that. so i have my current rss file as so:[code]Anyway, this isn't very friendly to read the date, as seen in the <item> tag. i need to output the date to flash in the form of 6-26-05. how would i go about doing that from the pubDate in the item?
View 1 RepliesIn my flash project I use a CSS formated text field. And today I found a really nice font for it on the web. Is there a way to make the field display that font even on computers which don't have it installed?
View 1 Repliesi am trying to create a form that can be used to fill in and send news to a database. I think i am sussing out all the php mysql stuff, but i really want to create some phpBB style features. For example, i would like the user to be able to click a "bold" button which would open a window to enter the text to be formatted bold. The same for underline, link and mailto. Thats it.
I have tried to find examples, using substring methods and such. And i expect using html formatting would be a good place to start, but i can't think of how to get it to do it. If you've posted anything with a bold piece of text or a link, you'll see how the functions of the Bold, Underline stuff work. That's what i want to create for a flash form. I can then send the formatted news, to the database from where it is subsequently put into the news page textField.
Using AS 2.0, I'm trying to load some php into a dynamic text box in Flash via loadVars, and once I bring it it, it strips the formatting on the next. Such as link colors, bold, italics... just simple html formatting. How can I preserve that. The formatting of the text is done on an admin website.
[Code]...
I have a TLFTextField created in Flash Professional and I'm attempting to alter it's appearance via code, in Flash Builder.
I want to retain all formatting rules already applied to the TLFTextField unless I specifically change them, however the following code:
var format:TextFormat = textField.getTextFormat();
format.align = TextFormatAlign.RIGHT;
textField.defaultTextFormat = format;
[Code]....
how to alter individual formatting properties on a TLFTextField without affecting those already set?
In ActionScript-2 is there any way the html text can be copied and pasted without formatting loss.
View 1 RepliesI am studying Flash and want to make a video player with where you can change video and the corresponding subtitles with a click on either "forward" or "back" button.
So far I have created 2 arrays of video files ("[videos]") and text strings ("[captions]"). By clicking on one of the buttons, the video in the FLVPlayback component changes as well as the the subtitles-text in the TextArea.
However I have a problem with text formatting.
I use the following functions for button click:
function playNextVideo():void
{
if (currentVideo < videos.length-1)
[Code]....
My problem is that the format changes only when I click the button, but it is not applied for the first subtitle.
So, for the first video I get a plain text, with black color, not italic and not with size "18". However, if I click on "forward" button (and thus execute the playCurrentVideo() again), the format will change. If I then will try to go back to the first video, the text will now be formatted.
So my question is - what causes this condition and how to handle it?
I've been working on a feedback form in Flash that passes the variables to an ASP document that then processes the variables and sends an e-mail. After a lot of problems, I finally got the basic mechanics up and running.
However, whenever the variables go to the ASP file, it sends more than the text that was input into the input text field...it also sends all of the formatting data! Font size, family, color, leading, and so on.
Is there a way to configure the inputs or send the variables so that only the input data is sent?[code]...
I've done a lot of research about css to format a dynamic text inside flash, which is loaded from an xml file, but I just can't figure out why does it never works when I use the loading css code inside flash. I've got the scroll text, and the xml loading ok. But I want to format the text now.. I've attached the files.
View 7 RepliesI have this flash form and it was functioning fine a minute ago, when you go to contact us and click contact us you will see the form only inputs in all caps and for some reason it will not let you type every letter it is driving me insane.
View 1 RepliesAnything like that out there now? I know there was a rather buggy formatter for FB 3, but how about a mature code formatter for FB 4?
View 1 RepliesHow would I go about applying the following text format only to the word 'the' (regardless of caSe) in my textfield?
Code:
my_txt.text = 'The cat jumped over the house.'
/// my format I want to apply
with (_light_S_fmt) {
[Code]....
I have this error in my output screen, what it means?
Error #2044: Unhandled IOErrorEvent:. text=Error #2032: Stream Error.
at soundboard_fla::MainTimeline/frame40()
at flash.display::MovieClip/gotoAndStop()
[code].....
What I am trying to do is open a database in async mode and get some data from my database. To do I wrote this code down below:
[Code]...
My startstmt is a global SqlStatement variable. When I tested in Sqlite Manager it works fine this query but in adobe-air i am getting this error. Where did i do wrong and how can I solve this?