which graphic software is being used in the following link? http://www.gool.co.il/showQuestion.php?q=1&width=600&height=550
i would like to use the same software with my tablet.
Good Answers (2)
Bex W.
Senior Creative & Owner at Blink Design Studios Ltd
Best Answers in: Graphic Design (5), Education and Schools (1), Job Search (1), Mentoring (1), Intellectual Property (1), Career Management (1), Professional Organizations (1), Blogging (1), Using LinkedIn (1)
Hi Gil,
As Darren and Scott say it is indeed Flash according to its source code. Flash is great but is also a complex tool to learn and quite expensive. I would evaluate if Flash is what you need before purchasing/learning it as there are many ways to create animations (if that is what you are looking to start doing) or create interactive websites (if web development is your aim).
Flash is compatable with most tablets. I would advise you download Adobe's 30 day trial and visit Flashkit for tutorials (although the help files in Flash itself are enough to get you started).
I hope this is helpful.
Bex.
Links:
Darrell G.
Test Automation Developer
Best Answers in: Computers and Software (5), Using LinkedIn (3), Mentoring (2), Staffing and Recruiting (2), Web Development (2), Commercial Real Estate (1), Employment and Labor Law (1), Change Management (1), Organizational Development (1), Quality Management and Standards (1), Career Management (1), Software Development (1)
Gil,
If you view the source code for the page you'll see the body of the posting is:
<body>
<div id="flashContainer">
<script type="text/javascript">
showFlash("1","600","550");
</script>
</div>
</body>
This implies the page is an Adobe Flash application. I had a look at the accompanying Javascript as well. There are two Javascript files. The second, AnyLink Drop Down Menu, comes from http://www.dynamicdrive.com. This file contains the showFlash function. The showFlash function hints at AJAX as well as Flash.
The first Javascript file is SWFOjbect v1.5 Flash Player from Geoff Stearns, see http://blog.deconcept.com/swfobject/.
Darrell
Links:
More Answers (1)
Flash......