WebSite X5Help Center

 
Bjorn Andreassen
Bjorn Andreassen
User

Camtasia  en

Автор: Bjorn Andreassen
Просмотрено 1262, Подписчики 1, Размещенный 0  

How do I show an Camtasia Interactive tutorial video (mp4) on my webpage?
Startfile is index.html with script.

Размещено
6 Ответы - 1 Полезно - 1 Корректно
Bjorn Andreassen
Bjorn Andreassen
User
Автор

This has to be shown inside my locked page, so I can't use a link.

Читать больше
Размещено От Bjorn Andreassen
Incomedia
Claudio D.
Incomedia

Hello Bjorn Are Andreassen,

In this case you will need to copy the part of the HTML code necessary to show it and paste it in the HTML code object in step 3 and in the expert section add the necessary external files like as example the video file.

Unfortunately I cannot help you with the use of custom code. Generally speaking since the functions do not depend on WebSite X5, you can search useful information about the custom code with search engines like google or wait until someone on the community of Answers can help you.

Many thanks!

Читать больше
Размещено От Claudio D.
Gabriele P.
Gabriele P.
User

...if you put a link to extract the code, someone could try to solve for you...

Читать больше
Размещено От Gabriele P.
Bjorn Andreassen
Bjorn Andreassen
User
Автор
Gabriele P.
...if you put a link to extract the code, someone could try to solve for you...

It in locked area.

Читать больше
Размещено От Bjorn Andreassen
Incomedia
Claudio D.
Incomedia

Hello Bjorn,

You need to open the HTML file to see the html code and there copy the iframe code part and add it in your project in the HTML code object. You will only need to verify the link in the src= attribute is correct.

In your case it becomes with the correct URL:

<iframe class="tscplayer_inline" id="embeddedSmartPlayerInstance" src="http://msoffice.no/camtest/flytt-filer-til-outlook_player.html?embedIFrameId=embeddedSmartPlayerInstance" scrolling="no" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>

Many thanks!

Читать больше
Размещено От Claudio D.