Log in

View Full Version : Need help flash player iframe background transparent



dmitrij696
06-19-2011, 04:02 AM
Hello everyone,now is 5 days how i can,t find resolution,really tired and

confused,hope anybody can help me with my problem.

I,m not master but know something,and sorry if i write wrong,as my native language

is russian.Please correct me if i write wrong!-)

I,m use flash video player on my website,mp4 video start playing via .xml settings

file in flash player directory.

How i insert this player to my php pages? Via iFrame,look now -
<iframe src="URL" width="598"

height="334" frameborder="0"></iframe></p>

Player working and everything alright,BUT-
I need this player always be - transparent,always stay on the background,
everything like images,when zoom,should be on top.

AT the moment is really something wrong,
..when i press zoom image near player,player is disappears and firs image showing

great,second one is appear under the player,third one is again player is disappears

ans image showing good,and like that...

I upload 2X images HERE,please look examples!

Please note that on my index page 2 x more iframes but they transparent with -

<param name="wmode" value="transparent" />AND it,s work!

OK NEXT,WHAT I MAKE AND WHAT I TEST !

01. <param name="wmode" value="transparent" />

IT,S NOT WORK IN ANY WAY.


02. <iframe src="URL"

width="598" height="334" frameborder="0" allowtransparency="true"></iframe></p>

It,s not work as well,as- allowtransparency="true" disappears after i press update

or save code!


03. Adding "&wmode=opaque" to the end of the URL didn't work for me. It stopped

the video loading.


04. step 1-

Insert your iframe code between body tags.

<iframe src="yourpage.html" name="myframe" width="250" height="250" frameborder="0"

allowtransparency="true"></iframe>


step 2

Now copy the code below, and paste it between <head> tags of the page you are

linking to.
In this example this page is yourpage.html

<style type="text/css">
Body { Background: transparent; }
</style>

I,M LITTLE BIT CONFUSED ABOUT STEP 2 ,I TRY INSERT STEP 2 BETWEEN HEAD,WHEN CREATE

HTML PAGE WITH IFRAME IN DREAMWEAVER,AND CONNECT THIS PAGE AS <object></object>,
BUT IT,S NOT WORKING,JUST iFrame show player on my website!

As well i insert step 2 code to my head in admin panel,but not work at all!

AS WELL Replace Step 2 with - <body STYLE="background-color:transparent"> , not

work!

05. As well i try to inser player via <object></object>,but player not appear,

Via many customised options iFrame,try edit main.swf video player file background

to transparent,but only white accepted.

MAY BE PROBLEM BECAUSE I HAVE 6 X TOTAL IFRAMES ON MY WEBSITE?
OR BECAUSE ZOOM IMAGES SCRIPT MAKE TROUBLES WITH IFRAMES?

IF YOU KNOW HOW IS POSSIBLE TO INSERT FLASH PLAYER(MAIN.SWF),TO MY PHP PAGES EXCEPT

IFRAME,OR KNOW HOW TO MAKE IFRAME TRANSPARENT ,PLEASE,PLEASE ,PLEASE HELP!

GOOGLE NOT HELP,I TRY 5 DAYS IN GOOGLE AND BY MY SELF!

ANY ADVICE? HELP?

fastsol1
06-19-2011, 01:00 PM
Use this format

<object data='images/home.swf' type='application/x-shockwave-flash' width='990' height='287'><param name='movie' value ='images/home.swf' /><param name='wmode' value='transparent' /></object>

Then just change the file name to your needs and the width and height values.
Note there are 2 places to change the file name.

dmitrij696
06-20-2011, 02:18 AM
THANK YOU FOR FAST REPLY,PROBABLY I MAKE IT BEFORE,AND TRY AGAIN NOW,IT,S NOT HELP - I INSERT AS YOU SEND ME -

<object data='http://www.eshop4deal.com/playervideos/sonyhandycam1/main.swf' type='application/x-shockwave-flash' width='598' height='334'><param name='movie' value ='http://www.eshop4deal.com/playervideos/sonyhandycam1/main.swf' /><param name='wmode' value='transparent' /></object>

AFTER I PRESS UPDATE! AUTOMATIC CODE IS CHANGED TO -

<p>
<object height="334" width="598" type="application/x-shockwave-flash">
<param name="wmode" value="transparent" />
</object>
</p>

AT THE SAME PAGE YOU CAN SEE PICTURE N3 ,
</object> IS WORKING WITH SOCIAL ICONS....

MAY BE NOT POSSIBLE TO MAKE TWICE </object> IN ONE PAGE?

PLEASE LOOK PICTURE ATTACHED ! THANKS

fastsol1
06-20-2011, 11:59 AM
So you're saying that you entered the code I gave you and uploaded it to the server and then when you viewed it the code was changed from what you put in? Are you using some sort of CMS system? At this point I think this is beyond me.

dmitrij696
06-20-2011, 09:50 PM
YOU mean control management system?i,m not sure...what it,s mean?