The Andrew berg`s Flash photo show
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
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
- me.prosenjeet
-
- Posts: 1267
- Joined: Mon Dec 24, 2007 1:50 pm
- Location: Lucknow
- Contact:
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?
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
Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
You can use it in WB.
This between the head tags.
This in the html 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
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.
- BaconFries
-
- Posts: 5648
- Joined: Thu Aug 16, 2007 7:32 pm
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.
The text 14 box is the one you need to uncheck plus sprite 15.
- me.prosenjeet
-
- Posts: 1267
- Joined: Mon Dec 24, 2007 1:50 pm
- Location: Lucknow
- Contact:
Considering this for an extension?
Check the new Chat GPT and Malware detect extensions at the link below
Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
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
------------------------------------------------------------------------------------
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
------------------------------------------------------------------------------------
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.
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.