IE support is something really important to most users. especially with around 80% of the world still using it.
Raphael doesn’t seem that good, much worse than OnlyPaths SVG Renderer. But something that seems better is still Dojo.GFX
It supports Circles, Ellipses, Groups, Images, Lines, Draggable things, Paths, Points, Polylines, Rectangles, Text, Fonts, etc. and renders into VML, SVG and Silverlight.
It’s size isn’t too big either and there are CDNs for it. We could also learn from xDraw to design our editor.
I’m sorry, what are CDNs and what is xDraw ?
CDNs are Content Distribution Networks. It’s basically a web host that only serves certain files, but it serves them really fast.
xDraw: http://www.xdraw.org/xdhTest.html (Firefox only)
I don’t know if you remember me but i am from the liveswifers fourm. any way i am working on my own flash animator in VB because openswif is never going to come. I was wondering what you used to export to swf and am in desperate need.
I use the Freemovie library in PHP. Which probably won’t be of use to you.
I made ForkSwif a while back. Close to what you’re attempting (but in C#).
It uses SWFMill to convert SVG -> SWF (probably more feasable).
Where can i find fork swif
Found it. also i was wondering if a could see those 20 lines of code you used to make the timeline in VB.net. I too use C and a littl C# maybe we could work on our own “openswif”
I’m pretty busy now. I made that timeline in VB.NET and ported it to C#.
You should probably try making it yourself, I’m occupied working on the Ajax Animator. You can download the source at http://code.google.com/p/forkswif/
It evolved Dojo.GFX
Need OPF!
Always learning Admin
Dojo.GFX supports JSON, and OPF will be easy to convert. I’ll try to make something and see if it’s possible
Thanks. One last thing(You must want to kill me by now :))
That vXg thing in your blog I cant get to work.
I copyed to it to vXg.js
and then here is my code for my ajax.html
html>
My Ajax
vXg(page1.html,data);
document.write(data);
Any help would be appreciated
P.S. the reason i am so annoying… only 13
That link is your role model?
http://sitepen.com/talks/ajaxworldeast2007/ ??
Wow sorry didnt come out right
”
My Ajax
vXg(page1.html,data);
document.write(data);
”
That should do it
Don’t you just want to shoot me now
I know i have used the jquery to use ajax but jquery is to big how would i click a link and and get a page back from the server using vXg
Sorry, I forgot to escape my scripts.
<div id=”someelement”> </div>
<script type=”text/javascript”>
vXg(“page1.html”, function(e){
document.getElementById(“someelement”).innerHTML = e;
})
</script>
hi,
in first, i wanna congratulate you for your blog and the project Ajax Animator. If possible i would like to help you with development, translation to brazilian portuguese and other possible things on this project.
[]‘s
Actually according to statistics only 48% use IE. :/
http://www.w3schools.com/browsers/browsers_stats.asp
@ghost: W3Schools is not a representitive slice of the web user population, and nearly 50% is pretty big.
@muriloht: That’s wonderful! the Ajax Animator still doesn’t have a translation system in place. What are you good at? Java? PHP? Python? JavaScript? HTML?