
IAdea Support
- Total activity 742
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 507
Articles
Recent activity by IAdea Support Sort by recent activity-
My widget requires parameters, how to pass them in from SCALA Content Manager?
Please follow the steps: [In the widget] Include scala.js (please get the latest version from SCALA) [In the widget] Use Scala.getMetadataValue("MediaItem.Foo.Bar") [In Content Manager] Define...
-
Scala Setup Guide
Scala Quick Start Guide for using with IAdea Bridge Server
-
Why can't my player to run the Scala templates?
1.You can check the setting: "Web Services Authentication" of the Network Settings in Scala Content Manager web page, the function must be enabled. 2. You will also need to check Bridge Server con...
-
How are IAdea media appliances different than PCs on a Scala network?
IAdea Media Appliances complement PC players by delivering high quality video on your Scala network. They behave like PCs on the same Scala system– Heart-beats, play-logs, smart play-lists, and con...
-
How to access Android desktop?
Applicable to all IAdea Android powered devices. Uploaded 2015 Mar.
-
How to change iCalendar widget background color?
We added 4 parameters to iCalendar Widget for changing widget's background color and allowing user to enable/disable flashing screen in Vacant mode. User needs to set parameter name in Manager Exp...
-
How to place a transparent HTML page or widget over a video?
To setup a HTML page or Widget to overlay on a SMIL object, please specify the transparent attribute in the SMIL region this way: <region regionName="video" top="0" left="0" width="1280" height="7...
-
What is the media download behavior? How can I manage this within SMIL ?
All the download behavior is controlled by how you compose their SMIL playlist. Case1 : [Download on the fly] First of all, all the download happens when player actually tries to playback( on ...
-
Special character handle in SMIL/HTML5
When implement application, there are some special characters may within your script such as 「&」and 「<」and 「>」 and 「"」and 「,」, those characters can not read correctly by XML parser and programmer h...
-
How can I refresh my webpage in a given interval?
There are 2 ways to define the refresh interval , following examples illustrate how to assign a 30 seconds refresh interval : 1) Assign the duration in SMIL , sample code : <seq repea...