Hi All,
I purchased this program called Anim-FX
http://www.anim-fx.com specifically so I can do a simple SWF flash logo.
This program produces a SWF file and a TXT file. These files I have uploaded to the same directory
SAMPLE FILE HERE but when I try to use the TXT file data in the header file it does not work?
The HTML it produces is as follows:
<object classid=clsid

27CDB6E-AE6D-11cf-96B8-444553540000
codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,2,0
width=300
height=85>
<param name=movie value=Explosion.swf>
<param name=quality value=high>
<param name=BGCOLOR value=#000000>
<param name=SCALE value=exactfit>
<embed src=Explosion.swf
quality=high
pluginspage=http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash type=application/x-shockwave-flash
width=300
height=85
bgcolor=#000000
scale= exactfit>
</embed>
</object>
Now does anyone here have any ideas how I can use this program and the SWF files it produces as a logo in VB.
Thanks all.
Brian