avance rápido

Código del botón "Abrir":

char szFilters[]="MyType Files (*.swf)|*.swf||"

CFileDialog fileDlg (TRUE, "swf", "*.swf", OFN_FILEMUSTEXIST | OFN_HIDEREADONLY, szFilters, esto);

if( fileDlg.DoModal ()==IDOK )

{

p>

CString rutaNombre = fileDlg.GetPathName();

flash.put_Movie(rutaNombre

playflag=TRUE; > if(!timerflag )

{

m_nTimer=SetTimer(1, 100, 0); //Inicia el temporizador

timerflag=!timerflag; /p>

}

}

Código del botón "Reproducir":

flash.Play()

"Pausa" " código del botón:

flash.Stop();

código del botón "Detener":

flash.Rewind();

flash.Stop()

Código del botón "Reproducir":

flash.Rewind()

flash.Play(); p> Código del botón "Atrás":

flash.Back();

Código del botón "Adelante":

flash.Forward(); >

Código del botón "Último fotograma":

flash.GotoFrame(flash.get_TotalFrames()-1

Código del botón "Rebobinado rápido":

<); p> int actual= flash.CurrentFrame();

if(currentgt;4)

{

actual-=5; > flash.GotoFrame( actual);

}

else

{

flash.put_FrameNum(0);

}

Código del botón "Avance rápido":

int current=flash.CurrentFrame()

int i=flash.get_FrameNum();

if(currentlt; flash.get_TotalFrames()-5)

{

current =5;

flash.GotoFrame(current;

}

más

{

flash.put_Fr

ameNum(flash.get_TotalFrames()-1);

}

Código del botón "Acercar":

flash.Zoom(50); >

Código del botón "Alejar":

flash.Zoom(200);