[nycphp-talk] RE:; Include destination url to SWF using SWObject => Error in the js include file
Aniesh joseph
anieshjoseph at gmail.com
Fri Mar 16 06:01:56 EDT 2007
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nyphp.org/pipermail/talk/attachments/20070316/dcf05fd4/attachment.html>
More information about the talk
mailing list