View Full Version : Flash Slideshow Photo Gallery
grace
27-Feb-2007, 03:28 PM
Can anyone tell me if it is easy to install the Flash Slideshow Photo Gallery on the homepage. Does it involve a lot of html programing coz I am quite a numpty in that field.
I would like to put this example found on http://www.entheosweb.com/Flash/Photo_Gallery4/index.asp
on to my website homepage http://www.leatherofitaly.com
thanks
leehack
27-Feb-2007, 03:50 PM
Identical to the methods you have already been shown.
Duncan Rounding
27-Feb-2007, 06:21 PM
As Lee says implementing Flash on your site is the same as we have explained previously for your Grace Fashion Shop. To create the Flash in the first place can take a lot of effort and you need to learn (Adobe) Macromedia Flash software. You may be lucky to find some free adaptable Flash on the internet that you can just add your pictures to to make a slideshow - try an internet search.
grace
28-Feb-2007, 03:39 AM
Thanks.I have managed to put the slide show on the front page of http://www.leatherofitaly.com ,but the movie shows in the offline page preview perfectly,but on the actual web it says movie not loaded and just shows a blank space .
Might this be to do with the host that I use,
Or maybe to do with the way my security on my computer is set to??
Duncan Rounding
28-Feb-2007, 04:34 AM
Two possibilities:
1. The flash file is not uploaded to your server. The path in your source code shows the file to be at http://www.leatherofitaly.com/SLIDE TRIAL1.swf which does not show.
2. The file name has a space in it.
So
1. rename the swf file without spaces.
2. correct your code to relect the new file name.
3. ensure that this new filename is added to the additional files list.
grace
28-Feb-2007, 05:52 AM
I have renamed the file to SLIDE followed your instructions ,but still no joy.A bit frustrating because it works perfectly well in the ofline page preview.
Do I have to have flash player v9 to view the slide??
Any more ideas?
Duncan Rounding
28-Feb-2007, 05:57 AM
The swf file still doesn't seem to be on your server. According to your code this path should show the file:
http://www.leatherofitaly.com/SLIDE.swf
but it doesn't. Even:
http://www.leatherofitaly.com/acatalog/SLIDE.swf
doesn't show the file.
Try putting the full url in the code as above and also check manually with an ftp client that the file really is on the server where you think it is.
I presume you did add it to the additional files list in Actinic?
grace
28-Feb-2007, 07:44 AM
Ye I have the swf on my addtional file.I tried to use the full url in the html code ,but that even led to the prieview not showing as well.
I have attached the code ,maybe you might spot something.
I am not placing this code in the Act_brochure primary but rather in a fragment that makes up the images on my homepage.All I did was to put he swf html in one of the layouts and then use the adjusted layout.ie the 'text only 'layout.
Might this be the problem?
Duncan Rounding
28-Feb-2007, 08:50 AM
No wrong - do not modify the fragment template, you don't have to do that.
Use the standard text only fragment template then add the following code into the text description to test:
!!<
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,65,0"
id="SLIDE"
width="800"
height="600">
<param name="movie" value="SLIDE.swf">
<param name="bgcolor" value="#FFFFFF">
<embed name="FSB" src="SLIDE.swf"
quality="high" bgcolor="#FFFFFF" swLiveConnect="true"
width="800"
height="600"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
</object>
>!!
You can add other formatting like <center> etc later after getting it working.
Have you manually confirmed that the swf file is in the location you want it to be on the server?
grace
28-Feb-2007, 05:54 PM
How do I do the manual confirmation that the swf is in the right location please?
I have modified the Act_Textonly with the code above.
I get the same result.The offline and the working folder shows it perfectly,but not on the web.
Duncan Rounding
28-Feb-2007, 08:12 PM
Again - you do not need to modify any templates. All you need to do is put that code into the fragment text description box in Actinic.
You must also change the swf source path to be the full URL (even though it will not show in the preview) otherwise it will look for the file in the wrong location. It should work after being uploaded to your server.
You can check using an FTP client program to see if the file is on your server but if you added it to the additional files list then it should have been uploaded into the acatalog folder on the server - hnce the need to use the full URL.
Duncan Rounding
28-Feb-2007, 08:19 PM
I just did a test in firefox and modified your template and I can see the flash - so do what I suggested and it will work.
See this:
http://www.imagemule.com/uploads/loiFQoF.jpg
grace
28-Feb-2007, 09:00 PM
:D Oh thanks a million.Infact I cant thank you enough.You've been great help.
:D
Duncan Rounding
01-Mar-2007, 04:40 AM
You will still need to do the changes as mentioned to get this to work permanently. I just made some temporary modifications to the html on my side to test the implememtation. Not quite time to juump for joy yet!
Reset the fragment template back to default (text only) and follow my instructions exactly in my post 11 above.
grace
01-Mar-2007, 05:10 PM
Dont quite get it.Here is where I am at the minute.
(1)The fragment template is already in text only with the html placed in the space for description
(2)The source path -I have changed that to the full url as advised.
(3) The flash is showing perfectly on the workings page,the offline preview(although it gives a message like Internet Explorer has limited The ActiveX Controls............)and if I click to allow it ,it works fine,
So I am not too sure what I have to change now to get this to work permanently.
Ta.
Duncan Rounding
01-Mar-2007, 05:23 PM
...
So I am not too sure what I have to change now to get this to work permanently.
Ta.
Nothing! - It's now working fine!!!!!
Champagne all round.
(Clear your browser cache perhaps - everyone else can see it fine)
The only problem is that your flash file is over 1.5Mb in size and will take a long time to load for many people.
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.