hello again,
have tried this...
function fl_ClickToGoToWebPage_2(event:MouseEvent):void
{
navigateToURL(new URLRequest(SexyLightbox.show("Operations", "
www.server.com/images/locations/operations.html?TB_iframe=true&height=500&width=525", "")
);
}
this
function fl_ClickToGoToWebPage_2(event:MouseEvent):void
{
navigateToURL(new URLRequest(SexyLightbox.show("Operations", "
www.server.com/images/locations/operations.html?TB_iframe=true&height=500&width=525", "")));
}
and this
function fl_ClickToGoToWebPage_2(event:MouseEvent):void
{
navigateToURL(new URLRequest('SexyLightbox.show("Operations", "
www.server.com/images/locations/operations.html?TB_iframe=true&height=500&width=525", "")'));
}
do I need to have the module installed or will this work with lite?
or is my code messed up?
when source is viewed these are loading...
<script type="text/javascript" src="/media/system/js/core.js">
<script type="text/javascript" src="/media/system/js/mootools-core.js">
<script type="text/javascript" src="/media/system/js/caption.js">
<script type="text/javascript" src="/plugins/content/arisexylightboxlite/arisexylightboxlite/js/jquery.min.js">
<script type="text/javascript" src="/plugins/content/arisexylightboxlite/arisexylightboxlite/js/jquery.noconflict.js">
<script type="text/javascript" src="/plugins/content/arisexylightboxlite/arisexylightboxlite/js/jquery.easing.js">
<script type="text/javascript" src="/plugins/content/arisexylightboxlite/arisexylightboxlite/js/jquery.sexylightbox.min.js">
<script type="text/javascript" src="/media/system/js/mootools-more.js">
<script type="text/javascript" src="/modules/mod_ariextmenu/mod_ariextmenu/js/ext-core.js">
<script type="text/javascript" src="/modules/mod_ariextmenu/mod_ariextmenu/js/menu.min.js">
thank you for your assitance