SwishMax2 SWF in Captivate: _droptarget problems -- PLS HELP
i have drag&drop swishmax2 app runs fine in flash player. checks drop movie clip (using this._droptarget) , based on drop it.
running swf standalone gives me correct "dropzone" in slash notation: /truthszone/truthszone or /lieszone/lieszone.
when import swf captivate 3, drop movie clip, , debug value of "this._droptarget", returns "/contentshade_mc" string value, regardless of drop it.
does have idea why happening? captivate somehow interfering _droptarget value? has else out there imported swfs drag & drop code captivate 3 , had similar problems?
thanks! fred
running swf standalone gives me correct "dropzone" in slash notation: /truthszone/truthszone or /lieszone/lieszone.
when import swf captivate 3, drop movie clip, , debug value of "this._droptarget", returns "/contentshade_mc" string value, regardless of drop it.
does have idea why happening? captivate somehow interfering _droptarget value? has else out there imported swfs drag & drop code captivate 3 , had similar problems?
thanks! fred
solved problem.
did dome digging , looks _droptarget returns whatever hits, starting main time (highest depth) - captivate movie clip in case. used hittest() method instead, , works fine now.
thx - fred
did dome digging , looks _droptarget returns whatever hits, starting main time (highest depth) - captivate movie clip in case. used hittest() method instead, , works fine now.
thx - fred
More discussions in Import/Export
adobe
Comments
Post a Comment