Author Topic: I need your assistance in an full-screen to flash games important to me.  (Read 22356 times)

0 Members and 1 Guest are viewing this topic.

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
... and now it is a clear discription for your needs ... ;)
... so add the following as fullscreen-link to your swf.html ...

Code: [Select]
<br>
<a href="javascript:fenster_bild('fenster_swf.php?big_image_id={big_image_id}',1000,700);">Flash in Fullscreen</a>
<br>

... download this package ...
... and copy fenster_swf.php in your root-folder and fenster_swf.html in your template-folder ...
... but note : you must have installed "MOD Bild in Extra-Fenster" ...
... a hint : in fenster_swf.php are also some code snippets for specific flash-files ...
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline nameless

  • Full Member
  • ***
  • Posts: 147
    • View Profile
hi mawenzi
I did all you say but it does't work

when i press the Flash in Fullscreen link
he gave me at the bootom of the page error on page and nothing happen

and this is my swf.html
Code: [Select]
<!-- Template file for Flash Movies -->

<table cellpadding="1" cellspacing="0" border="0">
  <tr>
    <td bgcolor="#000000">
  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"{width_height} />
      <param name="movie" value="{media_src}">
      <param name="quality" value="high">
      <param name="play" value="true">
      <param name="scale" value="false">
        <embed src="{media_src}" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"{width_height}></embed></object></td>
  </tr>
</table>
<br>
<a href="javascript:fenster_bild('fenster_swf.php?big_image_id={big_image_id}',1000,700);">Flash in Fullscreen</a>
<br>

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
... but note : you must have installed "MOD Bild in Extra-Fenster" (and it works in your jpg.html ... ?) ...
... and where can I test it ... ?
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline nameless

  • Full Member
  • ***
  • Posts: 147
    • View Profile
thanks
yes it works in jpg

here is my link http://www.welcome2net.com/flashgames/

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
... flash in fullscreen works on your page ...
... here : http://www.welcome2net.com/flashgames/fenster_swf.php?big_image_id=1129 ...
... but there is a java-script-error on your flash-detail-page ...
... and on jpg-detail-page the new window for the image works ... ?
... it is the same java-script for the window "fenster_bild" ... !
 
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline nameless

  • Full Member
  • ***
  • Posts: 147
    • View Profile
hi mawenzi
sorry i did't understand well

i upload an image and it work good
http://www.welcome2net.com/flashgames/img1162.htm
but the flash do't work
so what file is the problem

thanks for all your help

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
... I see ... the java script "fenster_bild" comes not from your header ...
... so add the  java script from the top of your jpg.html also on the top of your swf.html ...
... then it should it work perfectly ...
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline nameless

  • Full Member
  • ***
  • Posts: 147
    • View Profile
thanks mawenzi

Now it work and this is swf.html
Code: [Select]
<!-- Template file for Flash Movies -->
<script language="javascript" type="text/javascript">
<!--
function fenster_bild(url, Breite, Hoehe)
{
         width = Breite;
         height = Hoehe;
         var win;
         var Parameter;
         Parameter = "width=" + width + ",height=" + height;
         Parameter = Parameter + ",toolbar=0,location=0,directories=0,status=0,menubar=0," + "scrollbars=0,resizable=0,dependent=0";
         win       = window.open(url,"PictureWindow",Parameter);
}
// -->
</script>
<table cellpadding="1" cellspacing="0" border="0">
  <tr>
    <td bgcolor="#000000">
  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"{width_height} />
      <param name="movie" value="{media_src}">
      <param name="quality" value="high">
      <param name="play" value="true">
      <param name="scale" value="false">
        <embed src="{media_src}" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"{width_height}></embed></object></td>
  </tr>
</table>
<br>
<a href="javascript:fenster_bild('fenster_swf.php?big_image_id={big_image_id}',1000,700);">Flash in Fullscreen</a>
<br>

thanks againe for your help

no i'd love to know what about the dcr.html and dir.html how can i make it full screen like swf.htlm
this is th code for the dcr.html
Code: [Select]
<table cellpadding="1" cellspacing="0" border="0">
  <tr>
    <td bgcolor="#000000">
<object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000"
 codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=10,0,0,0"
 ID={media_src} width=750 height=600>
<param name=src value="{media_src}">
<param name=swRemote value="swSaveEnabled='true' swVolume='true' swRestart='true' swPausePlay='true' swFastForward='true' swContextMenu='true' ">
<param name=swStretchStyle value=fill>
<PARAM NAME=bgColor VALUE=#FFFFFF>
      <embed src="{media_src}" bgColor=#FFFFFF  width=700 height=500 swRemote="swSaveEnabled='true' swVolume='true' swRestart='true' swPausePlay='true' swFastForward='true' swContextMenu='true' " swStretchStyle=fill
 type="application/x-director" pluginspage="http://www.macromedia.com/shockwave/download/"></embed></object></td>
  </tr>
</table>



Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
... in the same way as for swf-files ... ;)
... make the changes in dir.html ... add the java-script ...
... and use fenster_dir.php and fenster_dir.html as copys with adaptation of fenster_swf.php and fenster_swf.html ...
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline nameless

  • Full Member
  • ***
  • Posts: 147
    • View Profile
thanks mawenzi  for all your help