The Andrew berg`s Flash photo show

Do you want to share WYSIWYG Web Builder tips, tricks, tutorials or useful HTML code? You can post it here...
(no questions or problems please, this section is not monitored by support).
Forum rules
This section is to share tips, tricks and tutorials related to WYSIWYG Web Builder.
Please do not post questions or problems here. They will not be answered.

PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
Post Reply
haakoo
 
 
Posts: 189
Joined: Fri Apr 25, 2008 8:02 am
Location: Groningen/NL

Post by haakoo »

Here it doesn't either

Hans
User avatar
me.prosenjeet
 
 
Posts: 1265
Joined: Mon Dec 24, 2007 1:50 pm
Location: Lucknow
Contact:

Post 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?
Check the new Chat GPT and Malware detect extensions at the link below

Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
User avatar
Eddy
 
 
Posts: 473
Joined: Tue Nov 27, 2007 1:52 am
Location: Nederland.

Post 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
Last edited by Eddy on Mon Oct 13, 2008 9:19 am, edited 1 time in total.
User avatar
BaconFries
 
 
Posts: 5328
Joined: Thu Aug 16, 2007 7:32 pm

Post 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.
User avatar
bry
 
 
Posts: 176
Joined: Fri Jan 11, 2008 8:44 pm

Post 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.
User avatar
me.prosenjeet
 
 
Posts: 1265
Joined: Mon Dec 24, 2007 1:50 pm
Location: Lucknow
Contact:

Post by me.prosenjeet »

Considering this for an extension? :idea:
Check the new Chat GPT and Malware detect extensions at the link below

Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
User avatar
zinc
 
 
Posts: 2146
Joined: Sat Dec 08, 2007 3:06 pm
Location: London, United Kingdom
Contact:

Post 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..?
User avatar
v84x4
 
 
Posts: 102
Joined: Thu Sep 18, 2008 1:48 am
Contact:

Post by v84x4 »

Please Please........

Make this an extention.......

looks pritty cool :wink:

Regards V8
User avatar
Eddy
 
 
Posts: 473
Joined: Tue Nov 27, 2007 1:52 am
Location: Nederland.

Post 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

------------------------------------------------------------------------------------
User avatar
zinc
 
 
Posts: 2146
Joined: Sat Dec 08, 2007 3:06 pm
Location: London, United Kingdom
Contact:

Post 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:
User avatar
Eddy
 
 
Posts: 473
Joined: Tue Nov 27, 2007 1:52 am
Location: Nederland.

Post 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.
User avatar
zinc
 
 
Posts: 2146
Joined: Sat Dec 08, 2007 3:06 pm
Location: London, United Kingdom
Contact:

Post 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 :?
Post Reply