Saturday, March 24, 2012

Working with flash .swf . . . Validation errors

My site seems to load perfectly fine, however when I check it through a validation check,

http://validator.w3.org/check?uri=http%3A%2F%2Fwww.detelli.com%2F&charset=%28detect+automatically%29&doctype=Inline&group=0

It points to errors saying embed is not valid.

Here's my code for loading flash:

<objectcodebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"

width="437"height="368">

<paramname="movie"value="Flash/index-nav.swf"/>

<paramname="quality"value="high"/>

<embedsrc="Flash/index-nav.swf"pluginspage="http://www.macromedia.com/go/getflashplayer"width="437"height="368"></embed></object>

So my question is, is this form of loading flash okay?

Has anyone had any problems in a format like this?

What other alternatives are there to load flash?

Thank you

Daniel Meis

I think I found a solution, there is a free download for a flash control fromhttp://www.flash-control.net

and of course the install directions show only how to install on the local computer.

I downloaded the .dll and installed on my local computer, easy, and it seems to work fine.

However, I have never installed a .dll before so maybe I'm missing something,

but when I upload the page with the flash control it does not recognize where the dll is.

What is the proper way to install a dll file on the server?

I am hosting with GoDaddy, and using .net 2.0

Thank you

Daniel


I figured it out.

I didn't notice that when I installed it on my local computer, it automatically created a Bin folder.

All I had to do was upload the Bin folder with the dll and it works perfectly.

Thanks anyway.

0 comments:

Post a Comment