Flash Module passing it the ItemID
Hi,
I've created a flash file that looks for the ItemID of a page, but I need to pass the itemID to the swf file - does anyone know how I would do this using the flash module?
In the past, I was able to do this directly in my template, with the code:
<?php echo "http://mydomain.com/flashcontent/mainhome.swf?itemid=".$Itemid; ?>
But in the flash module, there is a separate field for the directory, and then one for the filename.
I cannot seem to get the right syntax for the filename - can anyone give me a clue?
I've tried:
mainhome.swf?itemid=.$Itemid
Any help would be greatly appreciated!
Thanks!
Steve
|