Hello, I’m producing a dynamic image carousel.
My idea is to use a symbol and create instances based on the number of images retrieved via Ajax.
Can I use a javascript function to instantiate object like
symbol=new symbol();
?
thanks
A post was merged into an existing topic: Instantiating Symbols