Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tutorials/Examples #41

Open
jwerle opened this issue May 15, 2015 · 4 comments
Open

Tutorials/Examples #41

jwerle opened this issue May 15, 2015 · 4 comments
Labels

Comments

@jwerle
Copy link
Contributor

jwerle commented May 15, 2015

No description provided.

@jwerle jwerle added the www label May 15, 2015
@KyleKing
Copy link

KyleKing commented Feb 3, 2016

+1 I would be really interesting in any examples for playing stereoscopic images

@rolodt
Copy link

rolodt commented Mar 22, 2016

Hi, Do you any example? I'm trying something very basic and I'm always seeing either a black screen or just one time I got rendered a frame as an image but never a video. I have tried a lot of stuff with no success.

My code is:

$(document).ready(function () {
var domElement = document.querySelector('.normal.video');

    var frame = new Axis(domElement, { preload: true, crossorigin: "anonymous" });

    frame
    .src('http://360.littlstar.com/production/a0a5746e-87ac-4f20-9724-ecba40429e54/web.mp4')
    .height(500)
    .width(500)
    .render()
    .once('ready', function () {
        frame
        .play();
    });
});

Where the DOM element is a DIV. I have also tried a video tag.

UPDATE: For that URL video I pasted, I got rendered a panomaric 360 image, but never the whole video.

@jwerle
Copy link
Contributor Author

jwerle commented Mar 22, 2016

@rolodt which browser are you using?

@ghost
Copy link

ghost commented Jun 22, 2016

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants