ActiveDen

FULLSCREEN IMAGE ROTATOR - AS3

  • Has been a member for 2-3 years
  • Exclusive Author
  • Sold between 1 and 100 dollars
  • Belgium
Bit_Burner says

nice item!

2 years ago
  • Has been a member for 3-4 years
  • Contributed a Tutorial to a Tuts+ Site
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 1 and 9 items
  • Portugal
theRiviera says

Great work again. And cool photography, by the way.

2 years ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Sold between 10 000 and 50 000 dollars
  • Bought between 1 and 9 items
  • Europe
  • Referred between 1 and 9 users
tigerworks says
Author

thanks… :)

2 years ago
  • Has been a member for 4-5 years
  • Bought between 10 and 49 items
peejay says

Beautiful design man. Awesome.

Just wondering if it’s possible to put a link in the text heading as well?

2 years ago
  • Has been a member for 3-4 years
mishox says

Is posible to stretch the photo, not crop the sides? Then it would be very useful for photographers!

m.

2 years ago
  • Has been a member for 4-5 years
  • Bought between 1 and 9 items
conceptguy says

I’m looking for something that will allow me to keep updating the XML every few seconds/few minutes. Is this possible? Would the flash file show the updated XML or does it just read it once?

2 years ago
  • Has been a member for 2-3 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 1 and 9 items
  • Canada
  • Referred between 1 and 9 users
Artefficient says

Can it load swf files?

2 years ago
Author
tigerworks tigerworks replied

only pictures, but this can be done …

2 years ago
  • Has been a member for 2-3 years
  • Bought between 50 and 99 items
davegregoire says
Purchased

Is it possible to layer this behind html as a background rotator? I modified the CSS for the ID flashcontent and gave it a -1 z-index. I have two other gives I want to place on top that I gave z-index’s of 9999. All the divs are absolutely positioned.

2 years ago
Author
tigerworks tigerworks replied

Hello,

div positioning example:

<div style="position:absolute; z-index:1;">your content</div>
<div style="position:relative; z-index:0;">flash content</div>

2 years ago
Purchased
Default-user davegregoire replied
<div style="position:absolute; z-index:1;"> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>

<div style="position:relative; z-index:0;"><div id="flashcontent" align="center"><strong>You need to upgrade your Flash Player.</strong>
</div></div>

This does not work. It still lays the flash content over the html content.

2 years ago
Author
tigerworks tigerworks replied

working…

<div style="position:absolute; z-index:1;"> sample absolut div </div>
<div id="flashcontent" align="center" style="position:relative; z-index:0;">
        <strong>You need to upgrade your Flash Player.</strong>
    </div>
    <script type="text/javascript">
        var so = new SWFObject("preview.swf", "sotester", "100%", "100%", "9", "#1e1e1e");
        so.addParam("allowFullScreen", "true");
        so.addParam("scale", "noscale");
        so.addParam("menu", "false");
        so.write("flashcontent");
    </script>

2 years ago
  • Has been a member for 2-3 years
  • Bought between 50 and 99 items
davegregoire says
Purchased

Sorry for the double post

2 years ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
  • Spain
troman says
Purchased

I made the images smaller, but there is a delay as the show …. I can fix it?

Here:

resizeFunction function ()

{

holder.x = (stage.stageWidth – holder.width) / 2;

holder.y = (stage.stageHeight – holder.height) / 2;

...

}

Thanks

2 years ago
Author
tigerworks tigerworks replied
Hi troman,

function resizeFunction(){
        holder.x      = 0;
    holder.y      = stage.stageHeight / 2 - holder.height / 2;
}

and
function imageResize(){

    holder.x      = 0;
    holder.y      = stage.stageHeight / 2 - holder.height / 2;

    if (holder.height < stage.stageHeight)
        {    
        holder.x      = 0;
        holder.y      = stage.stageHeight / 2 - holder.height / 2;
    }
};
2 years ago
  • Has been a member for 5-6 years
  • Sold between 1 and 100 dollars
  • Bought between 1 and 9 items
umarmughal says

is it possible to have fading, sliding transition when changing image?

2 years ago
Author
tigerworks tigerworks replied

XML

transitionEasingDuration="0.5" 

2 years ago
  • Has been a member for 1-2 years
webguy3 says

Does anyone know why adding in a doctype to the webpage containing the flash/ swfobject

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" />

Doesn’t make the swf height 100% ?

2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
randomblowup says
Purchased

I’m having trouble with stretching in IE. THe image scales/stretches funny in IE but not in any other browser. Is there a reason for this? And how do I fix it? I’ve set the height and width of the html and swf to 100%. Please help.

1 year ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
datamunky says
Purchased

Hi there, Thanks for the great file.

I need to modify the flash file to add different sections to the site eg. ‘about us’ ‘contact’ etc each of these sections needs to rotate a different set of images, is this possible?

many thanks!

1 year ago
Author
tigerworks tigerworks replied

Hi,

There are only a slideshow. Sample:

_mySlide(0); // 1. photo

_mySlide(5); // 6. photo

1 year ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
NicholasArgent says
Purchased

Hi,

Can this load swfs?

I’ve tried but just get output “cannot convert flash.display.Bitmap”

Thanks,

Nick

1 year ago
Author
tigerworks tigerworks replied

Hi,

Do not have this feature. But this feature can be added. Please send private e-mail.

regards,

1 year ago
Author
tigerworks tigerworks replied

Hi,

STEP 1

fla

bitmap = Bitmap(loader.contentLoaderInfo.content);
bitmap.smoothing = true;

change to

if(xmlData.item[i].@type =="img"){
    bitmap = Bitmap(loader.contentLoaderInfo.content);
    bitmap.smoothing = true;
}else{
    bitmap.smoothing = false;
}

STEP 2

xml

<item type="img" 
<item type="swf" 
1 year ago

by
by
by
by
by