1) Script Title: "Dynamic Ajax Content"
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...jaxcontent.htm
3) Describe problem:
(translated into English by Google)
Hello,
I am writing you about the script "Dynamic Ajax Content". I would like to load into DIV pages with a flash object like the following example (viewer = Simpleviewer from Airtightinteractive):
------------------------------------
------------------------------------Code:<script type="text/javascript" src="album/ext/swfobject.js"></script> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="100%" height="100%" title="xxxx"> <param name="movie" value="album/ext/viewer.swf" /> <param name="quality" value="high" /> <param name="BGCOLOR" value="#ffffff" /> <embed src="album/ext/viewer.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100%" height="100%" bgcolor="#ffffff"></embed> </object> <script type="text/javascript"> var fo = new SWFObject("album/ext/viewer.swf", "viewer", "100%", "100%", "30", "#ffffff"); fo.write("flashcontent"); document.getElementById('color').style.zIndex="20" </script>
Can you tell me if this is possible and how to proceed?
Thank you in advance,
Paul Le Corre
France - Lyon



Reply With Quote
Bookmarks