Having some trouble working with the scaffolding macro.
I'm trying to create a scaffold that will allow the user to upload or select a .swf file, enter the height and width parameters, and then display the file.
and then used {get-data} to pull the filename into code like this: !{get-data:name=filename}|!, but this results in the error:
Unable to render embedded object: File (effectivelearning.swf) not found.
I have also tried:
{attachment-data:wink} and then !{get-data:name=wink}!
but the same problem occurs.
If I use {get-data:name=filename} on its own, outside of an embed tag, it renders normally - for some reason the macro passes to the ! ... ! with the contents in brackets.
Hi David,
Having some trouble working with the scaffolding macro.
I'm trying to create a scaffold that will allow the user to upload or select a .swf file, enter the height and width parameters, and then display the file.
So far I have tried:
Wink Filename: {text-data:filename|type=line|content=text|width=80%|required=true}.swf filename{text-data}and then used {get-data} to pull the filename into code like this: !{get-data:name=filename}|!, but this results in the error:
I have also tried:
{attachment-data:wink} and then !{get-data:name=wink}!If I use {get-data:name=filename} on its own, outside of an embed tag, it renders normally - for some reason the macro passes to the ! ... ! with the contents in brackets.
Any way I can work around this problem?