ActionScript 3.0 :: Put A News Feed Into A Small Flash App?
Oct 1, 2009
i have to put a news feed into a small flash app that i use as digital signage for my restaurant. I want to get some local news or maybe some sports news form sky sports.
What i need to know is what actual file i am looking for on the news site server, is it just a rss file or a xml file??Also i be able to automatically update the ticker when the news site updates their news??
View 1 Replies
Similar Posts:
Jan 26, 2011
Is there a way to perfectly load a Facebook News Feed inside Flash?Haven't been able to find anything so far..
View 5 Replies
Dec 23, 2008
I am trying to load a news feed in xml. It works fine when I run it in flash by clicking ctrl + enter but when I load the .swf in the browser or try to load the .html in the browser I get a Error #2044: Unhandled securityError:. text=Error #2048: Security sandbox violation:
[Code]...
View 5 Replies
Oct 9, 2009
Right direction, for making a facebook style new feed? I am trying to make a Feed that is updated with user comments!
View 3 Replies
Mar 9, 2010
I am thinking of an AIR app that I can use as an RSS feed widget like stuff. In which I can post news and updates etc..using FMS.
View 4 Replies
Dec 26, 2003
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..
View 14 Replies
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
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
Jul 17, 2009
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.
View 0 Replies
Nov 20, 2008
I created a News Ticker in Flash CS3 from a tutorial on your site URL...But it just flashes "undefined" I know I must be messing something up with the location of the XML file or where it's defined in the action script. I don't think I understand the "cache" part of the tutorial or why the file can't be local? I have gone to the suggested links in the tutorial, and being a total novice, I must be missing some main point.
View 3 Replies
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
Nov 27, 2006
Could anyone recommend a nice and free Flash News Ticker?
View 6 Replies
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
Jun 22, 2011
I have a question concerning this AS3 script, which is for XML-NEWS-READER i n FLASH
ActionScript Code:
var loader:URLLoader = new URLLoader();
loader.addEventListener(Event.COMPLETE, onLoaded);
var imgLoader:Loader = new Loader();
imgLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, onImgLoaded);
var url:URLRequest/*
[Code]...
As you can see there is a MovieClip in the Library: NEWS_item. The Clip has a textfield and a Imag field(a MovieClip). While the text is passed in the text fields of the NEWS_item Clip there should be afterwords the photos be placed with addChild(imgLoader). But online the last Image appears. What is wrong here?Does someone have experience with xml readers an images ?
View 0 Replies
Oct 10, 2006
how to create a simple horizontal news ticker [URL].
View 14 Replies
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
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
May 10, 2010
I am having a major problem with the news slide show I want to make, Mainly It's a news slide show where the images source is an external folder connects to flash using Xml.Everything is working, but what I want is to make buttons related to the current slides where it changes it's appearance as the slide changes.
I've tried alot, but I guess I am lacking some knowledge when it comes to action script.
View 2 Replies
Jul 24, 2011
How should I go about scraping this flash video off of this site URL...
View 1 Replies
Jun 14, 2005
how to create a news section using xml in flash?
View 2 Replies
Jun 20, 2007
I want to make a news ticker with ASP & Flash. Each trun will show one news.
View 8 Replies
Oct 11, 2009
What is the easiest way to have a dynamic text field display news that has been updated via a form? PHP? what is the easiest to intergrate with action script?
mods: I accidently posted this in the ss scripting forum, sorry; that thread can be deleted.
View 1 Replies
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
Oct 4, 2010
pull some simple text from an external website's RSS feed into a basic text box in a Flash movie. It would need to be in AS2 to fit with the website. The RSS feed is on a PHP page: [URL]
I understand I need to pull the content via an xml / php page under my own domain in order to get around the Flash security, but I still can't scrape together the right code for it to work.
View 4 Replies
Jul 17, 2009
I made this BlogFeed.swf file. Everything works just fine in Flash IDE. It loads the XML, renders it, displays fine and that's it: the world is filled with love and data.
The problem occurs when I try to use my swf online.
Here's the scenario:
SERVER A (Altervista)
hosts the swf file, trying to read the RSS Feed from...
SERVER B (my client's server)
serves the RSS Feed of his blog
[ things I already tryed ]
1) I wrote a crossdomain.xml file (allowing SERVER B domain to access the swf), place it at the same level of the swf file on SERVER A;
2) Set System.security.allowInsecureDomain("*") in the flash file
3) checked on both servers the server-to-server permissions (Altervista lets you do this via its own control panel; the client's server needed me to email the support: did it and they allowed me to connect)
4) moved the swf on ANOTHER server, on which I am completely sure that server-to-server communications are allowed, since I already did something like that.
Nothing changes: always getting the damn HTTPStatus = 0 and no items are shown.
What I really don't understand is why it does work from Flash IDE connecting to SERVER B and it fails (with NO IOError and HTTPStatus = 0, so no debug hints at all...) when I use it in server-to-server mode.
View 1 Replies
May 16, 2007
I've been tasked with producing a Flash movie which will retrieve (presumably as an array) a list of all the articles in our Sharepoint Portal 2003 news listing, and display the title and abstract text, one story at a time (looping through every item in
the array).
I presume I need to use the WebServiceConnector, and point the WDSL URL to our Area's areaservice.amsx, and then presumably use the GetAreaListingData operation to retireve the data, and hopefully pipe the data out into a couple of dynamic text boxes,but beyond that I'm a bit lost. Talk about in at the deep end, but unfortunately as the only developer on site who knows anything at all about Flash, I'm up against it to get this completed as quickly as possible..
View 1 Replies
Jan 19, 2007
I using the news ticker example to create a flash sig for my blog of highlighted posts. The question is there anyway of creating an automatic xml updater? So that all I would have to do is place some sort of "highlighter" tag in a post, then the xml file would be updated, thus a new link appear in the news ticker? I guess if I some how had rss for a tag, that then the xml was read into the flash file.
View 3 Replies
Apr 10, 2007
does anyone know where or what I would search for to learn how to get a news content to load into flash from an external source such as WordPress..?
View 1 Replies
Sep 3, 2003
whats the best way to keep an up to date automized news list with flash. load something externally? php? can it all just be done with actionscript?
View 11 Replies
Oct 21, 2009
setting up an RSS feed into my flash site. I've been trying to work with the code below, but when it displays the code includes all the HTML code of the RSS feed (ie image and link tags). I'd also like it to scroll.
Code (AS2):
Code:
// create a new XML object
var feed:XML = new XML();
[Code].....
View 2 Replies