Issue with embedding flash player
Posted in Help the coder! on Oct 20, 2009 at 19:05 IST (over 4 years ago). Subscribe to this post
Email
Showing comments 1 to 10 of total 10 on page 1 of 1
Post replyShowing comments 1 to 10 of total 10 on page 1 of 1
« Previous1Next »
harikvekmRank: 133
HI guys,
I was trying to embed a flash player in a website. Everything is fine except the video can't be viewed in full screen mode. The full screen option doesn't work..I tried different codes, Can anybody provide me a solution?
I was trying to embed a flash player in a website. Everything is fine except the video can't be viewed in full screen mode. The full screen option doesn't work..I tried different codes, Can anybody provide me a solution?
Posted by harikvekm on Tuesday, October 20, 2009, 7:05 pm
charliemarRank: 9
Which player are you embedding? YouTube? YouTube full screen is allowed only while you're viewing at youtube.com.
Posted by charliemar on Tuesday, October 20, 2009, 8:05 pm
anthonyw...Rank: 28
Can you give us a code sample? So, it will be easy to shoot the prob!
Posted by anthonywjones on Tuesday, October 20, 2009, 8:16 pm
harikvekmRank: 133
I am just embedding a Shockwave Player. Not You Tube. I need a flash video,in my folder, to be played in the website using a flash player. I was able to play it. But not in the full screen mode. I have added the parameter 'allowfullscreen=true'. But it doesn't work.
Posted by harikvekm on Tuesday, October 20, 2009, 8:21 pm
harikvekmRank: 133
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="550" height="400" id="commercial_rny" align="middle">
<param name="movie" value="commercial_rny.swf" />
<param name="play" value="false" />
<param name="loop" value="false" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="bgcolor" value="#ffffff" />
<param name="allowFullScreen" value="true"/>
<param name="allowScriptAccess" value="sameDomain" />
<embed src="commercial_rny.swf" width="550" height="400" resizable="yes" name="commercial_rny" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" allowFullScreen="true" />
</object>
This is the code I am using.. Please help..
<param name="movie" value="commercial_rny.swf" />
<param name="play" value="false" />
<param name="loop" value="false" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="bgcolor" value="#ffffff" />
<param name="allowFullScreen" value="true"/>
<param name="allowScriptAccess" value="sameDomain" />
<embed src="commercial_rny.swf" width="550" height="400" resizable="yes" name="commercial_rny" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" allowFullScreen="true" />
</object>
This is the code I am using.. Please help..
Posted by harikvekm on Tuesday, October 20, 2009, 8:26 pm
praji82Rank: 13
which version of flash player do you have? you must have version 9,0,28,0 or later of Flash Player installed to use full-screen mode and 9,0,115,0 or later for hardware-scaled full-screen mode.
Thankful users: harikvekm
Posted by praji82 on Tuesday, October 20, 2009, 8:36 pm
harikvekmRank: 133
Thank you praji82
I have version 9.0.31.0 Flash player installed in my machine. but it doesn't work.
Now I find that another machine with a 10.0.22.87 version Flash player is able to see the video in full-screen mode.
Can you please tell me . what the actual problem is?
I have version 9.0.31.0 Flash player installed in my machine. but it doesn't work.
Now I find that another machine with a 10.0.22.87 version Flash player is able to see the video in full-screen mode.
Can you please tell me . what the actual problem is?
Posted by harikvekm on Tuesday, October 20, 2009, 8:56 pm
Can you check with this on both machines and compare? The code is also given at the page, to toggle full screen.
http://www.bezzmedia.com/swfspot/tutorials/flash8/True_Fullscreen_Flash_Mode
Thankful users: harikvekm
Posted by anonymous on Tuesday, October 20, 2009, 9:02 pm
meenusRank: 11
Did the solution at the link work? If not please let me know I have an expert flash guy as my friend.
Posted by meenus on Thursday, October 22, 2009, 9:42 am
meenusRank: 11
Oh sorry, I didnt see that you accepted a previous solution. My bad.
Thankful users: harikvekm
Posted by meenus on Thursday, October 22, 2009, 9:43 am
Pages: « Previous1Next »