Skip to content

Conversation

@Ronmenator
Copy link
Contributor

No description provided.

Ronmenator and others added 30 commits August 25, 2015 17:43
Conflicts:
	dist/fayde.js.map
Works in Chrome, Firefox, IE but not in Edge
Conflicts:
	bower.json
	dist/fayde.d.ts
	dist/fayde.js
	dist/fayde.js.map
	src/Controls/MediaElement.ts
	src/Controls/TextBoxBase.ts
	src/Input/KeyInterop.ts
	src/Media/Videos/VideoSourceBase.ts
	testsite/Media/mediaelement-basic.fap
	testsite/index.html
Conflicts:
	bower.json
	dist/fayde.d.ts
	dist/fayde.js
	dist/fayde.js.map
	src/Controls/MediaElement.ts
	src/Controls/TextBoxBase.ts
	src/Input/KeyInterop.ts
	src/Media/Videos/VideoSourceBase.ts
	testsite/Media/mediaelement-basic.fap
	testsite/index.html
…ing to HorizontalContentAlignment and VerticalContentAlignment respectively
…ment from the body of the document, used to display initial startup HTML while Fayde is busy loading in the background. It stops the app from showing a white screen during bootstrapping the engine.
@Ronmenator
Copy link
Contributor Author

d094c64

@Ronmenator
Copy link
Contributor Author

I think so yes. Here is one I use for iPRO LIVE. I just change IPRO LIVE into Fayde

<body fayde-app="default.fap" fayde-progress="loadmessage">
     <div id="loadmessage" style="position: absolute; width: 100%; height: 100%; display: table">
        <div style="display: table-cell; vertical-align: middle;" align="center">
            <p style="font-family: Tahoma; font-size: 72pt; color: white; font-weight: light">Fayde</p>
            <p />
            <p style="font-family: Tahoma; font-size: 20pt; color: white">Loading...</p>
        </div>
    </div>  
    <script src="//localhost:35729/livereload.js"></script>
</body>

@Ronmenator
Copy link
Contributor Author

In the future we can make a progress callback so we can show something like a progress bar, or some type of progress indicator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants