Search  

SWF VIEWER

Have you ever thought of displaying multiple banners in the same place, for the time you want to? Well, this widget lets you display jpg and swf banners. :)

Using the XML you can customize everything. Above is a sample.

Click here to see more files by bobocel

Posted about 1 year ago

Hi, i’m interested in this one. Is it posible to make it look grafikal like i wan’t it? And can i add (1) (2) (3) (4) (5) (6) the butons to select a specifik jpg or swf?

Posted about 1 year ago

Don’t know if i can edt posts..

This one from you is also something what i’m looking for, now i think i don’t need both: http://flashden.net/item/complex-rotator/757

Posted about 1 year ago

Please email me and let me know what you need to do.

Posted about 1 year ago

I am interested….but does the fla. come along in the download??? I would like to change the resolution size.

Posted 11 months ago

Yes, it does.

Posted 11 months ago

Thanks….just got it.

Posted 11 months ago

does this preload the jpg/swf?

Posted 11 months ago

netfuel: yes.

Posted 11 months ago

is there a way to make these random?

Posted 11 months ago

The circles are just sample swf files. What this player does is displays the swf files for a certain amount of time, and it shows that graphically.

Posted 11 months ago

yes, But I am trying to figure out a simple way for it to ramdomly pick the swf files out of the xml to load. rather than them always being in a se order.

Posted 10 months ago

^^ set order that is.

Posted 10 months ago

@lokioninteractive: use this function:


/**

Random between two numbers

*/
function randomBetween(min:Number, max:Number):Number {
    var randomNum:Number = Math.round(Math.random()*(max-min)+min);
    return randomNum;
}

Posted 10 months ago

Will there be a way to create a slide for this and also add Text links to navigate the exported swf files?

Have a loader displaying before having the next swf slides in. If possible Im definitely bobocel.

-Al

Posted 6 months ago

I don’t understand what you mean, but if you need custom work, then you should get in touch by email. ;)

Posted 6 months ago

I sent you an email bobocel explaining more details on what I am talking about.

Posted 6 months ago

Hi There, I just recently downloaded this file, and think its great :) I was wondering where I can change the url. right now when click a .swf it goes to google.ca but I’d like it to go to another url. And can i change the url for each .swf when it loads?

Thanks in advance for your help :) Sharis

Posted 4 months ago

Hi. Thanks. :)

Either in the XML or in the swf directly. ;)

Posted 4 months ago

I just resized the stage and movieclips to fit my .swf files (768×400). Changed the width and height in the actions.as file as well.

But the content seems to scale and messes up the aspect ratio. Any chance I could tell this swf viewer to leave the width/height of the loaded swf as it is?

Posted 4 months ago

Hi. I don’t think my file affects the loaded items. Check in the code for any _xscale or _yscale properties. I bet there are none. ;)

Posted 4 months ago