Hello,

I want to know.

I have a header file header.php and in I have a script for a flash file to show in all my pages from my site. So, I have to put a static and complete route for the flash (because all my files are distributed in folders for multiples levels)

Then, when I wrote:

<? $flashCabURL = http://www.ifeanet.org/flash/2009/cabecera_esp.swf"; ?>

<script>
$(function() {
$("#logodelifea").flashembed("<? echo $flashCabURL; ?>");
});
</script>

It's don't show me nothing!

Please, could you help me??

Best regards!

Daniel