Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
monkonfire #1
xml in flash and html
Hi
I'm creating a site that has a news page displaying xml content in flash - i'm
using this so it can be updated externally. I need to create a second news page
that the user is redirected to if they do not have a flash plug-in - this will
be a html page. Is it possible that the same xml files are imported into this
page and formatted with the same css so i don't have to create and update two
files ? or am I going about this the wrong way ?
ta
monkonfire Guest
-
html in flash
is there any way that I can get html code into a flash movie? -
Flash vs HTML
I've always wondered about this: How much animation do you think should be on a site before you choose to do the whole site in Flash apposed to... -
Flash .html Plays on Server but NOT on html page
Sorry for being so green. Running IIS Microsoft Server 1. Installed FMS 2. Installed Player 8 and 9 Uploaded .flv and .swf files to server.... -
Do you need the flash player to see a flash animation in a html document
?? because everyone is using flash in their html documents now days thanks kevin -
Flash and HTML Help
Hi there, I'm trying to create a menu which you can see here: http://digitaldreamz.com/ and so when you click on the first thumbnail it will... -
Jamesabth #2
Re: xml in flash and html
You can use JavaScript or PHP/ASP/JSP/ColdFusion (ie most server side scripting
languages). A server side script is usually better as it doesn't rely on the
client having JavaScript, but you are probably using JavaScript for Flash
detection anyway. I would still recommend using a server side script, if you
can on your hosting server.
If you have Dreamweaver and you decide to use server side scripting - it will
do all of the scripting for you!
James
Jamesabth Guest
-
monkonfire #3
Re: xml in flash and html
Hi James
thanks for responding
please excuse the idiot - that being me - so what would you recommend is the
simplest and best way of displaying the same information from 1 document (i was
going to use xml) in 1 flash page and 1 html page formatted by the same CSS
file ?
any tips or directions to tutorials would help mucho ta
J
monkonfire Guest
-
Jamesabth #4
Re: xml in flash and html
XML and a server side script would be the simplest if you have a program like
Dreamweaver. This would involve two simple steps:
1) Creating an XSLT (.xsl) file that reads and positions the XML data.
2) Reading the XSLT file with a server side script and including the XML in
the page body.
Jamesabth Guest



Reply With Quote

