smil

Can you create a link in SMIL to jump inside an embedded Audio file to different times

I am trying to create a SMIL layout that will let me present a slideshow. The issue I am having is to be able to create an anchor that will move the playback head to a different point in time within the currently playing audio file (and NOT to a different chapter). Does anyone know if this is possible? I haven't found documentation that ...

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 xmlns="http://www.w3.org/2000/svg" xmlns:html="http://www.w3.org/1999/xhtml"&gt; <foreignObject> <html:input type="text" value=""> <...

AS3 FLVPlayback and problems with SMIL files from Highwinds CDN

Here is the src of my SMIL file (with potentially sensitive data XXXX'd out): <smil> <head> <meta base="rtmp://fms004.dc1.hwcdn.net/XXXXXXXX/_definst_"/> </head> <body> <video src="mp4:fms/myvids/EBCVids/onemin/1.mov?doppl=XXXXXXXXXXXXXXXX </body> </smil> I've verified that the smil file is accessible on the CDN serv...

does iPhone support SMIL in incoming MMS?

In one service i have developed, i am sending to user MMS, which consists of 6 images, in special order. To set images in correct order, and add formatting i have used SMIL, which have worked well on the range of devices. However, seems that iPhone is not recognizing SMIL at all. Images are ordered by file name alphabetically, and what ...

c# equivalent to stripcslashes function?

Hi! 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. This zip is then opened, and the image is retrieved. We have managed to store it as a zip file, but it is corrupted and cannot be open...

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 attributeName="transform" attributeType="XML" type="rotate" from="30" to="0" begin="0.4s" dur="0.4s" fill="freeze"/> If it possible to loop this s...

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 ...

Animation in SMIL

Does anyone have resources for learning animation in SMIL? Thx! ...

Support for SMIL animation in libwebkt on Ubuntu 10.04

I'm just starting to explore the use of libwebkit in GTK+ applications on Ubuntu 10.04. I was curious about whether SVG with SMIL animation would be supported, so I created a small test using python-webkit: import gtk import webkit view = webkit.WebView() sw = gtk.ScrolledWindow() sw.add(view) win = gtk.Window(gtk.WINDOW_TOPLEVE...

Can I playback a SVG animation within SMIL?

Hi, 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 looking for a way to reuse my old solution on this device. I think of creating a SMIL rundown which plays the standalone SVG files (basica...