Hi,
The most easiest way, is to use a placeholder like {get}, which gets replaced with the request query after the rendering of the SWF-Object.
Example:
(Change 'upload_id' to how the request is called.)
Add...
| Code: |
$html = str_replace('{get}',JRequest::getInt('upload_id',0),$html);
|
...to the file /components/com_swfcontent/classes/swfcontent.class.php around line 651 right before ...
| Code: |
$content = $this->_str_replaceFirst($swfPlaceHolders[$i], $html, $content);
|
In the SWFContent Pro Interface you would have to add {get} to your Flashvars (e.g. upload_id={get}).
Let me know if this helped you further or solved the problem.
Regards,
Milton