Professional :: Make A Scrolling News Section With A Stage Of 200 W X 250 L?

Sep 1, 2010

I am in the process of building a web site and am running into an issue with dynamic loading text.I am trying to make a scrolling news section with a stage of 200 W x 250 LCreated a movie clip with the following coding:

var myTextLoader:URLLoader = new URLLoader();var myTextField_txt:TextField = new TextField();myTextField_txt.wordWrap=true;
myTextLoader.addEventListener(Event.COMPLETE, onLoaded);
function onLoaded(e:Event):void {myTextField_txt.text = e.target.data;addChild(myTextField_txt);} 
myTextLoader.load(new URLRequest("myText.txt"));
 
Then set the clip (which is 250 W x 600 L) on the main stage, moving upwards, creating the auto scroll effect.The problem I am running into is that I can't figure out how to make the text use the whole width of the text box I created. It only uses half of the width, creating columbs like this:
 
Hello and
welcome
to our new

[code]...
 
The text box itself is at least twice the width of the sentences, but they aren't using the full width.

View 5 Replies


Similar Posts:


How To Get Flash News Section On Website

Jun 23, 2010

I am going to redesign a website and for that website I want there to be a news section on the homepage. The news section should be built in Flash with images representing news headlines animating on a loop however a user should be able to click one of these images and then within the homepage a Flash pop up will appear with the news article. This is similar to sites that have an image gallery with thumbnails of images but when an thumbnail is clicked then the full size image loads within the same webpage. I want a similar effect but in my case, when a full size image is clicked, a text based news article loads.

View 1 Replies

ActionScript 2.0 :: Create A News Section Using Xml In Flash?

Jun 14, 2005

how to create a news section using xml in flash?

View 2 Replies

ActionScript 2.0 :: Create A Dynamic News Section That Works Off Of A XML File?

Aug 2, 2006

I'm trying to create a dynamic news section that works off of a XML file and I'm running into some problems. Here's the code I'm using right now

Code:
//load XML
xmlContent = new XML();[code]....

It seems to duplicate the movies correctly, but it won't load the XML into the corresponding text boxes I've created. I've included a link to the source files as well if anyone has a minute to take a look.http:[url]....getting the date from the attributes of the news item I'd like it to go in the "date_txt" box within the news module clip.

View 3 Replies

Actionscript 3.0 :: Make An Object Grow And Move To A Different Section Of The Stage When Click On It?

May 26, 2009

I have a mini-project where I want to make an object grow and move to a different section of the stage when I click on it. I know how to do this part, but what I want is for it to "move" there as if it were a tween, but I want to do it with code instead of with the timeline. I want it to function exactly as it does now, but with a motion tween. I also do NOT want it to jump back to the beginning when another button is clicked, but rather play from where it is. I've also attached the FLA with this.

Code: Select alllearn.addEventListener(MouseEvent.CLICK, learnClick);
learn.buttonMode=true;
act.addEventListener(MouseEvent.CLICK, actClick);

[code]....

View 1 Replies

ActionScript 2.0 :: Change The "news" Section Without FIXING The Whole .fla And Exporting And Uploading It

Feb 13, 2002

If i have a huge website, and i want to be able to change the "news" section without FIXING the whole .fla and exporting, and uploading it, would it be possible to do this without all of this stuff. can this be done through passwords, inputting text boxes, and dynamic text boxes?

View 1 Replies

ActionScript 2.0 :: Scrolling News Box Up To A Certain Value?

Mar 2, 2007

I have UP and DOWN buttons and i want them to scroll my newsMC when rolledOver.this is the code in emptyMC on a second frame:

