Knowledge Base support case for AllWebMenus, abstracted and stripped of all user’s private info.


Initial Email From:
Indira
Initial Email Subject: position menu
Support Case Month: May 2012

Dear Sir

Now, I want to position the menu just below the flash animated banner – not on the top corner as shown in the screenshot.

I cannot find an option in the menu. I tried in ‘relative to an image’ but it does not work.

Kindly advise.

relative to an image preview

With much thanks

Indira

Reply From: Likno Customer Support

Dear Indira,

As you said, this is a flash object and not an image. Do you have any ID or CLASS for the container of this flash? Or maybe for the space just below it?

My suggestion is to use “Relative to Element”, as this is the best Positioning Method. With this you need to attach the menu to a specific element that already exists in your page. This element could be anything (an image, a table cell, a link etc.).

However in order to give you precise info I would need to see the page.

Best Regards,
Kostas
Likno Customer Support
www.likno.com
Create any type of javascript menu (CSS menu, drop-down menu, sliding menu), button, html tree, modal window, tooltip, accordion, tab, scroller, jQuery slider or design for your websites!
Like us on Facebook – Follow us on Twitter

Tags: , , , , , , , , , , , , , , ,

 

Knowledge Base support case for AllWebMenus, abstracted and stripped of all user’s private info.


Initial Email From:
User
Initial Email Subject: SWF on top
Support Case Month: March 2012

Sorry, cant figure this out. My menu is below my SWF object. I read about this on your site and setting the parameter but it really doesn't show how to do this in my application.
My code looks like this. 

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash
/swflash.cab#version=6,0,0,0
" width="455" height="340" id="tech" align="right">
so.addParam("wmode", "transparent");
   <param name="allowScriptAccess" value="sameDomain" />
   <param name="movie" value="indexflash.swf?xml_path=indexflash.xml" />
   <param name="quality" value="high" />
   <embed src="indexflash.swf?xml_path=indexflash.xml" quality="high" width="455" height="340" name="tech" align="right" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="
http://www.macromedia.com/go/getflashplayer" />  
</object>

Related URL: www.mid-iowa.com/index2.php

Reply From: Likno Customer Support

Hello,

It seems that you are using the wrong code. Please try changing this:

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash
/swflash.cab#version=6,0,0,0
" width="455" height="340" id="tech" align="right">

so.addParam("wmode", "transparent");

   <param name="allowScriptAccess" value="sameDomain" />

   <param name="movie" value="indexflash.swf?xml_path=indexflash.xml" />

   <param name="quality" value="high" />

   <embed src="indexflash.swf?xml_path=indexflash.xml" quality="high" width="455" height="340" name="tech" align="right" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />  

</object>

Into this:

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="
http://fpdownload.macromedia.com/pub/shockwave/cabs/flash
/swflash.cab#version=6,0,0,0
" width="455" height="340" id="tech" align="right">

   <param name="allowScriptAccess" value="sameDomain" />
   <param name="movie" value="indexflash.swf?xml_path=indexflash.xml" />
   <param name="quality" value="high" />
   <param name="wmode" value="transparent" />
   <embed src="indexflash.swf?xml_path=indexflash.xml" quality="high" 
width="455" height="340" name="tech" align="right" allowscriptaccess="sameDomain"
type="application/x-shockwave-flash"
wmode="transparent"
pluginspage="
http://www.macromedia.com/go/getflashplayer" />  
</object>

Best Regards,

Kostas

Likno Customer Support

www.likno.com

Powerful javascript menus (CSS menus/drop-down menus/sliding menus), web trees, buttons, tabs, modals, tooltips, accordions, scrollers, designs for your websites!

Reply From: User

Awesome. Thank you

Tags: , , , , , , , , , , , , ,

 

Knowledge Base support case for AllWebMenus, abstracted and stripped of all user’s private info.


Initial Email From:
Steve
Initial Email Subject: drop down menu update
Support Case Month: October 2012

It doesn't just happen in IE. I found that if you click anywhere off the menu bar and then move your mouse over the "Other Services" button, it does not drop down.

Thanks,

Steve

Reply From: Likno Customer Support

Dear Steve,

The submenu does not show in IE (ever) because it is hidden behind the Flash applet. To correct this issue you need to add the “wmode=transparent” parameter to the Flash applet.

Specifically you need to change the following code in your page:

