PDA

View Full Version : rss feeds not working


charles32fla
12-01-2005, 04:35 PM
Hey gang. Ok I got everything working in the rss new reader 1. I embedded the applet into an iframe and the reader seems to be working but, the news links are not coming up at all. Here is a the exact page of the reader that I am trying to get to work http://www.everyday-pchelp.com/iframe2.php Can someone tell me what I am doing wrong with the script, or reader.... I have checked the file permissions and everything is fine with that part.

klj2000
12-01-2005, 08:20 PM
Take these files out of the folder and put them in the same folder in which you want this applet to show up. That or I need more detail on what you doing to edit the path and which applet.

charles32fla
12-03-2005, 10:16 AM
Do I take all files from deploy and source and place them in the default root of my public html along with the iframe that I am working with ?

charles32fla
12-07-2005, 05:38 AM
Ok I got the rss working correctly. Now there is a problem with the size of the rss box. I have tryed to resize the box using the config.xml, but nothing works.. I have even messed with the code that you paste into the page to show the movie, but that doesn't seem to work at all either.... Here is the test link i Have so far. http://www2.everyday-pchelp.com/

Also, as you can see on this demo page I have there is a scroll bar at the bottum of the rss movie.. I have tryed to resize that also and doesn't seem to take once apply everything. Can someone please give me a hand on this issue :) Thanks in advance!

charles32fla
12-07-2005, 07:10 AM
ok I got the feed box to resize, now the rss feeds are not loading. Here is the demo page.


http://www2.everyday-pchelp.com/

charles32fla
12-07-2005, 09:09 AM
ok I load the page in firefox and I look at the errors from every script that I have running on the page.....This is the error that I am getting from the rss reader and this is the only error on the whole page.


Error: missing ; before statement
Source File: javascript: Error: uncaught exception: Permission denied to call method Location.toString
Line: 1, Column: 17
Source Code:
Error: uncaught exception: Permission denied to call method Location.toString




I am getting so frustrated with this now

treyb
01-04-2006, 07:35 PM
ive got the rss feed #3 and ive embedded it within a table on my page in dreamweaver... i have taken the contents out of both my source and deploy folder's and placed them within my root... and it still isnt working... within dreamweaver i have placed the swf file as the source file... when someone say's iframe-- what are they talking about ? ? ?

g8z
01-05-2006, 12:33 PM
hi,

I don't think that this is a bug in the Flash RSS reader... there is no javascript at all in these readers.

- Darren

klj2000
01-05-2006, 03:11 PM
Hi treyb: First off you don't need any of the source folder or contents of this folder on your website. This is just source code for editing the looks or code in flash. All you need is to take these files out of the deploy except the html file and place these in the root of your web or where ever this page is that you want to display this rss feed. It just makes it simpler to do it this way so you don't have to edit the paths in the swf file or edit the config.xml file. I will also state to copy and paste the <object> code from this html file that came with the rss feed and paste this into the file where you want it to show up on your page. That should do it. Makes sure you clear your browser cache in between changes so you don't pick up old values from old files.

treyb
01-10-2006, 08:12 AM
klj let me see if i understand this correctly... i just take out the content's from my deploy folder and place them in my root folder...if i remember within the deploy i have the xml - dtd - index.html - rssreader03.html... from what your telling me, i do not place the index.html file in my root--right ? ? ? so i place the applet within my page -- right ? ? ? and i paste the html code from the index file where the applet has been placed right ? ? ? im not being ignorant- just trying to get it right--ive been spinning my wheel' s-- i took a break from this for a couple of day's and now im back....
*** also can you answer this question for me to ***
when i make the change's in the flash file and xml file .. .do i have to publish it to the deploy folder and also save the xml to the deploy folder as well for the change's to be reflected within the index.html file... wondering...
thanks
trey

treyb
01-10-2006, 04:55 PM
still not working... i removed the index file and placed it back in the deploy folder... i then chose the index file though and saved it as " rssreader.html " and placed it within my root and then i uploaded it... when i try and view it . the page load's to 4+ bar's and nothing...
http://www.totalwebdesigns.org/rssreader.html
using rssReader 03

any idea's
trey

treyb
01-10-2006, 04:57 PM
forgot to mention the webpage is a dynamic webpage... m

treyb
01-10-2006, 05:06 PM
dumn ass here i just moved all the file's except for the index to my root folder and the page did pull up but no new's is scrolling...any idea's...

treyb
01-10-2006, 05:38 PM
yea it pull's up but no new's... say's requesting data then nothing...

http://www.totalwebdesigns.org/rssreader.html

treyb
01-10-2006, 08:02 PM
this is rediculous .. the link above isnt active anymore... can some please post step by step direction's to do this... cause whatever im doing isnt right...id like to use this reader in my site....

trey

charles32fla
01-31-2006, 10:00 AM
Reason why the rss readers are not working correctly when placed in a subfolder in the root dir is,: the file path for each of the dtd, and xml are not correct or the right folder name. You can recompile the swf from the source of the movie. To do so open up flash mx and change everysingle path that you find pertaining to the main swf, dtd, and config xml file to the folder paths that you wish. ((((Example)))) path="config.xml" Change th is to path="your folder name/config.xml" Now this is not what your going to find exactly but you can get the idea what to do or to change in the main file. GOod luck guys :)

klj2000
01-31-2006, 03:39 PM
It's much simpler to just change the two paths in the <object> code in the html file to point to the correct location of these files. Then you can copy and paste this <object></object> code into your page where you want it. Why recomplile the whole .fla file if you can just edit the path in the swf file. If you place these files in the folder or in your web root where you want this rss feed to show up then you wouldn't have to edit any paths. This seems to be the easiest way I have found to do this. Then I place the code from the html file in my file where I want it to show up at. As long as the file you want this to show up in is also where the rss feed files are all located then it should work.

amrock
05-11-2006, 06:42 AM
http://webrankingconsultants.com/wordpress/wp-rss.php

I added the files to the root directory, changed the two paths to the above for the <object> tag, and did not change the xml file.

A blank white square appears for the reader and I was wondering if I had to use a different path, because the example path ended in .rss instead of the .php I am using above.

amrock
05-11-2006, 07:16 AM
I did a path through feedburner that had a .rss extension and tried that, but it did not work. It was the same result just a blank white box.

Michael

http://feeds.feedburner.com/webrankingconsultants/seo.rss is the path that I used.