Help with code swf2jpg

Hello,

I have a template which I bought somewhere.
It currently has a SWF header but I would like to change it into a jpg (same size, different path).
When I try to do this my way, I get an error that theres no plugin to load my content.

This is the original code:

FAIL (the browser should render some flash content, not this).

This displays a flash header. I made a custom JPG header and want to use it instead. What is the right code I should replace the above with.

Thanks in advance for any help on this issue.

Hi BillyDong,

So what you are saying is you don’t want to show the flash header but just the image right? It should be very simple. Just remove the whole object tag. You don’t need that. To show an image, you just need to use an img tag so your html file should be just this:

Is this what you are looking for?

Regards,
developer.dex2908

Sponsor our Newsletter | Privacy Policy | Terms of Service