Hey!
I had a fairly simple question.. since I don t have much traffic space a month with my webhost I wanted to use S3 as the place to store my screencasts... Now I thought this would be possible with mediamover... and it looks great..
I can upload and encode a mov to flv.. then it transfers it to S3.. all in all awesome module.. one thing I can 't figure out is.. how do I use the S3 file instead of my local file the filefield points to? Is there a way? thanks!
Comments
Comment #1
anantagati commentedYou can either:
- get it from node object
$node->media_mover[id-of-configuration][0]['complete_file']or:
- after file is saved to S3 use action 'Media Mover content module: Save data in a CCK field' which saves S3 link to text field created with CCK
Comment #2
arthurf commented