ActionScript 2.0 :: Created A XML-dynamic News Box Which Uses A External .CSS
Sep 20, 2006
I've created a XML-dynamic news box which uses a external .CSS Since my hosting is slow, when I load my movie of the news box, some of the times CSS doesn't seem to do its work -- All I see is the html code that I created in the XML file.
I was wondering how I preload the css and xml before executing/using it.
Here is what I'm trying to do: recreate the news ticker from [url]...
HEre is the trick: The client wants to be able to change the news themselves via an external .txt file, the also want each piece of news to link and the link will change..
I've got the text loading into the .swf just fine, but I have no idea how I can make the news pieces hot to a dynamically changing link that will be changed by them
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.
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!
how to create a dynamic news ticker like one of these? Only that it would scroll longer sentences? Of course the first idea is just load single line TextField and tween it across the screen beneath a mask. I don't like this because
a) It's retarded b) Your swf width is quite long even if you don't see it, it's there. c) It's retarded
I'm trying to think up a better solution. So far I haven't thought of anything better (does that mean I'm retarded?). Some other brain stormed ideas could be parsing each word in the String into it's own Sprite, as BitmapData, and sort of train tweening those, that was you can dispose each after it's cleared the screen. This seems like too much work, and potentially draining on the system's resources, having to create new instances, and repeteadly add them to the display list, and such.
What I am trying to do is like a news ticker, except a swf loads in and takes the place of the one previous. I wanted it to change every 6 seconds. Using the Random Loading SWF Tutorial as a base [URL]. How do you make it not random? I just want it to load the list I give it in order with a 6 SECOND DELAY.
I have this news scroller for work - Vertical member (160 X 600) And the idea is that it has 3 text fields (Headlines). These fields are lined up vertically (one at the top of the scroller, one at the middle, and one at the bottom.). I load them dynamically from XML, and after about 5 seconds, I have them all move up. (the top one goes up the top, and comes back from the bottom, the other two move up). The problem is that I am trying to center justify them. When they're loaded I can center justify them, using this code:
Code: MovieClip.prototype.centerFunction = function() { format = new TextFormat(); format.align = "center"; _root.news2.headline2_txt.setTextFormat(format); _root.news3.headline3_txt.setTextFormat(format); _root.news1.headline1_txt.setTextFormat(format); }
Now, when they are first center justified by the code, they look slightly off, and once they move they arrange themselves correctly.
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.
I'm working on a project and attempting to create a dynamic news page by loading from an XML file. Everything seems to display fine for some people, for others it loads every dynamic text field with an instance path such as "_level0.instance1.instance30.instance45.conte ntMa in.Body1".
Here's the code I'm using:
Code: function loadXML(loaded) { if (loaded) { _global.atitle1 =
I wanted to add a second news box under the first one and have it pull the first two news items in the xml file and have it displayed on the movie. Currently it is putting the first news item in both news boxes.ction script so that the second box is actually the second "<news> tag". From the tutorial I removed the <info> <author> and <comment> tags.
The menu items are created dynamic out of empty movieclips and have the name movie + x. Now I'm trying to create a method that resets al the other movieclips to their original size and colour when one is pressed. The first problem is to adress the other ones. Even if I try to put the following in the script: movie[x]._alpha = 0; nothing happens..
for (x=1; x<=11; x++) { eval("movie" + x).onRelease = function() { var my_strNr:String = this._name
I dynamicly create MCs and give them names and URL's through the XML i load, but how can I scroll them? I can display 10per page, but I want a scroller so I can view the rest for instance.
I create a mc on the root level from the library by attachMovie (box1).box1 creates a second mc from the library by attachMovie (box2).On the root level I have a button who change the color of both mcs by new Color / setRGB.But box2 will have the same color than box1, regardless which color I set to box2.Button-AS (FLA is attached):
Code: this.onPress = function () { // set box1 to green
i created an MC that is made of dynamic mc clips that include a textfield named combo_txt, it is the same clip that i put on stage with add child and i dont knowhow to refer to them i, think i gave them different named but still cant reach them:
[Code]...
when i click on each of them i get the name i gave it but i want each clip to have a different text. this doesnt work:
I was wondering if there was a way of drawing different shapes dyamically, and then somehow "join" them so that the resulting shape has only one outline, and not an outline for each shape.For examples making a random cloud with circles, and only have the outline on the cloud, and not each circle.
What I want is the following. Based on an XML file and one empty movie clip, I create about 80 different items (menu items). By drag and dropping these menu items you can create a scene with objects. These objects are copies of the menu items.But I want to use the attachMovie command to have control over the path of the objects. But by creating the menu items dynamically, I cannot say in the library, export for actionscript.So my question is, how can I use the attachMovie command on items that are dynamically created.
How do you set up a hit test for a dynamic movieclip that hasn't yet been created?I have a movieclip on the stage, and I want it to change colour when a yet to be created dynamic clip touches it.
I'm building an Xml-driven application. I create new states in a separate actionscript-class.These states all contain a DataGrid. I can switch the states in the Main.mxml.
But now I would like to access certain children of the DataGrid. In this case I would like to toggle the visibility of GridItems, from a Button in the Main.mxml.
How do I have access and apply this to the already created states ? I tried to create RemoveChilds and override/push it to the state.All I archieved was to remove an entire GridRow at the very last state, but it should be just one GridItem at every state.
Im currently creating textfields in a for loop - though in this example only creating one TextField. My questions is, how do I remove the TextField child in another function? What im basically doing is, create a Textfield, addchild to a container - > then the container into another position - > then removechild and another text in the container. I've tried something like:
I am a bit puzzled why this does not work when placed in my document class, but works when directly added a key frame in the Flash IDE. ActionScript Code: this['myVar1'] = new Object(); When within the document class I get this error when compiled, ReferenceError: Error #1056: Cannot create property myVar1
I have tried the following but I still get an error. ActionScript Code: public static var root_Ref:Object; root_Ref = root; root_Ref['myVar1'] = new Object();
I have created a dynamic text box and have xml content loaded into via a for loop. I would like for each item in the list to be clickable and fire off a different function.
I have html text being loaded into an Actionscript created dynamic text field using LoadVars, and any line within the text which contains a bullet point or an accented character displays in bold. The txt file containing the html text has been saved as Unicode in order to display the characters. Cannot work out why this is happening
I have got a movie clip that is dynamically created with actionscript I then load an external swf into that movieclip. My problem is having it centered when I view it in my browser..How do place I center that dynamic created movie clip? I was trying this but it's not seeming to work.
Code:
var container:MovieClip = this.createEmptyMovieClip("container_mc", 0); container._x =Stage.width/2; container._y =Stage.height/2;
I am adding a bunch of MC's(linkage ID:buttonHolder) dynamically using a for loop and attachMovie. If I want to dynamically add an onRelease function to each of those MCs,so that each of them links to different links how would I accomplish that? here's where i've reached so far..
var depth:Number=0; var nextY:Number=77; for (i=0; i<5; i++)
I have two TLF textfileds in my application. The first TLF textfield is on the stage and the second one is created dynamically during runtime. Now I am able to embed the fonts in the first TLF textfield by using "use device fonts" since it is on stage. The flash player the rendering the data absolutely fine. I want to get the same look and feel for the second TLF textfield which is created dynamically during runtime. I tried so many ways.
I am having problems while creating object with actionscript, I am new to it and I am getting some errors. I am creating my object this way
Code: var myMC:MovieClip = new MovieClip(); myMC.x = 50; myMC.y = 50; myMC.name = "hunterToken"; tCursos.addChild(myMC); And it is created, so far everything's good
Later I try to access the visible property, and I get an error Code: tCursos.hunterToken.visible=false; And I get this error: Code: TypeError: Error #1010: A term is undefined and has no properties. at newSiteHTR_fla::mCursos1_1/go()[newSiteHTR_fla.mCursos1_1::frame1:157]
I am confronted with a simply yet annoying problem: I manually created a row of MovieClips inside another movieclip container_mc on the stage in the Flash CS4 Editor. The MovieClips are named in the same convention (eg. target_1_mc, target_2_mc, ...target_200_mc).
When I try to access a property of it via AS3 during runtime of the SWF like this, it works:
container_mc.target_0_mc.alpha = 0; But how do I access the MovieClip dynamically? During runtime, a script will determine of which MovieClip i need to access a property. I will get the ID number of the MovieClip I want to access. So I need to be able to to something like this:
var mc_ID:int = 2; ["container_mc.target_"+mc_ID+_mc""].alpha = 0;
Obviously, that doesn't work. When I would create all the target-MovieClips dynamically at runtime, I would simply put them in an array. But in this case I need to work with the existing MovieClips manually created in the Flash Editor.