Quantcast

How to embebedd flash menu buttons on my site?

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

How to embebedd flash menu buttons on my site?

Devis
I own a website based on phpcake.
I bought even a flash buttons menu for my site, but i dont know how to
replace these buttons with the default one.
I tried to read but i am confused.
Someone can help me with this problem?
Thanks in advance to everyone.

--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.


To unsubscribe from this group, send email to
[hidden email] For more options, visit this group at http://groups.google.com/group/cake-php
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: How to embebedd flash menu buttons on my site?

Sam Sherlock

Once you understand how to src files in webroot all you need to is place the file and ref with you object/embed mark up.

Use firebug or such to check that files are found.

Unless your using cake internal routing webroot/ should not be part of the url.

- S

On 12 Feb 2012 21:52, "Devis" <[hidden email]> wrote:
I own a website based on phpcake.
I bought even a flash buttons menu for my site, but i dont know how to
replace these buttons with the default one.
I tried to read but i am confused.
Someone can help me with this problem?
Thanks in advance to everyone.

--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.


To unsubscribe from this group, send email to
[hidden email] For more options, visit this group at http://groups.google.com/group/cake-php

--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.
 
 
To unsubscribe from this group, send email to
[hidden email] For more options, visit this group at http://groups.google.com/group/cake-php
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: How to embebedd flash menu buttons on my site?

phpMagpie
When you say flash menu buttons, do you mean Adobe Flash or really flashy graphical buttons?

If they are Adobe Flash I would consider if using them at all is a good idea.  There is a very really chance that the links within Adobe Flash buttons may not be indexable (search engines will not be able to follow them), accessible (less abled people will have trouble using your menu) and will not work on iOS (apple do not allow flash on their devices).

HTH, Paul.

--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.
 
 
To unsubscribe from this group, send email to
[hidden email] For more options, visit this group at http://groups.google.com/group/cake-php
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: How to embebedd flash menu buttons on my site?

Sam Sherlock

Seo is less of a concern with flash.

If you need to Target mobile devices then requiring flash is bad.

If your having issue loading xml/images/content into flash look at setting the base param with $this->Html->url('/');

- S

On 14 Feb 2012 09:38, "phpMagpie" <[hidden email]> wrote:
When you say flash menu buttons, do you mean Adobe Flash or really flashy graphical buttons?

If they are Adobe Flash I would consider if using them at all is a good idea.  There is a very really chance that the links within Adobe Flash buttons may not be indexable (search engines will not be able to follow them), accessible (less abled people will have trouble using your menu) and will not work on iOS (apple do not allow flash on their devices).

HTH, Paul.

--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.
 
 
To unsubscribe from this group, send email to
[hidden email] For more options, visit this group at http://groups.google.com/group/cake-php

--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.
 
 
To unsubscribe from this group, send email to
[hidden email] For more options, visit this group at http://groups.google.com/group/cake-php
Loading...