← Back to team overview

mahara-contributors team mailing list archive

[Bug 783412] Re: SCORCH files wont display in HTML view

 

Thank you so much for creating this patch.  I have applied it to our
Mahara installation.  Simple question, how do I reference the sib file
in the embed HTML?  I've uploaded the sib to myfiles and then used
<param name="src" value="Minor_Swing.sib"> as in the code above but this
doesn't apear to work.  The plugin now loads OK, but it can't find the
sib.

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/783412

Title:
  SCORCH files wont display in HTML view

Status in Mahara ePortfolio:
  Won't Fix

Bug description:
  HTML snipit as follows, fails to display SCORCH file in HTML view.

  <object id="ScorchPlugin"
  classid="clsid:A8F2B9BD-A6A0-486A-9744-18920D898429"
  width="604"
  height="896"
  codebase="http://www.sibelius.com/download/software/win/ActiveXPlugin.cab#4,0,0,0";>
  <param name="src" value="Minor_Swing.sib">
  <param name="type" value="application/x-sibelius-score">
  <param name="scorch_minimum_version" value="5000">
  <param name="scorch_preferred_version" value="5000">
  <param name="scorch_shrink_limit" value="90">
  <param name="scorch_shrink_limit" value="90">
  <param name="SplitPlayBack" value="1">
  <param name="SplitView" value="0">
  <param name="SplitNumSystems" value="1">
  <embed src="Minor_Swing.sib"
  scorch_minimum_version="5000"
  scorch_preferred_version="5000"
  scorch_shrink_limit="90"
  width="604"
  height="896"
  type="application/x-sibelius-score"
  pluginspage="http://www.sibelius.com/cgi/plugin.pl";
  SplitView="0"
  SplitNumSystems="1" SplitPlayBack="1">
  </embed>
  </object>

  Forum post about this issue here:
  http://mahara.org/interaction/forum/topic.php?id=3477#post15148

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/783412/+subscriptions


References