I'm trying to embed a flash player and a movie, into an EZ-Page.
I've looked at some of the other posts regarding this subject, but nothing seems to work with this particular flash player and movie.
Can someone help me here?
Here's the code, in an index.htm, that works fine (as long as it isn't in a Zen-Cart page). Obviously, the index.htm file is also in the same directory where swfobject.js and FLVVideo.FLV are located.
John Rayfield, Jr.HTML Code:<html> <head> <title>MOTOTRBO Video</title> <script type="text/javascript" src="swfobject.js"></script> </head> <body> <center> <h1><font face="Verdana">West Tennesse Healthcare</font></h1> <br> <div id="flashcontent"> Upgrade your Flash Player to version 8 to view this video! (<a href=http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player.exe target=_blank>Click here for the download</a>) </div> <script type="text/javascript"> var so = new SWFObject("SkyBlue.swf?path=FLVVideo.FLV&buffersize=10&startauto=false&redirect=", "player", "420", "350", "8", "#ffffff"); so.write("flashcontent");</script> </center> </body> </html>
www.rayfield.net



