I'm trying to embed flash into a webpage. No problem there. But for the source I want to have a variable from php or something else. So far I have:
<?php
$source ='http://www.somethingsomething.com';
?>
<embed src="<?php $source ?>"></embed>
But when I put that in the html...