SMIL (Synchronized Multimedia Integration Language) is a XML markup language for describing multimedia presentations.
1
vote
1answer
21 views
Synchronize animations in different browser windows
I'm working on an app which will display a kind of animated slideshow. Multiple monitors will be showing different, but related animations, controlled by the same computer.
Animations must be ...
1
vote
0answers
43 views
How to use SMIL file in Android development
My requirment is to make Media player based on SMIL language on android platform
is it possible to use SMIL file in android?
Thanks Advace
0
votes
0answers
31 views
pyparsing - recursively parse html with empty tags
I'm trying to write a recursive parser that will parse nested SMIL tags, that can optionally be empty.
This is what I'm trying to parse:
<layout>
<root-layout width="640px" ...
0
votes
1answer
161 views
inline-SVG animation best practice
What is the way to animate inline-SVGs?! I want to do some animations on paths. Like rotate on some event, animateMotion on multiple paths also triggered by some event.
I'll include a link to the ...
2
votes
0answers
58 views
Change name qualities in JW Player with using smil file
I've a smil file to use with jw player 6.
<smil>
<head>
<meta base="rtmp://host/app" />
</head>
<body>
<switch>
<video src="stream1" ...
2
votes
1answer
315 views
using dynamic smil file with jw player
I'm trying to make a online stream player with JW Player 6.
If I create a smil file with all the quality version of streams and use the code below it works fine:
<script>
...
2
votes
1answer
120 views
How do I create an SVG animation and synchronize audio
I would like to create an SVG animation and include narration using SSML, ideally I would like to be able to play the animation in a browser.
I've done some research and SMIL(Synchronized ...
1
vote
2answers
191 views
SVG animate stroke-dashoffset behaving oddly
I have the following (simplified) SVG:
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%" viewBox="0 0 120 100" ...
0
votes
3answers
127 views
How to trace out letters like a laser
Looking for ideas on how to animate what looks like a laser drawing out a word in a cursive font using SVG. The animation can be done with SMIL or JavaScript I don't care - though I think it would be ...
1
vote
2answers
80 views
is there a way to *getRotationAngleAtLength(in float distance)* similar to getPointAtLength(in float distance)
Hey folks and fellow geeks!
I have this revolutionary idea for Web 3.0, hehe.
I'm gonna create a SVG-UI-lib a la jQuery-UI.
In order to make some features possible I need to fork/contribute to d3.js.
...
1
vote
0answers
225 views
how to play EPUB Media Overlays 3.0
Is it missing in all tutorials of media-overlay or am i missing that ?
To make MediaOverlay, all tutorial say that we should:
in xhtml wich contain the texte;
<header><h1><span ...
0
votes
1answer
94 views
SMIL “begin” and “end” animation attriubutes not called in Chrome but called in Firefox
<ellipse cx="150" cy="75" rx="10" ry="40" fill="blue">
<animate id="A" attributeName="rx" begin="click"
end="A.begin+4"
onbegin="alert('started')" onend="alert('stopped')"
dur="4s" ...
0
votes
1answer
294 views
Generating MM7 Soap Request in Java
I need to generate a MM7 Soap message just like following one. i could generate the MM7 Soap but the SMIL Message part and the Image/Text attachments are problems.
Does anyone know how to generate ...
0
votes
0answers
101 views
SOAP message format for sending a MMS with SMIL
I used normal MM7 soap format for MMS sending.
But got a problem and have to use a SMIL attachment.
But I couldn't find a SOAP format for SMIL attached MMS request.
Could you help me to find a SMIL ...
0
votes
0answers
193 views
Digital Signage - SMIL Editor / authoring
I'm building a digital signage CMS that will run SMIL between the manager and players.
Manager will be built using PHP, and players are based on Adobe flex and some scripting to manage downloads, ...
0
votes
2answers
45 views
How to grab videos from a database and display them on a webpage
I have a bunch of videos that I'm am storing in a MySql database (if another database or programming language would be better please let me know) and using php to grab them and display them on a ...
0
votes
1answer
285 views
SVG set attribute fill not working
I want my svg to change its fill when the button it is inside of is hovered over.
<set attributeName="fill" to="#AEAEAE" begin="button.mouseover" end="button.mouseout"/>
I thought this would ...
1
vote
2answers
262 views
FakeSmile with IE9
I'm trying to fake SMIL support in IE9 with FakeSmile
I'm creating the SVG element dynamically, adding a rect element with animate element and calling beginElement().
IE9 gives me an error:
Object ...
1
vote
1answer
409 views
How can i implement SMIL into HTML5
How can i attach SMIL file into HTML file and run on Browser? Here is my SMIL file
Thanks
Nikhil
0
votes
2answers
261 views
SMIL animations fail on dynamically loaded external SVG
I've created a monster animated SVG file with over 3000 paths. Each path animates independently using declarative SMIL animations. It plays slowly but beautifully in all new browsers, using a little ...
1
vote
1answer
197 views
The ‘set’ element - loop
I have:
<set attributeName="visibility" attributeType="CSS" to="visible" begin="5s" fill="freeze"/>
<set attributeName="visibility" attributeType="CSS" to="hidden" begin="10s" ...
0
votes
0answers
234 views
Linking Smil file in html file [closed]
How can I link the .smil file in HTML file.
I have developed a page which contains audio and text. While playing audio the respective text should be highlight. The text highlighting timings has been ...
1
vote
1answer
133 views
Why is this SVG animation not working
I have a L-shaped <path> element and I try to <animate> its d attribute to make it grow smoothly:
http://jsfiddle.net/Mathiasa/be5HS
I tried it before with an S-shape and it works:
...
1
vote
1answer
435 views
Controlling SVG's SMIL with JavaScript
Let's say I have this SVG of an insect. Unless it is otherwise impossible this way, I want to insert it as <img /> or <object /> tags.
Now, the insect.svg has two animations: one for ...
0
votes
1answer
202 views
<animate> CSS-attr on XHTML <foreignObject> in SVG
I've embedded a <div> in a <svg> using <foreignObject>. I want to <animate>its CSS attribute opacity, fading it in when the page has loaded. So I specified an XLink locator, ...
3
votes
0answers
246 views
Combine iscroll.js with timesheet.js slideshow audio sync
I want to be able to use the swipe left/right functionality of iscroll.js into timesheet.js SMIL Timing slideshow engine with audio sync.
Swiping left or right advances slide/audio.
iscroll.js: ...
3
votes
1answer
498 views
Why does this JS-created SVG <animate> not work in Chrome?
Consider this simple SVG SMIL animation:
<svg xmlns="http://www.w3.org/2000/svg" viewBox="-50 -50 100 100">
<circle r="40" fill="red">
<animate
attributeType="CSS" ...
0
votes
0answers
645 views
HTML5 Supports SMIL Playlist? [closed]
I am new to HTML5.I have 20 videos i need to play all video one by on.for example 1st video finished i need to display 2nd video like all 20..and repeat from 1st.how can do this in HTML5?
Is SMIL ...
7
votes
4answers
226 views
using the <set> tag in SVG to change the rotation of a shape
I am trying to set the rotated angle of a shape using the <set> tag but for the life of me I cant figure it out. What is the right syntax?
<set id="smallGearJump"
...
1
vote
0answers
852 views
JWPlayer with RTMPT fallback when using a SMIL file
We are using JWPlayer 5 with Wowza Media Server 3. We are streaming video files over RTMP using a SMIL file for bitrate switching. Our problem has to do with RTMPT fallback.
When we have a single ...
1
vote
1answer
247 views
How to encode special chars in MMS SMIL XML
I am sending MMS messages containing text and image. This works well, but when the message text in the SMIL file contains special chars like Norwegian ÆØÅ it does not encode correctly. This is my SMIL ...
2
votes
0answers
147 views
How can I get the raw MMS message on an Android device
I'm trying to debug the SMIL layouts being sent by the carriers to the handset. There doesn't appear to be a way to save or view the raw message received by the device. Does anyone know of:
A way to ...
0
votes
1answer
191 views
Modifying an SVG animateTransform at end-of-repeat-loop
I'm trying to make an object rotate faster and faster as time goes on, and I'm having trouble having an event fire every time the animation repeats itself. SVG/SMIL's repeatEvent seems to be what I ...
2
votes
2answers
1k views
SVG animate with dynamically added elements
Based on this code, I'm trying to animate a dynamically-generated SVG element:
var svgnode = document.createElementNS('http://www.w3.org/2000/svg','svg');
var circle = ...
2
votes
3answers
597 views
How can I highlight text - strictly timed - a la Karaoke without Flash on a web page. What technology choice?
I would like to display the whole text of a poem, then have text highlighted according to a pre-established time sequence. Something like Karaoke, but without any sound track. A user would then be ...
0
votes
1answer
356 views
Playing a part of video using SMIL on iPad
I have an IIS Server with Smooth Streaming Media Services installed and a video file, f.e. it length equal 100.
Have SMIL markup any parameter or something another to next case:
I set SMIL file as a ...
3
votes
2answers
472 views
Animating SVG with SMIL
I'm trying to greate a UI for a video element using SVG. I'm looking for a simple solution to animating the control bar, which I want to rise up from the bottom of the window when the mouse is inside ...
2
votes
3answers
641 views
as3 namespace - get an attribute with a minus sign in it [duplicate]
Possible Duplicate:
e4x / as3: How to access a node with a dash in its name.
I've set the namespace for my XML to use SMIL and I'm able to pull the src attribute of an element this way:
...
1
vote
1answer
335 views
Future of SMIL(Synchronized Multimedia Integration Language)?
SMIL (Synchronized Multimedia Integration Language) got updated last in 2008, does anyone know if there are better protocol to follow when it comes to synchronizing multi-media files?
2
votes
1answer
154 views
SMIL file xml isn't e4x friendly?
I'm loading in a smil file (follows the xml format) and it won't let me select properties via name (eg. xml.body) instead I can only access the data by xml.child(0).
I've tried xml.child('body'), ...
2
votes
2answers
552 views
How to detect if SVG animation is available
Is there a good way to detect if SVG animation is available, and then adjust the DOM appropriately?
I'm using animateMotion to animate the motion of a g containing images. This only works in Mozilla; ...
1
vote
1answer
246 views
SMIL: t:audio issue in internet explorer 8
I am trying to reanimate project made ten years ago. SMIL2 was successfully used in IE6.
I have found that IE8 still supports SMIL, however nor t:media, nor t:audio elements do not play audio/media ...
2
votes
1answer
2k views
how to start an animation on the end of another animation?
I am trying to have a dot fade from white to red and then from white to red.
This is what I have thus far:
<circle id="test" fill="#ED1C24" cx="96.881" cy="91.953" r="26.485"/>
<animate ...
0
votes
1answer
214 views
Can I playback a SVG animation within SMIL?
for a digital signage project, I created a SVG based rundown, which plays other SVG files in a loop on a Spinetix box.
Now I had to change the playback device. The new one supports SMIL and I'm ...
5
votes
2answers
270 views
2
votes
2answers
2k views
Playing SMIL on Android 2.1
Is it possible to invoke native SMIL player on Android 2.1? Can you please provide a code sample or a pointer to relevant info?
Thanks a lot
6
votes
4answers
3k views
How to loop SVG animation sequence?
I have sequence of animationTransform:
<animateTransform attributeName="transform" attributeType="XML" type="rotate" from="0" to="30" begin="0s" dur="0.4s" fill="freeze"/>
<animateTransform ...
1
vote
1answer
205 views
c# equivalent to stripcslashes function?
I am working with a project that includes getting MMS from a mms-gateway and storing the image on disk.
This includes using a received base64encoded string and storing it as a zip to a web server. ...
1
vote
2answers
1k views
Does iPhone support SMIL in incoming MMS?
In one service I have developed, I am sending a MMS message to the user which consists of 6 images in a static order. To sort the images correctly and add formatting, I have used SMIL, which has ...
1
vote
2answers
495 views
Is it possible to access the SMIL timer from javascript?
I'm trying to use SMIL to animate the typing of text into a field embedded in a SVG. I tried the following code in both Chrome and a SMIL-enable Firefox nightly, but it has no effect:
<svg ...
