How to disable the LOOP in the No Skin mode?

Home » Forums » Web Video Player » How to disable the LOOP in the No Skin mode?


Registered User
36 posts

It seems like the only mode I need cannot be tweaked using the software. I need my FLV clip to show once without any player skin.

There's no way to avoid looping the clip in the software.

Can someone advice how to do it in the XML file?

The customer service told me that if I know XML I can control the loop in the file. Let's assume I don't know XML, where in the file can I make the change to disable the looping?

Thanks. Developing EMR & Paperless Office Solutions.

http://www.RSES.com - fully designed with CoffeeCup's VSD
http://www.EstersCharm.com - fully designed with a simple text editor
http://www.EsterandRon.com - fully designed with a simple text editor
http://www.BusinessPrincipalsOfTucson.org - fully designed with CoffeeCup's VSD


Registered User
36 posts

Solved.


In the XML file, change the "t" to "f". Why this option is not available to the No Skin just like to all other skins is beyond me.....

<videobox
x="0"
y="0"
w="320"
h="240"
playonstartup="t"
loop="f"
shuffle="f"
dir="myvideoplayer_files/"
showplayonstartup="f"
skinname="No Skin"
skinsize="m"
bkdobk="t"
bkdogradient="f"
bkfillclr="0xFFFFFF"
bkfillalpha="100"
bkgradclr="0xFFFFFF"
bkgradalpha="100"
bkgradangle="70"
bkdoimg="f"
bkimg="myvideoplayer_files/bd.jpg"
bkdobdr="f"
bkbdrsolid="f"
bkbdrcolor="0x808080"
bkdomask="t"
> Developing EMR & Paperless Office Solutions.

http://www.RSES.com - fully designed with CoffeeCup's VSD
http://www.EstersCharm.com - fully designed with a simple text editor
http://www.EsterandRon.com - fully designed with a simple text editor
http://www.BusinessPrincipalsOfTucson.org - fully designed with CoffeeCup's VSD


Registered User
35 posts

In the XML file, change the "t" to "f". Why this option is not available to the No Skin just like to all other skins is beyond me.....


I hope they fix that little bug and the one at the bottom of the file where "x" and "y" of the video are defined as "1". Change those to "0" and you'll eliminate the sliver of white around the "no skin".

Heather


Registered User
36 posts

Heather MacAllister wrote:
In the XML file, change the "t" to "f". Why this option is not available to the No Skin just like to all other skins is beyond me.....


I hope they fix that little bug and the one at the bottom of the file where "x" and "y" of the video are defined as "1". Change those to "0" and you'll eliminate the sliver of white around the "no skin".


Or just change the "t" to "f" in the visible parameter.

<video
x="1"
y="1"
h="240"
w="320"
visible="f"
></video>

But, like you wrote, it should be fixed in the software, not manually. Developing EMR & Paperless Office Solutions.

http://www.RSES.com - fully designed with CoffeeCup's VSD
http://www.EstersCharm.com - fully designed with a simple text editor
http://www.EsterandRon.com - fully designed with a simple text editor
http://www.BusinessPrincipalsOfTucson.org - fully designed with CoffeeCup's VSD

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.