PDA

View Full Version : Thread From Forum Into Flash



Digitalosophy
September 1st, 2003, 06:51 PM
Hey how can I load a thread from a forum into flash? My guess is to make a php page that reads that thread and load it into flash from there. Or can i dirctly call it from that existing page?

Thanks

ahmed
September 1st, 2003, 06:56 PM
you can load this very page into flash, but you will not be able to display it as Flash doesn't support half of the html tags used in this page.. :)

Digitalosophy
September 1st, 2003, 07:02 PM
hmm okay so how about just plain text?

Let's say I wanted to load the first post in this thread from this page. How would I do that as far as the php is concerned? What page would i be editing? or would I be making a new php page?

thanks for the quick reply :)

Jubba
September 1st, 2003, 08:49 PM
you would have to make a new page to call the data from the database...

Digitalosophy
September 1st, 2003, 09:00 PM
great thats what i started to do, thankx

eyezberg
September 3rd, 2003, 03:49 AM
yup, only you can't coz you don't have the access details for the db :)
so you can try to use the url in your browser (http://64.207.155.38/forums/showthread.php?s=&threadid=33246) and parse the returned page to get the text only..good luck ;)

ahmed
September 3rd, 2003, 04:08 AM
forums should have RSS feeds like those of weblog's.. it would be pretty cool and very useful :)

eyezberg
September 3rd, 2003, 08:19 AM
yeah, you'd get a feed with like 100 "help" titled posts..lol

Digitalosophy
September 3rd, 2003, 09:32 AM
thanks guys, i figured it out. let me explain what exactly i am doing. i set up a message board where a mod will input news to a locked section. the news section of the website will read off that section. got the php working fine, right now just having a bit of trouble loading it into flash. i loaded php into flash before but this seems a bit different. i may have soem further issues so be sure to look for another post :)

thanks!