Scott
--
UIZE JavaScript Framework...
...OFFICIAL WEB SITE: http://www.uize.com
...COOL UIZE SWAG: http://www.zazzle.com/uize_merch?rf=238804607086393908
UIZE JavaScript Framework Google Group...
...WEB SITE: http://groups.google.com/group/uize?hl=en
...TO POST: email to ui...@googlegroups.com
...TO UNSUBSCRIBE: email to uize-uns...@googlegroups.com
--
Sincerely,
Aryan Duntley
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>3D Product Viewer</title>
<meta name="keywords" content="">
<meta name="description" content="">
<link rel="alternate"
type="application/rss+xml" title="" href="">
<link rel="stylesheet"
href="../css/page.css">
<link rel="stylesheet"
href="../css/page.example.css">
<style type="text/css">
.rotationViewer {
position:relative;
width:600px;
height:600px;
}
.rotationViewer img {
position:absolute;
visibility:hidden;
left:0;
top:0;
width:100%;
height:100%;
}
</style>
</head>
<body>
<script type="text/javascript"
src="js/Uize.js"></script>
<div id="page_rotationViewer"
class="rotationViewer insetBorderColor"></div>
<script type="text/javascript">
Uize.module ({
required:[
'Uize.Widget.Drag',
'Uize.Fade.xFactory',
'Uize.Curve.Rubber',
'Uize.Curve.Mod',
'Uize.Widget.CollectionItem.Zooming',
'Uize.Widget.MagView'
],
builder:function () {
/*** create the example page widget ***/
var page = window.page = Uize.Widget.Page ({evaluator:function (code) {eval (code)}});//{idPrefix:'page'}
//var page = Uize.Widget.Page ();
/*** configuration variables ***/
var
totalFrames = 31,
frameUrlTemplate ='images/CAShield01_[#frame].png';
' src="' + Uize.substituteInto (frameUrlTemplate,{frame: frameNo}) +'"' +
page.wireNode (Uize.Node.find ({tagName:'img',className:/\bjabawa\b/}), 'click',function (){alert("hey there");});
}
});
/*CONTINUOUS ROTATION
Uize.Node.wire (
window,
'load',
function () {
setInterval(
function() { spin (360,2700,Uize.Curve.linear (4)) },
2700
)
});*/
</script>
</body>
</html>
--
UIZE JavaScript Framework...
...OFFICIAL WEB SITE: http://www.uize.com
...COOL UIZE SWAG: http://www.zazzle.com/uize_merch?rf=238804607086393908
UIZE JavaScript Framework Google Group...
...WEB SITE: http://groups.google.com/group/uize?hl=en
...TO POST: email to ui...@googlegroups.com
...TO UNSUBSCRIBE: email to uize-uns...@googlegroups.com
--
UIZE JavaScript Framework...
...OFFICIAL WEB SITE: http://www.uize.com
...COOL UIZE SWAG: http://www.zazzle.com/uize_merch?rf=238804607086393908
UIZE JavaScript Framework Google Group...
...WEB SITE: http://groups.google.com/group/uize?hl=en
...TO POST: email to ui...@googlegroups.com
...TO UNSUBSCRIBE: email to uize-uns...@googlegroups.com
--
Marcus -Thanks very helpful. it helped me to realize that the leading zeroes in my first 9 frame numbers was messing things up. Once removed the initial image pops up but it looks no different than a linked image... now what?
--
UIZE JavaScript Framework...
...OFFICIAL WEB SITE: http://www.uize.com
...COOL UIZE SWAG: http://www.zazzle.com/uize_merch?rf=238804607086393908
UIZE JavaScript Framework Google Group...
...WEB SITE: http://groups.google.com/group/uize?hl=en
...TO POST: email to ui...@googlegroups.com
...TO UNSUBSCRIBE: email to uize-uns...@googlegroups.com
--
UIZE JavaScript Framework...
...OFFICIAL WEB SITE: http://www.uize.com
...COOL UIZE SWAG: http://www.zazzle.com/uize_merch?rf=238804607086393908
UIZE JavaScript Framework Google Group...
...WEB SITE: http://groups.google.com/group/uize?hl=en
...TO POST: email to ui...@googlegroups.com
...TO UNSUBSCRIBE: email to uize-uns...@googlegroups.com
Scott
--
UIZE JavaScript Framework...
...OFFICIAL WEB SITE: http://www.uize.com
...COOL UIZE SWAG: http://www.zazzle.com/uize_merch?rf=238804607086393908
UIZE JavaScript Framework Google Group...
...WEB SITE: http://groups.google.com/group/uize?hl=en
...TO POST: email to ui...@googlegroups.com
...TO UNSUBSCRIBE: email to uize-uns...@googlegroups.com
Scott
--
UIZE JavaScript Framework...
...OFFICIAL WEB SITE: http://www.uize.com
...COOL UIZE SWAG: http://www.zazzle.com/uize_merch?rf=238804607086393908
UIZE JavaScript Framework Google Group...
...WEB SITE: http://groups.google.com/group/uize?hl=en
...TO POST: email to ui...@googlegroups.com
...TO UNSUBSCRIBE: email to uize-uns...@googlegroups.com