Search  

ACTIVE SHARING

Full_screen_preview

XML based Active Sharing Application. For example can be installed on website main page and show new photos in your gallery or screenshots of new videos etc.
Dynamic image changing.
Features:
— all thumb url’s, titles, time loads from XML file(or PHP script);
— dynamic app Title;
— dynamic thumb’s rotate time;
— on/off image smoothing.

Posted 2 months ago

Interesting.

Hey look! IT’s AURON !!

Posted 2 months ago

I Like this!

Posted 2 months ago

does it come with PHP /MySQL?

Posted 2 months ago

Please, Version flash8 not possible ? Thanks

Posted 2 months ago

compelo, it’s XML based. But you can write your own PHP script (to generate XML response by request) and pass this script URL to flash app via embeding params.

victor, it’s use ActionScript 3. Flash8 do not support AS 3 .

Posted 2 months ago

If thumb is bigger or smaller, how will that work. Will it automatically resize the image based on width height values we set. or does the stretch the layout.

Posted 2 months ago

madman, images will be resized to the size on thumb.

Posted 2 months ago

If we have one image slightly smaller then the other, it will not look good. Can we set the image holder in flash to a fixed width and height.

Posted 2 months ago

If image size bigger than a size of holder it will scale down to a size of holder. If size smaller then a size of holder it will scale up. And if smoothing is on the image is smoothed when scaled.

To turn off scaling up you need to modify Thumb.as class.

Posted 2 months ago

Noice work!

Posted 2 months ago

This is very much like the preview file for new videos on Youtube.

Was that the inspiration for this.

Great job! Will be buying it in the future.

Posted 2 months ago

Hey 2morrowMan,

me very stupid!

Don’t have 9/CS3, just wanted to change the title but other wise use as it is!

Is there any chance you could do me the greatest of favors and send me a swf with the title instead of ‘GALLERY OF OUR RECENT WORK ’.

Many, many thanks in advance.

Tony Brooks

tony_brooks@hotmail.com

Posted 2 months ago

Hey 2morrowMan

I’m even more stupid than I thought I was before – I’ve just changed the title in the index file

Kill me now!

Tony

Posted 2 months ago

Shame it’s in AS3

Posted 2 months ago

Create flash applications for FlashPlayer 8 it’s a real shame!

Posted 2 months ago

hi 2morrowMan, Really great file you have made, thx. But can you get the url to open i the same window when you click the text and how? :)

I have tried but im not that good yet :(

Posted about 1 month ago
Thumb.as ... private function onClick(event:MouseEvent):void { try { navigateToURL(new URLRequest(targetUrl), <strong style="color:red;">"_self"</strong>;); } catch (e:Error) { trace(e); } } Posted about 1 month ago

Oh, I hate post formating!!!

In Thumb.as find function call navigateToURL(new URLRequest(targetUrl)); and change it to navigateToURL(new URLRequest(targetUrl), “_self”;);

Posted about 1 month ago

so fact that it is AS3 ….it won’t work on previous Flash 9 players????

Can you change the thumbnail size? Can you have a thumbnail 150pxx100px ?

Posted about 1 month ago