Page 1 of 1

Posted: Mon May 19, 2008 8:24 pm
by haakoo
Here it doesn't either

Hans

Posted: Tue May 20, 2008 3:10 am
by me.prosenjeet
Hi,
I was thinking of using this for the intro page of my site.
The way I did with the tilt viewer ext.
Have a look at the intro page below:
Intro Page

Can I make it with Flash photoshow by Andrew Berg?
If yes, how?

Posted: Tue May 20, 2008 9:06 am
by Eddy
You can use it in WB.

This between the head tags.

Code: Select all

<style type="text/css" media="screen"><!--
			html,body			
			{
				height: 100%;
				margin: 0px;
				padding: 0px;
			}
			body
			{
				background-color: #FFF;
			}
			div {
				height: 100%;
				margin: 0px;
				padding: 0px;
			}
		--></style>

This in the html object.

Code: Select all

<object type="application/x-shockwave-flash" data="browser.swf"  width="80%" height="80%">
				<param name="movie" value="browser.swf" />
                                <param name="wmode" value="transparent" />

			</object>
----------------------------------------------------------------------------------
I did put this in the script to make the background transparant.
<param name="wmode" value="transparent" />

change also the width="80%" height="80%" for your image vieuwer.
the width and height from the html object is also important.

but you cannot remove the text what says flash photo browser andrew berg.

see screenshot.
http://i28.tinypic.com/11l262h.jpg

Posted: Fri Sep 19, 2008 11:37 am
by BaconFries
Does your domain support PHP? if it doesnt then you wont be able to fully view as the PHP file is needed to load the images check that your domain,host or server allow the use of PHP if they do ensure you upload all the files again including the image.php file retry and it should work.

Posted: Sun Oct 12, 2008 1:41 am
by bry
Well, if you wanted to remove the advertisement line, you could use a program like SWF Decompiler by SoThink. Then you have to have flash program and you need to understand the very basics of swf creation. But all you want to do is remove the line so basically, you export all the files with that element unchecked.

The text 14 box is the one you need to uncheck plus sprite 15.

Posted: Sun Oct 12, 2008 3:30 am
by me.prosenjeet
Considering this for an extension? :idea:

Posted: Sun Oct 12, 2008 12:32 pm
by zinc
I am tempted to make this into an extension, however right now I have 3 websites on the go.... I am not sure if the others want to have a bash..?

Posted: Mon Oct 13, 2008 5:29 am
by v84x4
Please Please........

Make this an extention.......

looks pritty cool :wink:

Regards V8

Posted: Mon Oct 13, 2008 9:11 am
by Eddy
An extension cannot publisch into different folders we need an xml file and a xsl to make the xml file.
This extension das not work with an xml file like the other image vieuwers.
An extension publisch always the images in the images folder from webbuilder or in the root directorie.
-------------------------------------------------------------------------------------


Put the images in the images folder.
The thumbnail in the thumbnail folder.
The thumbnail and big images must have the same filenames(read the read_me file)
Change the width and height in the index.html and put in wmode transparency if you need it.

And upload the folder afpb with all other folders and files in it.

Open the flash vieuwer in an iframe or as a normal html page.
http://www.yourdomain.com/afpb/index.html

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

Posted: Mon Oct 13, 2008 1:27 pm
by zinc
Thanks Eddy;

Unfortunately I have had no internet connection to repost this to say exactly what you have stated after having checked the structure of this gallery. :oops:

Posted: Mon Oct 13, 2008 1:46 pm
by Eddy
I had also search for a way to use this as an extension but thats impossible because we cannot upload to folders with the extensionbuilder.

I hope Pablo can make the extension builder so that we can publisch in folders or publisch folders with files in it to the root .
Than we have a bether structure in the root directorie.

Posted: Mon Oct 13, 2008 2:17 pm
by zinc
I second that! Currently the iFrame extenstion that I have made leaves the two GIF file in the root which makes the structure untidy :?