RVC5.2 Advertisement bug modification
-
Hello,
I noticed the advertisement bug has been fixed with 5.2:
- fixed bug, text advertisement running forever
Could you please explain what exactly was changed in the source files to fix this bug, as my JabberCam source has been heavily modified and I don't want to lose or redo all the changes by updating.
This would be heavily appreciated.
Thank you in advance!
flora
-
Simply compare the JabberCam.mxml from version 5.1 and version 5.2
help: http://en.wikipedia.org/wiki/Comparison_of_file_comparison_tools
-
@'JabberCam':
Simply compare the JabberCam.mxml from version 5.1 and version 5.2
help: http://en.wikipedia.org/wiki/Comparison_of_file_comparison_toolsIf JabberCam.mxml is the only file that has been modified it will be easy, thank you!
-
Ah sorry, the fix is in JabberCam.as (in this case the design - JabberCam.mxml may not be affected)
I must be tired, the fix is in /src/jabbercam/manager/AdsManager.as (just replace this file), further help:
http://www.videosoftware.pro/forum/THREAD-RVC-versions-Changes
-
@'JabberCam':
Ah sorry, the fix is in JabberCam.as (in this case the design - JabberCam.mxml may not be affected)
I must be tired, the fix is in /src/jabbercam/manager/AdsManager.as (just replace this file), further help:
http://www.videosoftware.pro/forum/THREAD-RVC-versions-ChangesHehe, no problem and thank you for your quick support.