Thanks, I wish I knew what causes the error so I could reproduce it. I don't even know if thats the same error the other user got.
I would guess it is a timing issue in the distortion effects code, with something happening out of order, but if I can't reproduce it I'm not likely to be able to figure out what. I'm going to replace the distortion effect with a standard effect and hope that works for everyone. --- In [email protected], "generalxxaxx" <[EMAIL PROTECTED]> wrote: > > I am getting an actionscript error: > ArgumentError: Error #2015: Invalid BitmapData. > at flash.display::BitmapData$iinit() > at sandy.util::DistortImage/::renderVector() > at sandy.util::DistortImage/initialize() > at > com.adobe.ac.mxeffects::SimpleDistortion/com.adobe.ac.mxeffects:SimpleDistortion::initDistortImage() > at com.adobe.ac.mxeffects::SimpleDistortion/renderCorners() > at com.adobe.ac.mxeffects::SimpleDistortion/push() > at > com.adobe.ac.mxeffects.effectClasses::CubeRotateInstance/::updateComing() > at > mx.effects::Tween/http://www.adobe.com/2006/flex/mx/internal::doInterval() > at mx.effects::Tween$/::timerHandler() > at flash.utils::Timer/flash.utils:Timer::_timerDispatch() > at flash.utils::Timer/flash.utils:Timer::tick() > > This might account for what is happening with your user. > Hope this helps. > Claude > > --- In [email protected], "jer_ela" <gela@> wrote: > > > > I have a simple flex app: riaction.com that is the website of the > > Capital District Flex Developer Network. It works fine for me on > > various PCs and browsers, but for at least one user it isn't working > > correctly. > > > > What should happen is that when the app launches you get a welcome > > message on a dark green background and then after around 2 seconds it > > switches to the details of our first meeting on a light green > > background. The views switch using a cube rotate effect. There are > > several buttons which also switch views using the cube rotate effect. > > All views except the welcome message have the light green background. > > > > The screen shot I have from the user shows the label for the meeting > > view, but the content area is just a dark green background. > > > > I appreciate it if you could test this for me and if it doesn't work > > let me know the details of your setup - OS, browser, flash version > > etc. It shouldn't take you more than about 10 seconds to see it work > > correctly or not. > > > > I just love fixing bugs I can't reproduce. > > > > Thanks in advance for your help > > >

