- Joined
- Jun 19, 2011
- Messages
- 1
- Reaction score
- 0
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?
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?