Skip to content

Config XML, connections on root #8

@soundstep

Description

@soundstep

Hi Matan,

The xml attribute connections doesn't seem to work on the node root.

For examples this makes 3 connections in the same time (the 3 videos load in the same time):

<?xml version="1.0" encoding="UTF-8"?>
<loader base="" connections="1">
        <group id="g1">
            <asset id="v1" src="videos/v1.flv" weight="2 mb" />
        </group>
        <group id="g2">
            <asset id="v2" src="videos/v2.flv" weight="2 mb" />
        </group>
        <group id="g3">
            <asset id="v3" src="videos/v3.flv" weight="2 mb" />
        </group>

To make it work I have to add a group (with a connections=1) to wrap the g1, g2 and g3.

That's a bug right?

Romu

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions