On Sep 8, 7:50 am, Thomas 'PointedEars' Lahn <PointedE...@web.de>
wrote:
> However, there are media formats where everything can be scaled
> automagically: SVG and PDF (standardized), and Flash (proprietary), to name
> just a few. All of the former can also be scripted with ECMAScript
> implementations: SVG with ECMAScript, PDF with Adobe PDF Script (if used
> with Adobe Reader), and Flash with built-in ActionScript.
I find this very interesting, fore I have been playing around with SVG
in the project to display the next/previous/up arrows. I have not
been able to get them to position correctly in a div. I did
contemplate moving the whole thing to SVG, which sounds like what you
are suggesting. I have a couple issues with that, which you might be
able to solve:
1: Lack of information: I can find some stuff on the web about SVG,
but it just seems like is a very new technology (I don't think it is,
I think it is just isn't real popular). Do you have any suggestions
on good SVG forums to ask questions when/if I run into issues?
2: IE support: Right now the kiosk is using IE6/IE7, depending on
what my customer has installed on his/her kiosk machines. I guess I
should simply check to see if they have the Adobe plugin and install
it if they don't. Then there is the issue of when the system goes
"public" so that folks can use their personal computer to view the
site, I believe I am going to run into problems because the Internet
will more then likely not be avaiable. I don't know, maybe I just
say: deal with it
Cartoper