Forum Moderators: open

Message Too Old, No Replies

SEF audio only works on home page

How come?

         

Lorel

9:22 pm on May 3, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I'm using the same code for an audio file on the home page of a site as the inside pages. The sound file works on the home page but not the inside pages.

I had it loading with a SSI but took it out and put the code right on the page and it still doesn't work.

Can anyone tell me what might be wrong?

Here is the code:

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
width="96" height="32" id="vuer2_PlayOnce" align="center">
<param name="allowScriptAccess" value="sameDomain">
<param name="movie" value="http://example.com/CLIENTS/vuer_1.swf">
<param name="loop" value="false">
<param name="quality" value="high">
<param name="bgcolor" value="#ffffff">
<embed src="http://example.com/CLIENTS/CLIENTSSITENAMEGOESHERE/vuer_1.swf"
loop="false" quality="high" bgcolor="#ffffff" width="96" height="32"
name="vuer2_PlayOnce" align="center" allowScriptAccess="sameDomain"
type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
</object>

[edited by: BlobFisk at 10:57 am (utc) on May 10, 2007]
[edit reason] Examplified URL [/edit]