Posted on: Mon, Aug 31st 2009, 07:57
Try before you buy
Not sure if you need this component?
Download the free preview and customize it for your project before you purchase it.
Note: You can test the preview only on your computer.
Similar components for adobe flash
Magnifying Glass Effect
Use your images in high resolution with no constraints. Your users will... read more
Zoom Pan Map Viewer
This flash component can be used for viewing high quality large images... read more
XML Tooltip for Adobe...
With this component you can set tooltips on top of your content,... read more
list more items
General Videos
- How to buy?
watch movie - Embed a Flash Component in your Flash Project
watch movie - How to embed a Flash Component in the same HTML page twice?
watch movie - How to embed two different Flash Components in the same HTML page?
watch movie
Save money now!
Showcase
Send us a link to the page you used this product on, and we'll post the link to your site on our blog if you customized it nicely.
Need support?
Get a support ticket
read more
Share this
If you enjoyed this product, please consider sharing it via a social network, or leaving a comment. Thanks!





Products RSS Feed
Follow us on twitter
support@flabell.com
alandebortolo
on 16/3/11
TypeError: Error #1009: Não é possível acessar uma propriedade ou um método de uma referência de objeto nula.
at Sample()
But when i open only the file, it works... can you help me?
on 17/3/11
We can't know for sure what you did here, but I'm assuming you loaded the external SWF file. You actually don't need to do this. You can copy the movieclips in your project and use our code also.
This tutorial might help you use the component in your flash project:
http://www.flabell.com/blog/1641/embed...
Please let us know if it gives you any other trouble. We'll try to help you as much as we can.
jmorcos
on 12/5/11
Thx
on 16/5/11
We're sorry about the trouble, but we had temporary problems with our server.
Please try downloading the files again. It should work now. Thank you for your patience.
Roy Warner
on 17/3/12
I have already done the following:
- uploaded the 'deploy folder and all its contents to the webserver and inside my theme folder
- embedded the 'preview.swf' file using this path (http://mydomain.com/wp-content/rockett...)
- edited the image & thumb paths of the xml file to reflect the path
e.g.
When the page loads, all i see is the 3 flash loader dots, but the content does Not load.
I realize the path to the files and the xml and perhaps even the js folder need to be adjusted and I want to know how to adjust the path.
Q. What is the 'sample.as' file used for? (located in the source file folder with the FLA files).
I ask because this AS file has 2 settings as follows:
private var pathToFiles : String = "http://www.womenspocketvest.com/wp-con...";
private var xmlPath : String = "http://www.womenspocketvest.com/wp-con...";
Roy Warner
on 17/3/12
<item> <image>myurl/wp-content/rockettheme/rt_hybrid_wp/zoom/zoomgallery/content/images/image1.jpg</image> <thumb>myurl/wp-content/rockettheme/rt_hybrid_wp/zoom/zoomgallery/content/thumbs/thumb1.jpg</thumb> </item>As I wrote in my previous comment, I also have embedded the preview.swf with the absolute url path.
Still, only the flash loader loads but it loops forever.
What am I missing? Please advise.
Roy Warner
on 18/3/12
In the case of trying to configure the script paths in a WordPress site, is it simply a matter of editing the path of the XML values and also IMPORTING the Sample.as file?
please INDICATE IF THE FOLLOWING PROCEDURE IS CORRECT:
step1-configure path of Sample.as
// XML VARS private var pathToFiles : String = "http://myURL/wp-content/rockettheme/rt_hybrid_wp/zoom/zoomgallery/"; private var xmlPath : String = "http://myURL/wp-content/rockettheme/rt_hybrid_wp/zoom/zoomgallery/xml/zoomgallery.xml"; public var componentWidth : Number = 560; public var componentHeight : Number = 300;step2 - insert import actionscript in frame 1 of FLA to access class file & publish preview.swf
import com.Sample.*;I have not tested this yet. So i would still appreciate some feedback.
Roy Warner
on 18/3/12
1) modified my custom path of the // XML VARS in Sample.as
2) inserted actionscript in FLA file to import the 'Sample.as' file
I used the following actionscript in frame 1
import com.*;on 19/3/12
In WordPress you'll need to make some adjustments. But first you'll need to follow this tutorial:
http://www.flabell.com/blog/1829/how-t...
Upload the deploy folder somewhere on your server and go through the same process as described above.The only adjustment you must do is at the 5th step. Set the path to the swfobject.js file, the SWF files and the pathToFiles flashvar as absolute paths, like this:
<script type="text/javascript" src="http://www.yourwebsite.dom/.../deploy/js/swfobject.js"></script> ... flashvars.pathToFiles = "http://www.yourwebsite.dom/.../deploy/accordion/"; ... swfobject.embedSWF(http://www.yourwebsite.dom/.../deploy/preview.swf, attributes.id, stageW, stageH, "9.0.124", "http://www.yourwebsite.dom/.../deploy/js/expressInstall.swf", flashvars, params);Also, if you copy the code in an article or a WP page, make sure you do it in HTML mode.