Manoj Chaurasia Posted November 3, 2014 Posted November 3, 2014 Is it possible to add some sort of basic animation in the text area of a dxp using animated GIFs Will it work on the web player
Manoj Chaurasia Posted October 23, 2015 Author Posted October 23, 2015 HI Anil. Thanks for replying. I tried inserting a GIFs like a picture but that isn't working. It becomes static. Could you let me now what needs to be done in order to keep it dynamic
Manoj Chaurasia Posted October 23, 2015 Author Posted October 23, 2015 Try editing your text area html and put this: Loading... then add the following javascript that replaces the "Loading..." text with an tag that is located inside yourImage tag: imgSrc ="
Manoj Chaurasia Posted October 23, 2015 Author Posted October 23, 2015 I did not escape the html code in the javascript example, here goes again: resource = "
Manoj Chaurasia Posted October 23, 2015 Author Posted October 23, 2015 It turned out quite simple...please check the image....
Manoj Chaurasia Posted October 23, 2015 Author Posted October 23, 2015 Put one more line in the js script ...$("img").draggable(); and try dragging image...cool...hunh
Manoj Chaurasia Posted October 23, 2015 Author Posted October 23, 2015 Thanks Anil. However, I think there is still something I'm doing wrong. The image is showing up perfectly on the client version. But in the web player, i just get a blank text area
Manoj Chaurasia Posted October 23, 2015 Author Posted October 23, 2015 Seems to be working flawlessly at my end....must be some security issue on your server and are unable to load files. or in the javascript you put debugger and run in IE (with debugging enabled) Try checking in fiddler...that will give you a hint what is causing issue..
Kevin Flynn Posted October 23, 2015 Posted October 23, 2015 If you are using a proxy for internet, you will need to set the proxy for the Network Service user or it won't work on the web player. You can also set the application pool user to be an actual user and not network service.
Manoj Chaurasia Posted October 23, 2015 Author Posted October 23, 2015 Thanks a lot...Working perfectly now....
Manoj Chaurasia Posted October 23, 2015 Author Posted October 23, 2015 Share an embedded analysis file so that any other user can download the file & easily learn it...:)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now