Welcome Guest, Not a member yet? Register   Sign In
using flash and xml slide show
#1

[eluser]mohamed eid[/eluser]
hello all
can any one here explain how to use flash and xml slide show in codeigniter
i need to know how to put the the picture from database in the xml file
#2

[eluser]CroNiX[/eluser]
Personally I would avoid flash and try to use a HTML5 way.

But, you just grab what you need from the database and create an XML file using the results. There are some xml helpers in the wiki, or you can use phps native DOMDocument (or others). You just need to study the format of the xml that is needed and build a tree with your own data following that format.
#3

[eluser]mohamed eid[/eluser]
thanks for your replay
can you attatch an example here please
#4

[eluser]CroNiX[/eluser]
I'm sorry, this is a bit too complex for a quick example. There are a lot of tutorials on the net for using php to create xml files.
Here is one: http://www.ibm.com/developerworks/library/os-xmldomphp/




Theme © iAndrew 2016 - Forum software by © MyBB