Flash Files

Associate
Joined
3 Oct 2006
Posts
2,304
Location
London
Hi There,

Wasnt sure where to put this, but hope here is ok. I have a standalone flash file with the player built into a ".exe" file. Is tehre anyway which i can go about converting this to a format which will allow me to integrate it into a website?

Thanks in advance,

Jon
 
Associate
Joined
16 May 2005
Posts
680
Hi Jon

For it to play on a webpage you want it in the format you converted to exe which is swf.

Then the simplest way of getting it on to the page looks like this

Code:
<object type="application/x-shockwave-flash" data="your_file.swf" width="100" height="100">
        <param name="movie" value="your_file.swf"></object>
 
Back
Top Bottom