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?
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?
how I can make Flash buttons with rollover/rollout behaviors like News Today? (Ex. Refresh, Find, Broadcast) [URL] Instead, I have crappy buttons that stay on the rollover state if the cursor rolls over them too quickly. I need 'em to go back to the initial state if rollout occurs. My crappy buttons: [URL]
im trying to make a simple animated news page for digital flash magazine, I want there to be several boxes on the page that are static until you mouse over them at which point they will start to animate. I have got that far i have created the symbol and i have build the animation inside of the symbol.In my actions layer i have put...
Symbol.stop();
Symbol.addEventListener(MouseEvent.ROLL_OVER, animateMC); function animateMC(evt:MouseEvent):void{ Symbol.play(); }
and that works the symbol is static until i mouse over and it begins to play the part im having an issue with it making the animation stop when you move your mouse away (MOUSE_OUT)
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!
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]
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
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
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.
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.
I would like to make a Marquee for news that is/has happened with my site.I have know Idea where I want to get started. Basically I want to have an XML File, and just load its contents and display it as a never ending marquee.
I'm trying to get the code below to work, but no such luck: Code: var newsAry = new Array("news/040720.html"); for(i=1; i<=newsAry.length; i++) { this["btn" + i].index = i; this["btn" + i].onRelease = function() { getURL("javascript:openNewWindow(" + newsAry[this.index - 1] + ",'newswin','height=400,width=450,toolbar=no,scrollbars=yes')"); }} I'm trying to get the 'newsAry' Array to work in the javascript getURL action. When I use a regular html page in there the page works just fine.
Ok I'm trying to make a small thing on a website that will allow the user to update the news themselves.... after reading up on it i found that to export a textfile in this way I would have to have a serverside script to execute it for me (PHP in my case)... I did it, but it isnt working..
I'd like to make a circle slide ( Slider that on the shape of circle instead of vertical and horizontal Slider) like this one: [URL] Is there a ready Component on the web.
Here is the code I started but I want to make a slider naviagation once the page is click then the page marker will move to what page I am on?[code]...
How would you script the movement limitations to create a diagonal slider? Im not looking for anything tricky. Just a plain 45 degree, .785 rads, um i think angle movement.My current Horizontal slider is as follows.
is there a way to make the slider work with the gotoandstop. I would like to us a slider as a navagation bar and when u slide to home all the stuff related to home pops up and so on.