Has anyone
experienced anything like this? I'm working on developing a Flash Form, and I
want to display a H-centered and V-centered DHTML layer on top of the main
container, and when the layer opens up, the main document has some transparency.
The DHTML parts works fine, but when the _javascript_ is fired to change the
opacity for the main document, it causes the flash form to re-initialize. Is
there any to stop this from happening?
This is the code I
am using:
Flash:
<cfform
method="post" preservedata="true" preloader="yes" format="flash" height="400"
width="600" skin="haloblue" wmode="opaque"
timeout="300">
J/S
document
.getElementById("MB_container").style.MozOpacity =.45;document.getElementById("MB_container").style.filter ='alpha(opacity=45)';
document.getElementById("MB_container").style.opacity =.45;
document.getElementById("TrashCanContents_container").style.display = 'block';
Where MB_Container is the ID of the main
container element, which is a table.
Also while we
are on the subject of Flash Forms, has anyone successfully been able
to feed data into Flash Form controls via AJAX. In this
application, I'd like to be able to do that, ie have an AJAX function
that gets an XML packet containing information about the object and
then being able to populate the controls in Flash. Do Flash Form
controls even appear through getElementById??
Thanks a lot!
Jordan Gouger
Information Consultant
Red Oak Consulting / Malcolm Pirnie
Inc.
Office: 512-370-3873
Fax: 512-370-3879
Cell:
832-492-7946
_______________________________________________ Reply to DFWCFUG: [email protected] Subscribe/Unsubscribe: http://lists1.safesecureweb.com/mailman/listinfo/list List Archives: http://lists1.safesecureweb.com/mailman/private/list http://www.mail-archive.com/list%40list.dfwcfug.org/ http://www.mail-archive.com/list%40dfwcfug.org/ DFWCFUG Sponsors: www.HostMySite.com www.teksystems.com/
