The webpage reports the following, which seems to be directly referring to the onrelease actionscript in the flash banner:
Error'JparentNode' is null or not an object
Code:0
Mind you, as I mentioned below, the banner functions perfectly on its own.... http://www.holymonkeystudio.com/banners/scribbles.swf
It just Does not function as a link once embedded in my webpage.
Following is the original post and resulting thread.
Hi everyone.
I'm an artist by trade and really new to PHP (and Flash). I've used the following code to embed two small flash banners on my website. http://www.holymonkeystudio.com Only the one on the right about scribbles is currently made to function as a link to another URL, but it doesnt work. I friend tested the banner seperately on a HTML with JUSt the banner and it works perfectly, so It would seem it's definately something to do with how I'm embedding it thats breaking things.
Any suggestions?
Here's the code I'm using to embed the banners:
<h1>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/sh ... on=7,0,0,0" width="320" height="120" id="any" align="left">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="http://www.holymonkeystudio.com/banners/skin_me.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#666666" />
<embed src="http://www.holymonkeystudio.com/banners/skin_me.swf" quality="high" bgcolor="#666666" width="320" height="120" name="any" align="left" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></embed>
</object>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/sh ... on=7,0,0,0" width="334" height="120" id="any" align="left">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="http://www.holymonkeystudio.com/banners/scribbles.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#666666" />
<embed src="http://www.holymonkeystudio.com/banners/scribbles.swf" quality="high" bgcolor="#666666" width="334" height="120" name="any" align="left" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></embed>
</object>
</h1>