Code:
if (_root.up) {
_root.newsMC._y += 10;[code]....

It works,but only after i roll over the UP button then both UP and DOWN work.If i go over down button first nothing happens

View 1 Replies

ActionScript 2.0 :: Scrolling News Ticker?

Apr 22, 2010

I am action script handicapped so bare with me. I know very basic action script functions like go to frame stop, play ect So complicated flash code does not really work for me unless it is explain easy and clear step by step. I know the animation portion of flash which helps me get by. I need to know how to pause a scrolling text as simple as possible when I click mouse over it.

I created a button (which is really displayed as text so that I can link to a website url) (SEE IMAGE)

The text is animated from frame 1 off screen to frame 400 top off canvas off screen. I did this the animation way instead of the coding way. So it should scroll from bottom to top (which I animated with frames), link to a new site (which I figured out), and pause on mouse over and play on mouse off.

View 3 Replies

ActionScript 2.0 :: Scrolling News Area?

Apr 27, 2010

I want to make a scroller that can be just a scroll bar, no arrows, another one with arrows and another one that scrolls by itsself very slowly, on mouse over of a news "item" it stops scrolling...

Only thing is that I want to include vector graphics in this scrollable area an so forth.As far as I know you can't mask dynamic text at all.

View 1 Replies

IDE :: Button Inside Scrolling Section

Jun 2, 2009

I'm creating a full flash site and on one of the pages of the site I have a customized scrollbar with clickable content inside the scrollable section. The content inside the scrolling area is a movie clip. Well, when I add script to the button inside the scrolling area movie clip, it's doing something weird... The script I'm adding is:

[Code]...

View 1 Replies

ActionScript 3.0 :: Scrolling News Ticker - XML Nodes Not Loading

Mar 10, 2008

I am trying to make a AS3 version of a scrolling news ticker although Iseem to be having trouble. The code below doesn't seem to be working although its not throwing any errors. I think its not loading my xml nodes or something. All I am trying to do is it to eventually load an rss feed and scroll a selected set of nodes. For now I just tried to get it to display an xml formated file since rss is xml formated. Ultimately for this example I just want it to display the title attribute of every item.

Code:
news_txt.x = 1024.0;
var count:int;
var textnode:String;
var loader:URLLoader = new URLLoader();
loader.dataFormat = URLLoaderDataFormat.TEXT;
[Code] .....

View 5 Replies

Actionscript 3 :: Scrolling Text 'news Ticker', Flash?

Jun 7, 2010

My text animation scrolls from left to right, which is OK. I want to keep it simple but change it up little. How do I get the text to go right to left?

AS3 Example

mask = customMask;
var my_str:String = " Ad hoc ad loc and quid pro quo ";
function addUm():void {
my_str = my_str.charAt(my_str.length - 1) + my_str.slice(0, my_str.length - 1);

[code]....

View 1 Replies

ActionScript 3.0 :: When Making A Scrolling News Ticker Do Load All The Data At Once

Sep 6, 2010

looking to build a horizontal news ticker like you would see at the bottom of the screen on CNN etc except it will only display one item at a time. Just thinking and planning before I start.... If the news ticker is only going to be wide enough to display one news item at a time, will my flash load all of the xml news data as soon as it launches and hide all the content that is outside of the ticker width or would/should it only load/display each news item individually when it is that items turn to display in the ticker?

View 3 Replies

Professional :: Scrolling Buttons On Stage?

Feb 1, 2011

Anyhow, I have a few buttons (six of them) to scroll from left to right non-stop via looping.  Those buttons are in the up state. What I want to achieve is that when someone hovers over one of the buttons, the entire scrolling temporarily stops and perhaps the hovered button becomes larger as well.  I'm sure you've seen something similar on ebay listings before shown as slideshows.

my Over buttons are managed via movie clips, but not the Up state buttons.

View 2 Replies

ActionScript 2.0 :: Tween Class - Keep On An Internal Page By Just Making Each Section A Scrolling Content Box

Apr 21, 2007

i've got a fair bit of text i'm trying to keep on an internal page by just making each section a scrolling content box. So there are 3 buttons at the top, each 'scrolls' onto a new section and I would like the ability for it to scroll back too, hence using the tween class to do this. I've managed to set it up and each button goes to each 'page' fine in reading order, so to speak (1, 2, 3), but if I got to 1, 2 then back to 1 it will start from 0 on the x axis.

Basically what i'm wanting to do is set the tween from the current _x value. So if I go 1, 2, then back to one, it will take the current _x value from 2, and scroll the opposite direction back to one. I am using the following code on the buttons:

[Code]...

View 1 Replies

Professional :: How To Make Scrolling Effect

Jun 30, 2010

like they did on this site: [URL] so, how to make this scrolling effect

View 3 Replies

Professional :: Make Scrolling Text With Color?

Mar 26, 2011

What is the easiest way to make scrollable text that I can set to whatever font I want (embeded of course)have it look very well anti-aliased; like most Flash text, not like it's being read out of a regular system or browser window. (the text will be big so no probs)have different portions of the text be different colors so I can highlight certain words and leave others aloneuse actionscript to load text content into itmaybe make (all) the text semi transparent for design purposesI'm going to use some action script to load some XML content into the text areas or whatever. Any of you know of any easy ways of accomplishing this? or have a link to any type of tutorial? (at least for Flash CS3 and above of course, along with ActionScript 3)

View 2 Replies

Professional :: Make A Scrolling Background Image

Apr 16, 2011

all I want to do is make a scrolling background image like at [URL] how the top left controls where you in the image.

View 3 Replies

ActionScript 2.0 :: XML - Fetch News From Xml And Populate That News Headings Into Four Text Fields

May 17, 2010

I am working on the news ticker module (AS2) where I have to fetch news from xml and populate that news headings into four text fields and these 4 headings will stay for a while and fade until last record. this process will continue.

View 0 Replies

ActionScript 2.0 :: Making An XML News Reader Based Off Of Senocular Squirrel XML News?

Mar 24, 2007

Making an XML news reader based off of senocular Squirrel XML news.

I'm using Fuse and wanted to target the dynamic text and or background portions of the headline section.

However, this movie clip is attached to the menu_mc so I'm stumped as to what I should exactly target for the fuse sequence (or any mx.transition/zigo engine based code-tweening process for that matter).

I've attached the files in a .zip for people to look at (and possibly conquer my problem!

View 3 Replies

Script For Printing Section Of A Flash Stage?

Nov 9, 2009

I'm new-ish with flash and I am making a stand-alone player that I need a few things to print and have hit trouble when I try and do them.I can print the entire stage no problem.

- What I was hoping to do is have 3 print buttons, 1 would print a section of the player. The other a different section. and the last would print the whole stage (which I've already scripted).

- I've had a look at Print num scripts etc, but am hugely confused.
 
Has anyone got the script for printing a section of a flash stage?PS Can you set those x and y values to print something off the stage

View 1 Replies

ActionScript 2.0 :: Play A Section On The Timeline And Then Move Onto Another Section Or Scene

Mar 9, 2009

I have a button that I would like to use with the basic actionscript as follows:

on (release) {
this.gotoAndPlay("15");
}

What I would like it to do is play a section on the timeline and then move onto another section or scene.

[Code]....

I know this is incorrect, so would anyone know how to write an actionscript button that plays a section then goes somewhere else?

View 4 Replies

Make A News Slider In Flash

May 1, 2009

I'd like to make a news slider for flash that not only shows images and text, but can also play videos that are presented as news, through an XML file or something.A good example is the flash news slider that ea.com uses, which can play videos on clal as well.Can anyone direct me to a tutorial or guide me here on how I cna achieve this through Flash CS4?

View 18 Replies

ActionScript 2.0 :: Make A News System?

Mar 1, 2004

I'm trying to make a news system, loaded from XML ... headers dyn created, onreleases ... so far..sorting the xml data (on DATE; xx/xx/xx) and storing it into an array for further violence I just found out something about this:

[AS]
var myArray:Array = new Array();
myArray.push({day: "18", month: "02", year:"04"});
trace(myArray);
[/AS]

View 6 Replies

IDE :: Make A News Ticker In Flash 8?

Oct 10, 2006

how to create a simple horizontal news ticker [URL].

View 14 Replies

Make A News Slider In Flash?

Nov 9, 2009

I'd like to make a news slider for flash that not only shows images and text, but can also play videos that are presented as news, through an XML file or something.A good example is the flash news slider that ea.com uses, which can play videos on clal as well.how I cna achieve this through Flash CS4?

View 2 Replies

How To Make Trendy Flash News Banner

Oct 4, 2009

Similar to this: [URL]. Where all the latest news are rolling automatically. Is there some special name for that?

View 3 Replies

ActionScript 3.0 :: Loading XML To Make A News Reader?

Oct 21, 2009

I would like to create a Flash file using AS3 that pulls info from three different nodes in an XML file. The pic below is a screen shot of what I'm trying to accomplish.

Here's an example of my XML:
<?xml version="1.0"?><rss version="2.0"><channel><title>kstp.com - MORE NEWS</title><item><title>State announces details of Minnesota FluLine </title><description><![CDATA[<img

[code]....

View 3 Replies

ActionScript 2.0 :: Make A News Ticker With ASP And Flash?

Jun 20, 2007

I want to make a news ticker with ASP & Flash. Each trun will show one news.

View 8 Replies

ActionScript 2.0 :: Make A News System, Loaded From XML?

Mar 1, 2004

I'm wondering if someone could help me with giving me the right direction, I should look for. I'm trying to make a news system, loaded from XML ... headers dyn created, onreleases Now I was wondering if someone could help me with sorting the xml data (on DATE; xx/xx/xx) and storing it into an array for further violence

[Code]...

View 6 Replies







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