JabberCam Chatroulette Clone Software Problems
Anyone familiar with JabberCam Chatroulette Clone Software??
I have personalized my script but I get an error when trying to Export Release Build dont know how to get rid of it and yes i have read every forum out there regarding it and i cant find the solution, i need help from a pro, heres the one & only error i get:
"Using Flex 3.5 as the Compiler version as it is REQUIRED"
Element type "mx:Canvas" must be followed by either attribute specifications, ">" or "/>".
JabberCam_v.mxml
line 2873
Flex Problem
This is the actual line:
<mx:Canvas ="{this.canHidePartnerControls = false;this.partnerControls.visible = true;}" height="240" rollOut="{this.canHidePartnerControls = true;if (!this.lockPartnerControls);this.partnerControls.visible = false;// end if;}" width="320">
Please help me out!
|