Html files in Quizport!

Html files in Quizport!

by Meera S -
Number of replies: 9

Hi,

I have Html files created using Hot Potatoes,I have uploaded this in quizport-module.0.9.x and moodle installed using Xampp-win32-1.7.1-installer with moodle-1.9.5 standard package........

Now i have uploaded html files which contains Videos(Which is not developed using hot pot-normal html) into quizport and im using long tail player to play .flv flies,It is working fine out side the moodle but when i upload it in moodle player itself is not visible,


Please suggest me which player will work in Quiz port to play flv videos............!



Regards
Meera.S
Average of ratings: -
In reply to Meera S

Re: Html files in Quizport!

by Gordon Bateson -
Picture of Core developers Picture of Peer reviewers Picture of Plugin developers
Hi Meera,
I am not sure, but maybe if you use the [square brackets] notation it would work.

Instead of an <a ..> tag or a <object ...> tag, use something like the following:
  • [myvideo.flv]
if you continue to have problems, please upload the quiz and the flv file to my server so I can have a look

thanks
Gordon
In reply to Gordon Bateson

Re: Html files in Quizport!

by Meera S -

Hi Gordon,

Thanks a lot!

For your reply I have Uploaded Htm files into
your server as Meera_Html_video_file....

Regards
Meera
In reply to Meera S

Re: Html files in Quizport!

by Gordon Bateson -
Picture of Core developers Picture of Peer reviewers Picture of Plugin developers
Meera,
did you try the square brackets notation yourself already? What happened?
Gordon
In reply to Gordon Bateson

Re: Html files in Quizport!

by Gordon Bateson -
Picture of Core developers Picture of Peer reviewers Picture of Plugin developers
Meera,
  • change this ...
    <div id="player" style="margin-left: 40px;"></div>

    <script type="text/javascript">

    var so = new SWFObject('player-viral.swf','mpl','570','420','9','#000000');
    so.addParam('allowscriptaccess','always');
    so.addParam('allowfullscreen','true');
    so.addParam('flashvars','file=Sub_verbs_video.flv&backcolor=#990000');
    so.write('player');
    </script>
    </div>

  • to this ...
    <div id="player" style="margin-left: 40px;">[Sub_verbs_video.flv]</div>

and it will work.

Notice that your original file had a superflous </div> which invalidates the xhtml in your file. That was not cause of the player not showing, but it slowed down the investigation.

Gordon
In reply to Gordon Bateson

Re: Html files in Quizport!

by Meera S -
I tried what you written but even then it is not working,
and i saw in your server it is not working.

Please help me out in this ............!
In reply to Meera S

Re: Html files in Quizport!

by Gordon Bateson -
Picture of Core developers Picture of Peer reviewers Picture of Plugin developers

One last step: set "Use media player" to "Moodle's standard media filters" or "QuizPort media filter".

Does that help?

In reply to Gordon Bateson

Re: Html files in Quizport!

by Meera S -
I tried that but it is still not working...!
In reply to Meera S

Re: Html files in Quizport!

by Gordon Bateson -
Picture of Core developers Picture of Peer reviewers Picture of Plugin developers
Well it works on my server...!,
so something is different between
your server and my server. Perhaps
I could come and have a look...?
In reply to Gordon Bateson

Re: Html files in Quizport!

by Meera S -

Thanks Gordon !
Thanks for your support!

I tried using embed tag it is working fine.....

Regards,
Meera.S