I have a custom dialog to upload any type of video and convert it to a .fla and insert it into the RadEditor. I have all the code completed and everything works fine to a point.
I think this is an easy one.
After the video is converted and saved I set a hiddenfield with the path and video name. When i try to set - closeArgument.videopath to the hiddenfield it is nothing.
I checked and the hiddenfield is being set. Why cant I get the value of the hiddenfield that was set serverside?
closeArgument.videopath = document.getElementById(
"savefolder").value;
Thanks for your help