Search  

AS2 INTERACTIVE MOVEABLE BACKGROUND

HomeBrowse CategoriesFlashAnimationsMouse ControlledAS2 interactive moveable background

What i have supplied is a basic example using xml. Other examples could be: - Floor plan - Map area - Engineering image over view

Usage—

The interactive moveable background can be used as a standalone to be added onto an html based site or it could be added to an existing flash site with simple drag drop mc from library. The hotspot data(title,description,_x & _y,link) are pulled from an xml file. This is very simple and straight forward to edit and add new hotspots. the viewable area is easily adjustable with just setting the width and height. // var stageWidth:Number = 590; var stageHeight:Number = 300; //

Any size of image can be used but do remember that the image dimensions should be greater than the stage area it’s being viewed on. I also use Caurina Tweener class to control movement and rollOver/out functions. This is supplied with the files.

Posted about 1 month ago

If you send me over you file i will have a look at it and see what i can do. work[at]innovativedesigns[.]org[.]uk Thanks

Posted 27 days ago

how would i add a .flv video field – and update the flash file as well as the xml file to work.

i assume i would add to this: txTitle.text = _parent._parent.xml[id].childNodes0.firstChild.nodeValue; txDesc.text = _parent._parent.xml[id].childNodes1.firstChild.nodeValue; stop();

Posted 17 days ago

All you have to do s replace your image with an flv file. Not sure what your talking about updating the xml file?

Posted 16 days ago

Nice Paul:-)

Posted 15 days ago

Cheers buddy

Posted 15 days ago