ActionScript 3.0 :: Customizing RSS Flash Feed

Aug 12, 2011

I'm using FlepStudio's RSS Flash widget to provide a feed from a blog. Whilst I have everything working properly i'm having problems customizing it. I want to alter the size of the feed titles and 'read more' text which is addressed in AS as title_txt. I have tried both changing the font settings in the main.fla and tweaking the variables for title_txt in the .as to no avail.

View 2 Replies


Similar Posts:


Scrollbar :: Customizing The UIScrollbar In Flash CS4?

Feb 18, 2010

Are you able to customize the UIScrollbar component in Flash CS4?

View 2 Replies

Customizing A Flash XML Template: Embeding Video

May 8, 2009

I've purchased a flash template with an xml file that gives the path to the content to the .swf.  This much i know!  Also, I have all the source files!  My issue is i would like to replace some of the images with video clips.
 
Here is the flash site (demo stock version) : http://oliviersaut.com/site_flash/[/URL]Here is the original version of the xml file: http://oliviersaut.com/site_flash/tfile_main.xml
 
As you can see with the flash site there are 4 sides, i would like to add videos thumbs (these i can make screen shots) on the left hand side that says "BEDROOM". Then once you've clicked the video thumb the video is displayed in the middle like the photos.  Do i have to alter the original .FLA file to add .mov or other video formats into the center area that displays the full image of the small thumbs?  the size is 788px  by  524px.
 
Furthermore, Scrolling half way down the xml page you will find [I]<page name="GALLERY">[/I] and then <image imageUrl="_pic3.jpg" link="http://www.yourcompany.com"/> is there xml code that i can add to put in the video?
 
Also, here i can change the photos but it seems only in this exact order.  If i remove a line or add more photos to the sequence the order does not correspond when i refresh the .swf file. 
 
PS.  I've also attached the xml file to this post.

View 3 Replies

ActionScript 1/2 :: Customizing Browser Pop-up Windows In Flash?

May 31, 2009

I recently completed a tutorial on Adobe's web site on how to create pop-up browser windows through Flash using the getURL/navigateToURL with JavaScript method.  The tutorial works great, however, there are a few tweaks I'd like to make, and I'm sure not sure how to go about doing them.  The tutorial shows how to make a pop up without scrollbars or the toolbar, but I'd also like the location bar, menubar, and status bar to disappear as well.

[Code]...

View 2 Replies

ActionScript 3.0 :: Customizing Flash Context Menu?

Dec 12, 2010

I Wrote this code but (redraw region) is still visible what can i do to hide it

ActionScript Code:
var my_menu:ContextMenu = new ContextMenu();
my_menu.hideBuiltInItems();
var my_notice = new ContextMenuItem("Heights Agency - Visit our site");

[code]....

View 2 Replies

ActionScript 2.0 :: Customizing Title Bar In Swf?

Oct 27, 2003

how to go about customizing the title bar of a swf or exe published out of Flash. Instead of it saying "Macromedia Player 6" I would like to have my own icon and the title bar read "My Movie"? I have seen it done but can't seem to find anything in the help files of MX on how to do this.

View 4 Replies

Javascript :: Customizing Error On JWPlayer?

May 4, 2011

I need to change the text that is output when the JWPlayer encounters an error and states "Video not found or access denied:filename.flv". I'm wondering if this is at all possible by passing through parameters to the embed object?

View 1 Replies

ActionScript 2.0 :: Customizing The GataGrid Compntent?

Feb 15, 2008

I would like to make mine look like the windows xp datagrid. How can I customize it or create a new on that looks like that? I know only AS1 and AS2. I know it is very easy to edit it in AS3.

View 2 Replies

ActionScript 3.0 :: Customizing Scrollbar Within Scrollpane Setup

Jun 22, 2010

