Hello

I tried to include the flash file using SWFObject. (
*http://blog.deconcept.com.)
<http://blog.deconcept.com./>

Occured the following javascript error =>

'n ' has no properties on swfobject.js

Can someone help me to solve this ?

The html I used is given below:
*

<html>
   <head>
       <script type="text/javascript" src=" swfobject.js"></script>
       <script type="text/javascript">
           var so = new
SWFObject("images/upload/so_tester?clickTAG='http://www.biokerala.org?id=10'",
<http://www.biokerala.org/?id=10%27%22,>
"mymovie", "468", "60", "7", "#336699");
           so.useExpressInstall('expressinstall.swf');
       </script>
       <title>Flash</title>
   </head>
   <body>
       <div id="flashcontent">
           This text is replaced by the Flash movie.
       </div>

       <script type="text/javascript">
           so.write("flashcontent");
       </script>
   </body>
</html>

Regards
Aniesh Joseph
_______________________________________________
New York PHP Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

NYPHPCon 2006 Presentations Online
http://www.nyphpcon.com

Show Your Participation in New York PHP
http://www.nyphp.org/show_participation.php

Reply via email to