Intetergrating php rss with flash display

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chazzy69
    New Member
    • Sep 2007
    • 196

    #1

    Intetergrating php rss with flash display

    I was wondering if it would be possible to first retrieve a rss feed with php and then try to display it in a flash design in which i could make the rss feeds scroll.

    Or would i have to use javascript to achieve the scrolling??

    Any ideas would be greatly appreciated thanks
  • Markus
    Recognized Expert Expert
    • Jun 2007
    • 6092

    #2
    Originally posted by chazzy69
    I was wondering if it would be possible to first retrieve a rss feed with php and then try to display it in a flash design in which i could make the rss feeds scroll.

    Or would i have to use javascript to achieve the scrolling??

    Any ideas would be greatly appreciated thanks
    RSS is just an XML file, so you could quite easily parse that with one of the XML classes available to PHP (google). Yes, flash does have the capabilities for scrolling content.

    Mark.

    Comment

    • chazzy69
      New Member
      • Sep 2007
      • 196

      #3
      Sorry what i ment is, i already have a php script to parse a rss feed but i was wondering if i could somehow import this text into a flash file so that i could scroll the output from the rss parsing.

      Thanks again

      Comment

      • Markus
        Recognized Expert Expert
        • Jun 2007
        • 6092

        #4
        Originally posted by chazzy69
        Sorry what i ment is, i already have a php script to parse a rss feed but i was wondering if i could somehow import this text into a flash file so that i could scroll the output from the rss parsing.

        Thanks again
        That's a Flash question, not PHP.

        Comment

        • chazzy69
          New Member
          • Sep 2007
          • 196

          #5
          Ok thanks, ill try the flash forum then :)

          Comment

          Working...