|
|||
|
I would greatly like some help with installation. I’m a newbie but had have some success with other coding but this one got me. Probably a simple matter and won’t take up to much of your time. I upload the 2-test folder and all it’s files on to my server. I named the uploaded folder news. In the folder contains 4 files data.xml, index.html, preview.swf and also swfobject.js. Is there any other file that sould be upload to this folder? Now to enabled it I used
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”> <html xmlns=“http://www.w3.org/1999/xhtml” xml:lang=“en” lang=“en”> <head> <meta http-equiv=“Content-Type” content=“text/html; charset=utf-8” /> <title>FLASHTORY</title> <!— SWFObject embed by Geoff Stearns geoff@deconcept.com deconcept You’ve got your good thing, and I’ve got mine —> <script type=“text/javascript” src=“http://www.pyasite.com/community/mod/riverdashboard/news/swfobject.js”></script> <style type=“text/css”> #flashcontent { height: 100%; font: 12px ‘Trebuchet MS’, arial, sans-serif; font-weight: bold; color: #999; text-align:center; line-height: 200px; } body { margin: 0; padding: 0; background-color: #000000; height:100%; width: 100%; } #flash{ display: block; } html{ margin:0; padding:0; height:100%; width: 100%; } </style> </head> <body> <div id=“flashcontent”> You need to upgrade your Flash Player</div> <script type=“text/javascript”> // <![CDATA[ var so = new SWFObject(“http://www.pyasite.com/community/mod...s/preview.swf”, “flash”, “100%”, “100%”, “8”, “#000000” so.addVariable(“xml”, “data.xml” so.write(“flashcontent” // ]]> </script> </body> </html> Is this the correct coding in relation on where the files is located on my server? Right now I have no content showing, just the a black blank space where I would love to put it. Any ideas or suggestion would be a great deal of help. Thank You Dan |
|
|||
|
Hello Dan, yes this seems right to me but I can't tell you for sure. Please check the base tag -> HTML base tag Maybe it's related to this.
If you still fail, please email me
|
|
|||
|
Razvan I have did what you had suggested but still no luck. I looked carefully at the html code and I noticed that the html file does not contain any xml. Is that fair to say that? If so, what is the coding to put in the html files and where?
|
|
|||
|
Hi Dan, I'm sorry but I can't figure it out like so. Please email me with your project razvan@oxylus.ro
Cheers !
|