I have my scrollpane all set up and ready to go, but I would really like to set the scrollbar to a specific height--one much smaller than the scrollpane. I'm using as3 in cs3. The name of my scrollpane is "scrollpaneabout."
import fl.containers.BaseScrollPane;
import fl.containers.ScrollPane;
import fl.controls.ScrollBar;
scrollpaneabout.source = scrollcontentabout;
scrollpaneabout.setSize(570,260)
scrollpaneabout.addEventListener(Event.ADDED,spCom plete);
function spComplete(event:Event):void {
scrollpaneabout.verticalScrollBar.x=-54.5;
scrollpaneabout.verticalScrollBar.height=80;
scrollpaneabout.verticalScrollBar.y=50;
}
However, the height property has no effect.

View 1 Replies

ActionScript 2.0 :: Customizing FMX04 Components (label)?

Mar 8, 2005

I'm trying to find a clear and concise book or online referece that can assist me in customizing the components that come with FMX04.Namely the label component. I know how to change the "halo" theme in general to get the buttons and text boxes to change color, but beyond that I am at a lost.

I have tried Macromedia, searched here/Flash Kit/google, but nothing that I can learn from. Live Docs has a feedback part where someone posted some code and while I can cut and paste it, I'm not completely sure how it all worked.

View 1 Replies

ActionScript 2.0 :: Customizing The Header Of Accordion At Run-time

Sep 4, 2005

I was looking for a way to customize the header color of the Accordion component. I found this article at macromedia and managed what i wanted to. customizing requires this class file to be included :

[Code]...

View 1 Replies

ActionScript 2.0 :: Tutorial For Customizing The MediaController Component?

Aug 16, 2006

recommend a tutorial or guide to heavily customizing the MediaController component? Customizing components at the level my group is looking at for a project we have is way beyond what we've done before.

View 1 Replies

ActionScript 3.0 :: Flex - Customizing/skinning Components?

Apr 8, 2009

I'm just starting out with Flex, and I want to customize a component (a HSlider) to have a gradient colored background that I can dynamically change Same functionality as a normal HSlider, except for the background.How should I approach this?

View 1 Replies

ActionScript 3.0 :: Customizing Save To Image Script?

May 17, 2009

Here's what I want to do:

1. Make a specific pixel area where the image is saved from.

2. Remove the choice for image and saving.., ONLY allow save in JPG and Open in browser.

(not as important, yet) 3. I'm trying to import a supplementary movie clip into this file, but it gives me error messages...not sure where to start figuring that out.

View 11 Replies

ActionScript 2.0 :: Customizing Kirupa Xml Slide Show?

Jan 15, 2010

I used the "Kirupa xml slide show" for AS2, and added a fake zoom effect, where I actually on click swap the image for the larger version of the same image that visitor can drag around and inspect upclose. One last thing that doesn't work is that when initially the page loads, the larger image in the background shows up behind the smaller one, and I want it turned off. Once you start clicking, the two images hide and reveal perfectly, but not at first. [URL]

