Flash y delphi 5.0

Tengo un arhivo,flash,y no se como hacer para hacerlo funcionar con delphi estoy tratando con componente shockwaverflash,pero no se que lineas de codigo fuente agregar...en fin ni tampoco se como conectarlo con mi archivo
Ayuda por favor........
Respuesta
1
Interesante propuesta.
Navegando he encontardo sta información que te puede interesar:
Research into the binary specification:
http://www.the-labs.com/MacromediaFlash/SWF-Spec/SWFfileformat.html
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/bukoo/
http://bukoo.sourceforge.net/
http://groups.yahoo.com/group/JavaSWF-Support/
Flash automation from Delphi:
http://www.delphipages.com/tips/thread.cfm?ID=80
http://www.delphipages.com/tips/thread.cfm?ID=80
http://www.experts-exchange.com/Programming/Programming_Languages/Delphi/Q_20436224.html
http://www.delphipages.com/news/detaildocs.cfm?ID=46
http://www.delphipages.com/news/detaildocs.cfm?ID=38
Flash related sites, containing links to products which clearly generate
custom flash artifacts:
http://www.flashkit.com/index.shtml
http://webforums.macromedia.com/flash/
http://www.flashcomponents.net/
http://www.artswebsite.com/
http://www.rendersoftware.com/products/camstudio/index.htm
http://componenthq.entclosure.com/
http://www.swift3d.com/
http://flashmagazine.com/html/
http://geoflash.com/
http://www.ehelp.com/products/roboflash/
http://download.macromedia.com/pub/devnet/downloads/flashslideshow.zip is a
SlideShow application write in VB. Using fscommand and assigning the var od
the Flash movie, the automation is done...
Corresponding tutorial page:
http://www.macromedia.com/devnet/mx/flashslideshow/
This make me think about do a partial code insidethe movie for automate the
creation of flash components (like the combobox)...
So, for example, if is possible the acces to a public method from the OCX,
then we can do:
FlashMovie.AddCombo("Name=Combo1")
Or something like...
Swfparser was designed to help decode and encode Macromedia Flash style files :
http://www.tecepe.com.br/swfparser

Añade tu respuesta

Haz clic para o

Más respuestas relacionadas