Say there are two vectors $A$ and $B$ in $3D$.
to get the angle between the cross product of those two vectors, you use
$$||A\times B|| = ||A||\;||B||\sin(\theta). $$
right?
Is this equation equivalent to $||A\times B|| = AB$(dot product of $AB$) * sin(theta)?
No to both questions.
(So, almost never..)