Hi there.
I'm doing things the complicated way right now. I'm attempting to implement DenVideo mambot into Private Spaces 2.0 to have user specific video downloads and previews. To do this I have added the DenVideo's {denvideo URL} into the Private Spaces component .php file where "URL" = a php variable set byhttp://domain.com/images/folder/<?php echo $profile; ?>/<?php echo urldecode($myfiles[$i]['name']);?>
. This yields the correct URL in generated source view but will not load video. If I manually type the URL without the echo calls everything works.
Anybody have any ideas? Is it possible to dynamically re-write URL's like this?