Stage.scaleMode = "noScale";
Stage.align = "LB";
function zoomOut() {

[code]....

View 4 Replies

ActionScript 2.0 :: Customizing FMX04 Components (label)

Mar 8, 2005

I'm trying to find a clear and concise book or online referece that can assist me in customizing the components that come with FMX04. Namely the label component. I know how to change the "halo" theme in general to get the buttons and text boxes to change color, but beyond that I am at a lost. I have tried Macromedia, searched here/Flash Kit/google, but nothing that I can learn from. Live Docs has a feedback part where someone posted some code and while I can cut and paste it, I'm not completely sure how it all worked. And if I can't figure it out then its just not as fun.

View 1 Replies

ActionScript 3.0 :: Customizing Style (Font / Color) Of ComboBox

Nov 10, 2010

How to change the font and overall look of a combobox in Flash / ActionScript 3? Are there theme files I could download, or a script I can use? I am relatively familiar with AS3 / Flash, but have never needed to skin a combobox till now.

View 4 Replies

ActionScript 2.0 :: RSS Feed Into Flash

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

IDE :: RSS Feed Works In Flash Only?

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

ActionScript 3.0 :: Music Player Coding Adjustments - Customizing Features

Jan 30, 2009

I got a music player template online and I am having trouble customizing some of the features.

1. It has a play/pause toggle button, and I have them separated, and included a stop button.
2. I wanted the volume to go up and down, instead of left and right
3. And I would like my picture to change when I hit next

[Code]...

View 0 Replies

ActionScript 2.0 :: Flash8 RSS Feed Into Flash?

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

ActionScript 2.0 :: RSS Feed Widget In Flash

Nov 27, 2009

I've created this code for an RSS Feed Widget I would like to post on a site. the Widget will pull info from various sites. The code is built on Adobe CS4. When testing I don not get any errors, however, it does not display any information either.
Code:
var widget //Widget;
var rss;
var textfield:TextField;
addEventListener("widget-loaded",onWidgetLoaded);
function onWidgetResize( evt:Event ):void
[Code] .....

View 1 Replies

ActionScript 3.0 :: Parse XML Feed To Flash

Jan 19, 2009

I'm trying to parse a RSS which comes from a page to Flash. But Im having some trouble, I wonder if someone could with some input/hits/tips whatever to take out links to picture, texts and attributes from the RSS so I can make flash with dynamic pictures. I found two components but I cant make them work.[URL] Also this tutorial but it seems confusing. I can get on with some articles, tutorials or something.?[URL]

View 3 Replies

ActionScript 1/2 :: Load An Rss Feed Thru Xml In Flash 2.0?

May 25, 2010

I have never looked into RSS feeds before, I now have someone that wants  Yahoo rss newsfeed  embedded in his main.fla. I have an AS 2.0 rss newsreader he sent to me, knowing nothing about RSS I started to look around and eventually got to a point where I went to a Yahoo RSS feed and copied the source page and dropped it in the xml file that came with the feedreader. When saved, published and uploaded to the server the file displays the feed from yahoo fine, but it never update the stories. I would think this has to do with the xml as it is embedded in the page so it can't change so my question is how do I get an rss feed converted to xml to update???

View 1 Replies

Flash :: Load An RSS Feed Onto A Website With Only This?

Sep 14, 2010

Can you load an RSS Feed onto a web site with only Flash AS3 or do you need something else like flex?

View 1 Replies

ActionScript 3.0 :: Editable RSS Feed In Flash

May 18, 2011

I am making a website that needs to read a RSS feed from a blog and then place the information into flash. I have gotten as far as getting the information into flash and viewing it. However I can't get the scrolling functions to work nor do anything else with the feed. The goal is to be able to format the feed in the way that it is online so that it is scrollable but only the most recent post on the feed. Do I have to change how the information is being used in flash to better manipulate it such as xml? Or is is something I've overlooked while using the rss feed code?

View 0 Replies

Actionscript 3.0 :: Facebook Feed In Flash?

Jun 6, 2011

I'd like to know if you can stream someone's facebook feed in Flash. At the least, it seems you can stream an RSS feed in Flash (I'm not an advanced user, sorry if thats an obvious question), and since Facebook offers an RSS feed for each profile, I'd imagine I could stream that RSS feed.Is there a "standard" way to stream a Facebook feed in a full flash site? Is it possible at all?

View 5 Replies

ActionScript 3.0 :: Importing RSS Feed Into Flash?

Mar 16, 2012

I have been creating an rss feed list in flash using the following tutorialI get stuck when trying to make each list item clickable to source url. the Description log isn't needed - just a list item --> url

var rssLoader:URLLoader = new URLLoader();
var rssURL:URLRequest =
new URLRequest("http://rssfeedurl");

[code].....

View 7 Replies

Data Integration :: Loading Rss Feed Into Flash?

Apr 3, 2008

I want to load an RSS feed into flash so it is selectable if that is possible

View 2 Replies

ActionScript 3.0 :: Read A Rss Feed For A Flash Application

Jun 28, 2010

I'm trying to read a rss feed for a Flash application. It works perfect locally but I get that security error live o
n the web. I cannot obviously install a crossdomain file on this server because it's not mine.

View 6 Replies







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