Bit confused with that. Any explanations would be greatly received.
I have trie a few combos with getting getmedia to work (including just using umb:GetMedia - still don't know the difference between that and umbraco.library:getMedia?!) but no luck, I just can't see what I'm doing wrong.
Thanks in advance if anyone can shed some light :)
I couldn't see the listThumbnailWith any where in the code, so this should be created.
The difference between umb and umbraco.library is actually just how you want to reffer the extensions library. I think the umb-prefix comes from some of Chriztian Steinmeier's example :) You can use both methods.
Thank you for your nice sharing, Sam. As for myself, I used to choose a 3rd party SDK to do with the conversion work whose way of processing is simple and fast according to its tutorials. But I want to learn something about program developing these days. So I will try these code later. THanks again for that. Good luck.
Thank you for your nice sharing, Sam. As for myself, I used to choose a 3rd party SDK to do with the conversion work whose way of processing is simple and fast according to its tutorials. But I want to learn something about program developing these days. So I will try these code later. THanks again for that. Good luck.
Thank you for your nice sharing, Sam. As for myself, I used to choose a 3rd party SDK to do with the conversion work whose way of processing is simple and fast according to its tutorials. But I want to learn something about program developing these days. So I will try these code later. THanks again for that. Good luck.
Getting image from doctype
Hi everyone,
I've been having a problem again getting an image from a doctype (which I choose via the mediapicker). Here is my code so far:
I also don;t know why the top of my xml files seems a little different with different examples given here on the forum. For example, one starts with:
and another with:
and a third one:
Bit confused with that. Any explanations would be greatly received.
I have trie a few combos with getting getmedia to work (including just using umb:GetMedia - still don't know the difference between that and umbraco.library:getMedia?!) but no luck, I just can't see what I'm doing wrong.
Thanks in advance if anyone can shed some light :)
Sam.
Hi Sam
Try this approach instead:
I couldn't see the listThumbnailWith any where in the code, so this should be created.
The difference between umb and umbraco.library is actually just how you want to reffer the extensions library. I think the umb-prefix comes from some of Chriztian Steinmeier's example :) You can use both methods.
/Kim A
Thanks Kim but that didn't work for me either. I have however just cracked it :))
Here's the code, maybe useful to anyone else:
Thanks again Kim, you pointed me in the right direction.
Sam.
Great that you got it solved Sam!
/Kim A
Thanks :) I did gain a certain amount of satisfaction upon page refresh!
Sam.
Using code to solve problem is too complicated for me. But I will try the following code to try to get an image from a doctype:
Thank you for your nice sharing, Sam. As for myself, I used to choose a 3rd party SDK to do with the conversion work whose way of processing is simple and fast according to its tutorials. But I want to learn something about program developing these days. So I will try these code later. THanks again for that. Good luck.
Best regards,
Peter
Using code to solve problem is too complicated for me. But I will try the following code to try to get an image from a doctype:
Thank you for your nice sharing, Sam. As for myself, I used to choose a 3rd party SDK to do with the conversion work whose way of processing is simple and fast according to its tutorials. But I want to learn something about program developing these days. So I will try these code later. THanks again for that. Good luck.
Best regards,
Peter
Using code to solve problem is too complicated for me. But I will try the following code to try to get an image from a doctype:
Thank you for your nice sharing, Sam. As for myself, I used to choose a 3rd party SDK to do with the conversion work whose way of processing is simple and fast according to its tutorials. But I want to learn something about program developing these days. So I will try these code later. THanks again for that. Good luck.
Best regards,
Peter
is working on a reply...