<script type="text/javascript">

         AC_FL_RunContent('codebase','http://download.macromedia.com/pub
         /shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','970',
         'height','252','title','ProClean Carpet and Upholstery', 'src',
         'flash/main', 'quality','high','pluginspage',
         'http://www.adobe.com/shockwave/download/download.cgi? 
         P1_Prod_Version=ShockwaveFlash','movie','flash/main' ); //end AC code

</script>

<noscript>
     <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"        
             codebase="
http://download.macromedia.com/pub/shockwave
             /cabs/flash/swflash.cab#version=9,0,28,0
" width="970"
             height="252" title="ProClean Carpet and Upholstery">
            
<param name="movie" value="flash/main.swf" />
             <param name="quality" value="high" />
             <embed src="flash/main.swf" quality="high"    
             pluginspage="
http://www.adobe.com/shockwave/download/download.cgi?
             P1_Prod_Version=ShockwaveFlash
"
             type="application/x-shockwave-flash" width="970"    
             height="252"></embed>
      </object>
</noscript>

With this:

<script type="text/javascript">

         AC_FL_RunContent('codebase','http://download.macromedia.com/pub
         /shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','970',
         'height','252','title','ProClean Carpet and Upholstery', 'src',
         'flash/main', 'quality','high',
'wmode','transparent','pluginspage',
         'http://www.adobe.com/shockwave/download/download.cgi? 
         P1_Prod_Version=ShockwaveFlash','movie','flash/main' ); //end AC code

</script>

<noscript>
     <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"        
             codebase="
http://download.macromedia.com/pub/shockwave
             /cabs/flash/swflash.cab#version=9,0,28,0
" width="970"
             height="252" title="ProClean Carpet and Upholstery">
             <param name="movie" value="flash/main.swf" />
             <param name="quality" value="high" />
            
<param name="wmode" value="transparent" />
             <embed src="flash/main.swf" quality="high"    
             pluginspage="http://www.adobe.com/shockwave/download/download.cgi?
             P1_Prod_Version=ShockwaveFlash
"
             type="application/x-shockwave-flash"
wmode="transparent" 
             width="970" height="252"></embed>
      </object>
</noscript>

(note the change is in three places marked in red)

Regards,
Kostas
Likno Customer Support
www.likno.com
Create any type of javascript menu (CSS menu, drop-down menu, sliding menu), button, html tree, modal window, tooltip, accordion, tab, scroller, jQuery slider or design for your websites!
Like us on Facebook – Follow us on Twitter

Reply From: Steve

Kostas,

Awesome work dude!

I really appreciate it.

I had a sneaky suspicion that it might have something to do with the Flash.

We don't usually use Flash because it doesn't work on the iPhone or iPad.

Thank you,

Steve

Tags: , , , , , , , , , , , , , , ,

 

Knowledge Base support case for AllWebMenus, abstracted and stripped of all user’s private info.


Initial Email From:
Daniele
Initial Email Subject: Information
Support Case Month: May 2012

Hello. I search a flash or dhtml application, for a pull down menu same a follow example. Scrolling buttons on a menu pull down link next to an image.

Have you an application for dreamweaver can help me?

Best regards.

Daniele.

Reply From: Likno Customer Support

Dear Daniele,

You can create such a menu with AllWebMenus. This is a menu builder for dhtml/javascript/css menus (not flash).

It is a stand-alone application but it also includes a Dreamweaver plugin for easier integration with your site.

You can check it out here:

http://www.likno.com/allwebmenusinfo.html

Best Regards,
Kostas
Likno Customer Support
www.likno.com
Create any type of javascript menu (CSS menu, drop-down menu, sliding menu), button, html tree, modal window, tooltip, accordion, tab, scroller, jQuery slider or design for your websites!
Like us on Facebook – Follow us on Twitter

Tags: , , , , , , , , , , , , ,

 

Knowledge Base support case for Likno Web Scroller Builder, abstracted and stripped of all user’s private info.


Initial Email From:
Robert
Initial Email Subject: Question...
Support Case Month: November 2012

Does your program that makes slide shows need to use Flash?

I'm looking for a jQuery slide show program that does not need to use flash.

Do you have one?

AND

Will it work with an iPad and iPhone?

Please let me know. If yes, please send me a link.

Thank you,
Robert

Reply From: Likno Customer Support

Hello Robert,

1. It does not require any Flash at all. Our scripts are javascripts.

2. Sure, the slide shows will show in the browser of these tablets too.

Best Regards,
Aris Filokostas
Likno Customer Support
www.likno.com
Create any type of javascript menu (CSS menu, drop-down menu, sliding menu), button, html tree, modal window, tooltip, accordion, tab, scroller, jQuery slider or design for your websites!
Like us on Facebook – Follow us on Twitter

Reply From: Robert

Thank you.

Will they work on an iPhone or iPad as well?

Can you send me links to the following programs if you offer them...

slide show program?
photo gallery program?
Menu program?

Thanks Again!
Robert

Reply From: Likno Customer Support

Dear Robert,

Yes, our products work in all tablets and mobile devices (except old BlackBerry phones v5 or older that had a not so good browser).

Regarding the menu, the application is AllWebMenus which you already have:

http://www.likno.com/download.html

The Slider application we have is Likno Web Scroller Builder:

http://www.likno.com/jquery-scroller/download.php

We do not have a specific Gallery application, but I guess you could combine the Scroller Builder with our Modal Window Builder to make one:

http://www.likno.com/jquery-modal-windows/download.php

Best Regards,
Kostas
Likno Customer Support
www.likno.com
Create any type of javascript menu (CSS menu, drop-down menu, sliding menu), button, html tree, modal window, tooltip, accordion, tab, scroller, jQuery slider or design for your websites!
Like us on Facebook – Follow us on Twitter

Tags: , , , , , , , , , , , , , ,

 


© 2009-2013 Likno Blog – Drop-Down Menus, Javascript Menus, CSS Menus, jQuery Scrollers/Sliders, Modal Windows