Welcome Guest, Not a member yet? Register   Sign In
In desparate need of help with embedding Flash
#11

[eluser]therealmaloy[/eluser]
charlie

i always use the swfobject and it works fine... normally i used the absolute addressing method for flash file's location.

fyi: swfobject 2.x used here

Code:
var flashvars = {};
var params = { wmode: "opaque" };
var attributes = {};

swfobject.embedSWF("http://www.mySite.com/public/flash_files/banner_main.swf", "flashcontent", "716", "243", "9.0.0", "download/expressInstall.swf",flashvars, params, attributes);

swfobject target inside html

Code:
<div id="flashcontent">
   flash here
</div>


Messages In This Thread
In desparate need of help with embedding Flash - by El Forum - 03-23-2008, 02:59 PM
In desparate need of help with embedding Flash - by El Forum - 03-23-2008, 07:16 PM
In desparate need of help with embedding Flash - by El Forum - 03-23-2008, 07:20 PM
In desparate need of help with embedding Flash - by El Forum - 03-23-2008, 07:23 PM
In desparate need of help with embedding Flash - by El Forum - 03-24-2008, 08:33 AM
In desparate need of help with embedding Flash - by El Forum - 03-24-2008, 09:38 AM
In desparate need of help with embedding Flash - by El Forum - 03-24-2008, 11:20 PM
In desparate need of help with embedding Flash - by El Forum - 03-26-2008, 03:10 PM
In desparate need of help with embedding Flash - by El Forum - 03-27-2008, 08:31 PM
In desparate need of help with embedding Flash - by El Forum - 01-10-2009, 07:34 PM
In desparate need of help with embedding Flash - by El Forum - 01-10-2009, 11:54 PM
In desparate need of help with embedding Flash - by El Forum - 01-11-2009, 12:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB