| cdressendorfer wrote: |
Everything looks like it should play right. It looks like points to the name of the files right but the proprerties box shows Length: 0000 for the time and nothing else is populated. Can someome please help me. You can see it in action at: http://www.axcessadvertising.com/commercialsinfo.php?id=13
|
When I visit the page, the
src attribute of your embed object doesn't look right to me.
<embed type="video/x-ms-wmv"
width="320"
height="320"
src="test.asx?ad=http://www.axcessadvertising.com/images/commercials/aas/1253037826-mainvideo.wmv&mov=http://www.axcessadvertising.com//images/commercials/customers/1252780586-Puppet.wmv"
autostart="true"
controller="true"
quality="high"
bgcolor="#FFFFFF"
/>
|
Notice the missing
P? Are you sure it's shouldn't be like so:
<embed type="video/x-ms-wmv"
width="320"
height="320"
src="test.aspx?ad=http://www.axcessadvertising.com/images/commercials/aas/1253037826-mainvideo.wmv&mov=http://www.axcessadvertising.com//images/commercials/customers/1252780586-Puppet.wmv"
autostart="true"
controller="true"
quality="high"
bgcolor="#FFFFFF"
/>
|
Actually I just noticed that
test.aspx does not exist on your server. How are you generating the URL in your code?