Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

No sound in embedded mov

Status
Not open for further replies.

frozenpeas

Technical User
Joined
Sep 13, 2001
Messages
893
Location
CA
Hi,

Here is my code:

Code:
<embed src=&quot;2030-Ep13.mov&quot; width=&quot;320&quot; height=&quot;264&quot; autoplay=&quot;true&quot; loop=&quot;false&quot; controller=&quot;true&quot; playeveryframe=&quot;true&quot; pluginspage=&quot;[URL unfurl="true"]http://quicktime.apple.com&quot;>[/URL]
        </embed>

It plays with no sound. I tried adding the volume=&quot;100&quot; tag, but it doesn't work either.

Thanks.
 
are your speakers working?
 
Yes, my speakers are working, volume is on, etc.

I can play the file locally and the sound plays, but there is no sound when I play it off the site.
 
What I ended up doing is using the MM_OpenBrowserWindow and linking directly to the mov. This way, I can't have any html in the popup... but at least the sound works.

FP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top