Is my only alternative to write a custom page template for each page with a unique flash file?
This means I’ll be making 18 page layouts and I was hoping there would be a more elegant solution.
So I am looking into this issue further, I was thinking of using the custom field to be part of the file name.
So I would put the path to the flash and then use this as the file name.
<?php the_meta(); ?>.swf
Which obviously doesn’t work, but is there a value that returns only custom fields value?