HTML integration and transparent flash
Posted: 28 Nov 2006, 20:05
Hello,
i tried everything but nothing works and i don't know why??!!!
Here is the page where i included imagevue.swf and then i wnated to make the flash transparent. Normally no problemo!
In config.ini i changed:
and in the html file i included a parameter in object and embed tag:
Why it won't function with imagevue???
Edit1:
If you look closely you will see, that at first the swf-file is transparent and then comes an animation from none or white to black background color - therfore ist must have something to do with imagvue! HEEEELP!
Edit2: Solution
I edited the imagevue.fla file and changed one little thing on layer "p2" frame "6" on line "31" from
to this
Could someone please add f.e. "transparent" to the bgcol item in config file?! then we don't need to change the fla file...
regards Beo
i tried everything but nothing works and i don't know why??!!!
Here is the page where i included imagevue.swf and then i wnated to make the flash transparent. Normally no problemo!
In config.ini i changed:
Code
bgcol = falseCode
<param name="wmode" value="transparent">Code
wmode="transparent"Edit1:
If you look closely you will see, that at first the swf-file is transparent and then comes an animation from none or white to black background color - therfore ist must have something to do with imagvue! HEEEELP!
Edit2: Solution
I edited the imagevue.fla file and changed one little thing on layer "p2" frame "6" on line "31" from
Code
backimagemc.mfade({_alpha:100}, 3);Code
backimagemc.mfade({_alpha:0}, 3);regards Beo