- hy there....first i would like to be excused for not posting this in the right section, but i would like an mod to take care of this and move it to tutorials ....he/she can do whatever..rename/modify/adjust ....i just wanted to share this with all of you...
==============================================================
[ i'll make an example with what i have on my website]
TUTORIAL
- enter this site
http://www.123-banner.com/ and choose "Peel Banner"
- press the button "choose banner" and select ur image by pressing the button "browse " and after it press "upload"
ex Picture.png
- now u'll have a preview of what ur picture looks in th e.swf flash
- now on the first option " 1.) Small corner text:" write whatever u desire, this will appear on the right top corner at the beggining
ex Curious ?
- at the second option "2.) Main text:" write the same as u desire, this will appear on the right top corner after u reveal the corner
ex Create Your Own Site
- on the third option "3.) Backside text: " write also whatever u like , this will appear on the backside of the corner
ex 1 GB Storage Free
- on the forth option "4.) URL: (required)" enter the url of the site would u like to open when the image is clicked
ex
http://www.own-free-website.com/
- on the "Text Transparency: Text Color: Background Color:" choose what u like
- on the last option "Now you can affect the quality/ compression value for your uploaded picture(s) in the resulting banner. " u select what u think is the right measure for ur site
ex 50%
- and press "submit query"
- wait
- on the "The HTML-Code for your Peelbanner" u'll receive a code, copy/paste that code into a notepad [ we'll get back to it later]
- now press on the "Click your right mouse here to save the banner " left click
- now u'll see ur project
- now u'll have to save it to ur hdd
- will use mozilla firefox to download this .swf file [ flash file ] ...no fancy softwares or paid ones..
- now look at the main tabs of mozills for "tools/page info/media/save as"
- that's it ....save it as u like
ex Peeling Corner.swf
- now create an account on
http://boxstr.com/
- and upload ur .swf file and after the upload is finished u'll receive a link
- copy that link into a notepad
- mine is this
http://boxstr.com/files/4993491_7o8yc/Peeling%20Corner.swf
- now remeber that code u pasted earlier into another notepad
mine is this
<style type="text/css">
#peel { position:absolute; top:0px; right:0px; width:480px; height:480px; z-index:99; }
</style>
<div id="peel"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash8/cabs/swflash.cab#version=8,0,0,0"
id="name" width="480" height="480">
<param name="movie" value="http://www.own-free-website.com//123-banner-com-36710.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent">
<embed name="name" src="http://www.own-free-website.com//123-banner-com-36710.swf"
quality="high" wmode="transparent" width="480" height="480"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?
P1_Prod_Version=ShockwaveFlash">
</embed>
</object> </div>
- u'll have to change this
http://www.own-free-website.com//123-banner-com-36710.swf 2 times with the link where u've uploaded ur .swf to
http://boxstr.com/ in my case
[ so u'll have to replace the link for the created .swf on
http://www.123-banner.com/ with th eon euploaded to
http://boxstr.com/ ...for 2 times so it looks like this
<style type="text/css">
#peel { position:absolute; top:0px; right:0px; width:480px; height:480px; z-index:99; }
</style>
<div id="peel"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash8/cabs/swflash.cab#version=8,0,0,0"
id="name" width="480" height="480">
<param name="movie" value="http://boxstr.com/files/4993491_7o8yc/Peeling%20Corner.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent">
<embed name="name" src="http://boxstr.com/files/4993491_7o8yc/Peeling%20Corner.swf"
quality="high" wmode="transparent" width="480" height="480"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?
P1_Prod_Version=ShockwaveFlash">
</embed>
</object> </div>
- now copy the resulted code into "edit design/extended settings/text at top page"
- also change for a better view to 280 px all over in the code ....not 480px...
- thats it
------------ i hope u enjoy it --------