Forum Moderators: coopster

Message Too Old, No Replies

Iframes Flash Players Php

iframes,php,background,transparent,need,help

         

eshop4deal

4:20 am on Jun 19, 2011 (gmt 0)

10+ Year Member



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!

http://media.use.com/images/s_1/1cca887188107287c168_1.jpg [use.com] http://media.use.com/images/s_1/1cca887188107287c168_2.jpg [use.com]

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?

tangor

8:13 am on Jun 19, 2011 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Intriguing first post, eshop4deal! (And hello and welcome to Webmasterworld!) I don't do flash so can only ask: forgetting transparency, or the iframe, can you get it to work at all?

eshop4deal

2:33 am on Jun 20, 2011 (gmt 0)

10+ Year Member



THANK YOU A LOT FOR FAST REPLY,I CAN GET IT TO WORK ONLY IN iFRAMES,

WHEN I TRY TO PUT OBJECT LIKE THAT -

<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 BUTTON - CODE AUTOMATIC CHANGED TO -

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


AND PLAYER IS NOT WORKING OF COURSE.

AT THE SAME PAGE YOU CAN SEE ANOTHER <object CODE
IT,S SOCIAL ICONS IN FLASH,IT,S WORKING VERY WELL.

MAY BE IT,S NOT POSSIBLE TO HAVE TWICE OBJECTS IN ONE PAGE?
ANY CONFLICT?

PLEASE CHEK SCREENSHOT ,AFTER I INSERT OBJECT AND DELETE IFRAME---

http://media.use.com/images/s_1/3d388dafcb0b52b5cd2d.jpg [use.com]