jonsan32 12 Junior Poster in Training

I'm trying to get a flash banner to work on my website (on blogspot). I have another flash banner with a swf file going, but I can't install another that is created by a program called Anim-FX. They've given me an html file, a swf template, and a text file. I'm meant to use all three of these for the desired effect. Since blogspot has no directory, I'm using my dropbox account to store the swf and txt file. I assume the html goes into my blogspot template.

Is there any way for me to get this to work? I'm hoping what's impossibly hard for me is easy for someone out there. Here's what I've tried so far... Thanks for your time.


I've placed this code into my blogger html template:

<script src='http://dl.dropbox.com/u/5739741/flash/cybertrick.txt ' type='text/javascript'/>

And this is the code I've placed within an html widget:

<object classid=clsid:d27cdb6e-ae6d-11cf-96b8-444553540000
codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,2,0
width=500
height=100>
<param name="movie" value="http://dl.dropbox.com/u/5739741/Flash/cybertalk.swf" />
<param name="quality" value="high" />
<param name="BGCOLOR" value="#000000" />
<param name="SCALE" value="showall" />
<embed src=http://dl.dropbox.com/u/5739741/flash/cybertalk.swf
quality=high
pluginspage=http://www.macromedia.com/shockwave/download/index.cgi?p1_prod_version=shockwaveflash type=application/x-shockwave-flash
width=500
height=100
bgcolor=#000000
scale= showall>
</embed>
</object></script>

The files I have in my dropbox account are as follows:

http://dl.dropbox.com/u/5739741/Flash/cybertalk.swf

http://dl.dropbox.com/u/5739741/Flash/cybertalk.txt

http://dl.dropbox.com/u/5739741/Flash/cybertrick.txt

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.