Welcome to TalkGraphics.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2011
    Posts
    4

    Default No fullscreen preview in flash gallery - why?

    I made a cool photo gallery with Aleo Flash Slideshow Gallery. Swf file works fine in 2 browsers. Web Designer 7 Premium also correctly placed the gallery on my website. But the full screen option, which I really depends, does not work. Please help.

  2. #2
    Join Date
    Aug 2011
    Posts
    4

    Default Re: No fullscreen preview in flash gallery - why?

    at Aleo.com forum help I found a solution of that problem:

    You need to add a param "allowFullScreen", and set its value to "true".
    The code may be like following:

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="550" height="300">
    <param name="movie" value="slide.swf" />
    <param name="quality" value="high" />
    <param name="allowFullScreen" value="true" />
    <param name="allowScriptAccess" value="always" />
    <param name="wmode" value="transparent">
    <embed src="slide.swf"
    quality="high"
    type="application/x-shockwave-flash"
    WMODE="transparent"
    width="550"
    height="300"
    allowFullScreen="true"
    pluginspage="http://www.macromedia.com/go/getflashplayer"
    allowScriptAccess="always" />
    </object>

    In fact such parameter is not in my website code. I tried to type it in different ways. Unfortunately, without success (never coded in HTML). I approached only to solve the problem: a full page opens as it should, but the main slide browser window is stretched.

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •