Author Topic: Flash Slideshow  (Read 218232 times)

0 Members and 1 Guest are viewing this topic.

Offline max.cady

  • Jr. Member
  • **
  • Posts: 67
    • View Profile
Re: Flash Slideshow
« Reply #75 on: March 15, 2006, 06:37:02 PM »
flashshow.html refers to a file "upgrade.html" if (flashVersion < 6)

Where can I find this file? My flash version is obviously <6 and I am getting the error message "file not found"  :mrgreen:

Offline HaiTromHoaRung

  • Pre-Newbie
  • Posts: 5
    • View Profile
Re: Flash Slideshow
« Reply #76 on: March 17, 2006, 11:36:32 PM »
well so this flashshow is a small window popup and show right ?
how do i make it like, when we click the button flashshow.. then it's view right in that page, instead of another window popup and show.

Offline koikonut

  • Jr. Member
  • **
  • Posts: 75
    • View Profile
    • http://www.konradin.net
Re: Flash Slideshow
« Reply #77 on: April 20, 2006, 05:32:10 AM »
Hallo!

Ich habe eine Lösung gefunden Umlaute einzubinden. Schreibe in die erste Zeile des Dokumentes (im Actionscript)

Code: [Select]
System.useCodepage = true;
Dann werden auch äöüÄÖÜß... eingebunden. Wer genaueres über Flash und solche Themen wissen will - Ich hab die Lösung auf www.flashforum.de gefunden

Bye Koin

Hello!

For using special letters write in the first line of your Flash-Actionscript

Code: [Select]
System.useCodepage = true;
Then you will see äÄöÖüÜß... too.

Bye Koin

Offline koikonut

  • Jr. Member
  • **
  • Posts: 75
    • View Profile
    • http://www.konradin.net
Re: Flash Slideshow
« Reply #78 on: April 20, 2006, 05:45:22 AM »
Does anybody know, how to integrate more information in the slideshow? I would like to show the users the actual category too... Perhaps someone else did realize this or has some idea?

That would be great, bye and thx for helping,

Konradin

Hat irgendjemand eine AHnung, wie man mehr Informationen in die Diashow einbinden kann? Ich würde den Benutzern gerne auch die aktuelle Kategorie zeigen... Vielleicht hat jemand so etwas schon gemacht oder hat eine Idee?

Das wäre toll, chao und danke für die Hilfe,

Konradin

----------------------------------

If you want to use the slideshow like on my page or a bit modified, just ask me! ;-) Take a look (on the right on top "Slideshow/Diashow") http://www.konradin.net/galerie/categories.php?cat_id=13&l=de

Bye
« Last Edit: April 20, 2006, 06:03:06 AM by konradin »

Offline alphavto

  • Newbie
  • *
  • Posts: 10
    • View Profile
    • http://www.block-a.de
Flashshow Start mit 2. Bild
« Reply #79 on: May 02, 2006, 03:34:32 PM »
Wenn ich die Flasshow das erste Mal starte, also die Bilder noch nicht im Cache sind, so beginnt sie mit dem 2. Bild.
Starte ich die Flasshow ein zweites Mal, die Bilder sind also im Cache, so gehts richtig mit dem ersten Bild los.
Ich hab jetzt schon versucht die Pausenzeit auf 5 sek. zu erhöhen, kommt aber dasselbe Ergebnis.

Ist das bei euch auch so?

Offline motorhead85021

  • Pre-Newbie
  • Posts: 7
    • View Profile
Re: Flash Slideshow
« Reply #80 on: May 08, 2006, 09:41:04 AM »
I just installed this, and it works great except for one thing:

If a user has his category set to only view 6 pictures per page.
When you start the slide-show, it only shows those 6 picures, instead of all the pictures in that category.

Is there anyway to make it show all of the pictures in that category?

« Last Edit: May 08, 2006, 10:13:47 AM by motorhead85021 »

Offline Amosnet

  • Full Member
  • ***
  • Posts: 104
    • View Profile
    • Bilder verkaufen
Re: Flash Slideshow
« Reply #81 on: May 08, 2006, 11:47:53 AM »
Does anyone solve the problem with FIREFOX "upgrade.html not found" ?
I love 4images! http://www.fotos-verkaufen.de Fotos verkaufen online Tips und Tricks und http://www.fotoskaufen.de

Offline Amosnet

  • Full Member
  • ***
  • Posts: 104
    • View Profile
    • Bilder verkaufen
Re: Flash Slideshow
« Reply #82 on: May 08, 2006, 12:31:54 PM »
I fixed the "upgrade.html not found" Problem in Firefox and Mozilla Browser

open flash_detect.js file in your 4images mail directory

above:
Code: [Select]
   // IE4+ Win32:  attempt to create an ActiveX object using VBScript
   else if (agent.indexOf("msie") != -1 && parseInt(navigator.appVersion) >= 4 && agent.indexOf("win")!=-1 && agent.indexOf("16bit")==-1) {

add:
Code: [Select]
<object type="application/x-shockwave-flash" data="slideshow4.swf" width="800" height="600">
<param name="movie" value="slideshow4.swf" />
<param name="menu" value="false" />
<param name="bgcolor" value="#BFC901" />
Your browser does not support flash.
</object>

Can be that you dont need all the param name, like bgcolor, but i dont know.

Tell me if this worked out for you.
I love 4images! http://www.fotos-verkaufen.de Fotos verkaufen online Tips und Tricks und http://www.fotoskaufen.de

Offline bibabobu

  • Sr. Member
  • ****
  • Posts: 311
  • Technische und künstlerische Gravuren
    • View Profile
    • Technische und künstlerische Gravuren für die gesamte Metall-, Kunststoff- und Papierindustrie
Re: Flash Slideshow
« Reply #83 on: May 08, 2006, 10:19:25 PM »
 :oops:perhaps i have overread something in that thread....

I would like to have when starting the slideshow
a whole desktop popup with black background and centered pics

How could i do this :?:

Offline gimy

  • Pre-Newbie
  • Posts: 4
    • View Profile
    • BigGuo
Re: Flash Slideshow
« Reply #84 on: May 19, 2006, 11:58:55 PM »
This mod is great. I made a new flash version of my gallery using this mod. Flash can make 4images even better. :wink:

http://www.bigguo.com/4images/main.html

Offline koikonut

  • Jr. Member
  • **
  • Posts: 75
    • View Profile
    • http://www.konradin.net
Re: Flash Slideshow
« Reply #85 on: May 23, 2006, 03:32:22 AM »
That is one of the best 4images realisations I've ever seen! I have no idea how to make a 4images gallery with flash but it seems to work :-) You should integrate a function, that you can go to the next image by dropping the page without going back to the category... How will you do it, when you want to add more than 2 categories?

Bye

Offline Amosnet

  • Full Member
  • ***
  • Posts: 104
    • View Profile
    • Bilder verkaufen
Re: Flash Slideshow
« Reply #86 on: May 26, 2006, 04:03:57 PM »
This mod is great. I made a new flash version of my gallery using this mod. Flash can make 4images even better. :wink:

http://www.bigguo.com/4images/main.html

Hi Gimy,

is it possible that you give your source/flash Gallery to the whole community?
If yes, please post it here!

We are really waiting for such Plugin.

Thank you
Amos
I love 4images! http://www.fotos-verkaufen.de Fotos verkaufen online Tips und Tricks und http://www.fotoskaufen.de

Offline Amosnet

  • Full Member
  • ***
  • Posts: 104
    • View Profile
    • Bilder verkaufen
Re: Flash Slideshow
« Reply #87 on: May 27, 2006, 11:39:33 PM »
That is one of the best 4images realisations I've ever seen! I have no idea how to make a 4images gallery with flash but it seems to work :-) You should integrate a function, that you can go to the next image by dropping the page without going back to the category... How will you do it, when you want to add more than 2 categories?

Bye

Hi Konrad,

are you able to give me you superb Flashshow Version in German?
I love 4images! http://www.fotos-verkaufen.de Fotos verkaufen online Tips und Tricks und http://www.fotoskaufen.de

Offline koikonut

  • Jr. Member
  • **
  • Posts: 75
    • View Profile
    • http://www.konradin.net
Re: Flash Slideshow
« Reply #88 on: May 29, 2006, 01:18:15 AM »
Hi Konrad,

are you able to give me you superb Flashshow Version in German?

Kannst ruhig mit mir deutsch reden.. ;-) Also wenn du Flash hast ist das ganz einfach zu realisieren. Sag mir nur schnell ob die Farben genau so haben möchtest wie in meiner Galerie oder andere? Und welche Größe sollen die Bilder haben maximal?

Ko

Offline Amosnet

  • Full Member
  • ***
  • Posts: 104
    • View Profile
    • Bilder verkaufen
Re: Flash Slideshow
« Reply #89 on: May 30, 2006, 11:21:37 PM »
So wie du sie hast, Farben wären erstmal OK, will sie auch erstmal ausprobieren.

Danke dir
I love 4images! http://www.fotos-verkaufen.de Fotos verkaufen online Tips und Tricks und http://www.fotoskaufen.de