|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Help!flash site not loading on IE chrome and safari
(sory for my bad english)
I have a problem with a new website im building, its an whole flash based website, the problem is that it can only load on fireox, it cant render on IE chrome and safari when it is hosted in the server, it loads perfctly when it is loaded locally and by this website megaswf.com/view/3eb5a02916c912ba5183142da537c485.html hope some one can help me. here its the code: <!-- saved from url=(0014)about:internet --> <html xmlns="url" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Sustratos Artificiales</title> <script type="text/javascript" src="swfobject.js"></script> <style type="text/css"> /* hide from ie on mac \*/ html { height: 100%; overflow: hidden; } #flashcontent { height: 100%; } /* end hide */ body { height: 100%; margin: 0; padding: 0; background-color: #181818; color:#ffffff; font-family:sans-serif; font-size:20; } a { color:#cccccc; } </style> </head> <body> <div id="flashcontent">SimpleViewer requires JavaScript and the Flash Player. <a href="url">Get Flash.</a></div> <script type="text/javascript"> var fo = new SWFObject("SA.swf", "viewer", "100%", "100%", "8", "#181818"); // SIMPLEVIEWER CONFIGURATION OPTIONS // To use an option, uncomment it by removing the "//" at the start of the line //fo.addVariable("xmlDataPath", "gallery.xml"); //fo.addVariable("firstImageIndex", "5"); //fo.addVariable("langOpenImage", "Open Image in New Window"); //fo.addVariable("langAbout", "About"); //fo.addVariable("preloaderColor", "0xFFFFFF"); fo.write("flashcontent"); </script> </body> </html> the link is www. joseluisespinosa .com dont know if this help, its hosted on DirectAdmin Web Control Panel © 2007 JBMC Software hope someone can help me |
![]() |
| Viewing: Dev Shed Forums > Web Design > Web Design Help > Help!flash site not loading on IE chrome and safari |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|