Tough to explain, but will try:
I have a MS Producer presentation that has multiple 0mm files because of
different types of templates on the timeline.
Problem: After moving the source files to my webserver, the 0mm files to the
media server (and setting up publishing points) I will execute an html file
from my web server that has a link built in to every entry in the TOC. If I
click on let say the fifth entry TOC link which would be the first 0mm0 file
in my 0media.asx file I will be taken to the correct location in the 0mm0.wmv
file. Now if I click on let say the 10th entry in the html file that points
to the second 0mm file (0mm1.wmv) I am taken to the very begining of the file
(0mm1.wmv) and not the specific location like what happens in the first
0mm0.wmv file. But, once I am in the presentation, I have no problem
manuvering and being taken to the correct location when I start clicking on
entries in the TOC for the second 0mm file.
It's almost like Producer can't process more than one 0mm file and link you
to the correct location in the second 0mm file or it can't process the
0media.asx correctly. All the links are setup to point to an EVENT# that was
pulled from the project.js file.
Here is what the link looks like:
<a
href="javascript:PopUp('CDISCUnit1Chpt3_files/default.htm#nopreload=1#event=30','win',980,720,1)"><font
face="Arial, Helvetica, sans-serif" size="2" color="#0000FF">Patient Profile
Viewer,</font></a>
Here is my .asx file:
<ASX version = "3.0">
<!-- Producer-generated file -->
<ENTRY>
<REF HREF = "0MM0.wmv"/>
</ENTRY>
<ENTRY>
<REF HREF = "0MM1.wmv"/>
</ENTRY>
<ENTRY>
<REF HREF = "0MM2.wmv"/>
</ENTRY>
</ASX>
Has anyone seen this problem before and is there a way to fix it so I can
link into a specific point in a wmv file in a playlist? What I don't
understand is that it works with the first 0mm file in the playlist, not the
second.
Some more information:
It will work from a CD
It will work locally on my machine
rozans - 30 Oct 2007 17:37 GMT
Correction: (asx file)
<ASX version = "3.0">
<!-- Producer-generated file -->
<ENTRY>
<REF HREF = "mms://myserver.com/CDISCStream/0MM0.wmv"/>
</ENTRY>
<ENTRY>
<REF HREF = "mms://myserver.com/CDISCStream/0MM1.wmv"/>
</ENTRY>
<ENTRY>
<REF HREF = "mms://myserver.com/CDISCStream/0MM2.wmv"/>
</ENTRY>
</ASX>
> Tough to explain, but will try:
>
[quoted text clipped - 49 lines]
> It will work from a CD
> It will work locally on my machine