User Tag List

Results 1 to 5 of 5

Thread: RSS Feeds? Databases?

  1. #1
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Oct 2010
    Posts
    84
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    RSS Feeds? Databases?

    Hi all,

    Is it possible to make a flash frame that can recieve and display an rss feed? I am thinking of a frame which I can post onto my site called "latest news" and have it upated regularly via rss without having to manualy change the content and re-upload the swf file every time I have new news.

    Also, and I doubt this, Is it possible to retrieve information from my site database and display it in a flash frame? This would solve about a million problems for me.

    my site has 13 chat rooms using RMS. Would it be possible using fusion as a swf to retrieve information about how many users are in a cirtain room and load that number into a counter to display it? I guess it all comes down to the abillity to retrieve the information in a flash build.

    Any advice welcomed,

    Thanks,

    Nathan

  2. #2
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: RSS Feeds? Databases?

    1. Receive? An RSS feed is nothing but an XML file. All you would have to do is use the Get object and Get the URL of your RSS feed, then parse it in MMF2. Although, parsing RSS feeds is more difficult than simply displaying pre-formatted text from a .txt file on your server, which may be more of what you want.

    2. Yes, if you write a PHP script or other sort of script you know how to use with your website, you can again use the Get object to get information from your database through the script.

    3. I don't know what RMS is, but it may be a similar solution to #2.
    Working as fast as I can on Fusion 3

  3. #3
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Oct 2010
    Posts
    84
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: RSS Feeds? Databases?

    cool, thanks Lb.... looks like im going on an intecsive php learning curve lol.

    Now that I know the direction does anybody else have any more detailed information on how I might get to my destination... please bare in mind that I am a bit fusionally challenged!


  4. #4
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: RSS Feeds? Databases?

    PHP's not that bad once you get used to it Look up a basic Hello-World tutorial, get some webspace and upload something to just show a sentence or two then try using the Get Object to bring that down into MMF. Then just build outwards gradually...

    Further down the road, one thing to bear in mind is that for the Get object to work in Flash, the server for the page you're calling needs a crossdomain.xml file that allows calls from wherever you're calling it from. Search earlier on the forum for more about it.

  5. #5
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Oct 2010
    Posts
    84
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: RSS Feeds? Databases?

    great advice, thanks David.

Similar Threads

  1. making custom website control panel, need help with ftp object and feeds
    By SoftWarewolf in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 30th April 2013, 10:44 AM
  2. Databases
    By Game_Master in forum SWF/Flash Export Module Version 2.0
    Replies: 2
    Last Post: 30th May 2010, 06:17 PM
  3. Working with databases
    By Shawn in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 8th June 2009, 07:48 PM
  4. Moo Databases?
    By Looki in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 23rd January 2007, 12:53 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •