Search found 5 matches

by ARobbert
Fri Apr 15, 2016 5:56 pm
Forum: Object2VR general
Topic: Default full screen
Replies: 1
Views: 2484

Default full screen

Is it possible to force an object2vr to start full screen in HTML 5?
by ARobbert
Fri Mar 18, 2016 5:01 pm
Forum: Object2VR general
Topic: Center player in browser
Replies: 3
Views: 3893

Re: Center player in browser

If I add the code needed to center my page in the browser:

div#container
{
width: 994px;
position: relative;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

The player disappears. How are people adding this to sites that are centered in the browser?
by ARobbert
Thu Mar 17, 2016 6:08 pm
Forum: Object2VR general
Topic: Center player in browser
Replies: 3
Views: 3893

Center player in browser

Is there a way to center the HTML5 java player in the browser window?
by ARobbert
Tue Mar 01, 2016 9:09 pm
Forum: Object2VR general
Topic: insert a VRobject in a webpage
Replies: 2
Views: 2834

Re: insert a VRobject in a webpage

Thanks for the reply. I started a new file and it's working!
by ARobbert
Tue Mar 01, 2016 7:57 pm
Forum: Object2VR general
Topic: insert a VRobject in a webpage
Replies: 2
Views: 2834

insert a VRobject in a webpage

I need it to be located below my menu at the top. I can't seem to get this to work. I'm hoping to add the needed code to my webpage but don't know what code is needed and where to place it. The HTML file generated from Object2VR works. I'm copying the body section and adding to my page HTML. It's no...