Professional :: Choose A Thumbnail In SWF Player?

Sep 23, 2010

Can I choose a thumbnail? My SWF player I have told not to autoplay, but I want it to display an appropriate thumbnail. how do I set the thumb nail?

View 4 Replies


Similar Posts:


Professional :: Choose Air 3.0 As Player?

Nov 24, 2011

I've downloaded the latest version of Air (3.1 now), but I can't choose it as my player in CS5.5. Is there something specific I'm supposed to do so I can access it? I assume I can also import the Air 3 libraries into flash builder as well, right?

View 6 Replies

ActionScript 2.0 :: Redirect Or Detection That Would Choose The Swf Depending On What Version Of Flash Player The User Has?

Dec 1, 2003

is it possible if i have two versions of a flash file made, to have a redirect or detection that would choose the swf depending on what version of flash player the user has? so if they have flash five they get 5.swf and if they have flash 6 they get 6.swf

View 7 Replies

Professional :: How To Choose F4V Video Bitrates

Mar 9, 2010

I have a video business and my website has a lot of video examples. I wanted to show some image quality as well as a decent frame size for viewing. The video files were encoded in AME at vbr 775kbps (max of 1100kbps) with a frame size of 720x405. Do you think these bitrate settings are acceptable for internet speeds today?

View 2 Replies

Professional :: How To Choose Different Values From RSS Feed

Mar 16, 2010

I've just started experimenting with RSS in Flash - so far I am able to pull a feed in, but what I want to try now is to actually separate values from within a feed to go to different movie clips. So let's say my feed looks like this:

<rss version="2.0">
<channel>
<title>title goes here</title>
<link> [URL]>
<description>description</description>
[Code] .....

What I'm trying to do is have a few bubbles of boxes etc floating everywhere where you can click one and it shows a different (or random) <item> from the feed (with the relevant item child values inside). I've looked at creating nodes etc but it seems to only create to pulling the first one with that specific name, instead of choosing from the whole array.

View 5 Replies

Professional :: Choose Between 2 Flash, To Be Back Of The Other Or Reverse?

Mar 23, 2010

I have 2 flash in my website.One is background and the other is menubarThe problem is that the menubar is sent to back of the other flash(background).

View 1 Replies

ActionScript 3.0 :: Show Thumbnail When Video Player Is Not Playing?

Aug 3, 2010

I have a video player which using netStream, works well but i want to show video thumbnail when video player is not playing and stop from playing?

View 9 Replies

ActionScript 2.0 :: Thumbnail Loop - Middle Thumbnail Represents The Photo In Target_mc?

Nov 28, 2007

I have made a image-viewer. I've this AS for the viewer:

Code:
import mx.transitions.Tween;
import mx.transitions.easing.*;
function loadXML(loaded) {[code].....

Now i would like to make a loop for the thumbnails so they don't have a beginning or end(Now when i scroll to the right the thumbnails stop at the last thumbnail, i want it to begin at the first thumb again).I'm also trying to make that the middle thumbnail represents the photo in target_mc.

View 1 Replies

ActionScript 2.0 :: OnRelease - Cannot Scroll Thumbnail Until Roll Off The Click Thumbnail

Jul 10, 2007

I am making a gallery, which you can view here:[URL]ok, firstly, when you click a thumbnail, you cannot scroll them until you roll off the click thumbnail, and I'm not sure why. is it just a movieclip thing? or can I put some code in to re-get focus of something? ok, now for the two general questions:

1. When you roll over the thumbs, they go up, sometimes they flick back down though, even though you are rolled over them still. is this just because they are moving?

2. Does anyone know why when I add this:

[Code]...

View 1 Replies

Professional :: Video Preview Thumbnail?

Mar 2, 2011

Using Flash cs5I have a simple swfnothing on the stage except a video (flv) playback component.I dont want it to autostart which i see the paremeter for and have set that to uncheckedBut I would like pick a place in the video to be the thumbnail image for the video that people see instead of just a black box. I dont see how to do that.Is there any way to have them see a thumbnail image in the video player instead of a black box when i dont want the video to autoplay?

View 2 Replies

Professional :: Separate Two Thumbnail Images That Open Same Picture?

May 22, 2010

Ok the fourth page of the website is a portfolio page with 16 thumbnails (4 across 4 down) which opens a larger pic on the same page to the right.
 
I can't figure out what to change. The first and third thumb down seem to be linked and open the same image. Same with two and two down from that and so on. I want to separate them so each open their own image. If I edit it in PS both thumbs change...
 
I click several times and well thumb one and the third one down is:
 
onClipEvent (load) {
i = 1;
}

[Code].....

View 3 Replies

AS 3.0 :: Professional - Tutorial On Creating A Scrolling Thumbnail Menu

Jun 30, 2010

I've found several good tutorials in AS2.0 on creating a scrolling thumbnail menu bar for adding to a photo gallery, but nothing in AS3.0. Anyone have a tutorial or code they'd like to share?

View 2 Replies

ActionScript 1/2 :: Xml Thumbnail + OnRelease Function On Each Thumbnail?

Oct 11, 2009

Im trying to create via xml and a for() loop a thumbnails wiewer and each thumbnail have a simple onrelease function.....but my probleme is that my 'container' movieClip and 'BT' movieClip dont show when I export the movie...also when i trace()them the output is empty. maybe is because they are inside  x.onLoad(xml){} function ? At the end of the script you can remove // before the trace() function for ckecking in the output panel. here is my code:

xml file: TumbLoader.xml
<?xml version="1.0" encoding="ISO-8859-1"?><slideshow><photos thumbnail="thumbnail/1.jpg" /><photos thumbnail="thumbnail/2.jpg" /><photos thumbnail="thumbnail/3.jpg" /><photos[code]...

View 8 Replies

Professional :: Flash Thumbnail Gallery - Making Window Clip Inactive After Click?

Dec 4, 2011

I am an artist trying to remake my website...I have a picture of a window on my homepage. The window is a movie. When clicked on, the window lights turn on and a grid of thumbnail pics appear. Each thumbnail is a movie clip. When a thumbnail is clicked on, the movie plays and a larger image appears over the window. The problem is, the window is still active underneath the large image, so if I click on the large image, I am really clicking on the window movie clip underneath, and the thumbnail grid disappears-starting the window movie clip over. How do I make the window clip inactive after it is initially clicked? Also, I would like the larger images to end their movie clips after another thumbnail is clicked, so that there aren't large images piled up on top of each other.

View 6 Replies

Professional :: Loader Component Works When Publish To Flash Player 7 But Not In Flash Player 8

Jul 5, 2010

My loader component works when I publish to Flash Player 7 but not when I publish to Flash Player 8, why? The publish setting are for ActionScript 2.0 on both.

View 2 Replies

Professional :: Video Doesn't Play In Authoring Player, Does Play In Debug Player

Nov 8, 2010

I just updated to CS5 - I'm working on a custom video player. It works fine embedded in a web page both locally and on the network. It works fine in the debug player. However, when I test it in the authoring player I get a NetStream.Play.StreamNotFound error and no video. I have tried setting the Local Playback Security publish settings to both local and network - doesn't find the video either way.
 
It used to run fine in CS4 in the authoring environment.

View 1 Replies

ActionScript 2.0 :: To Thumbnail, Or Not To Thumbnail ?

Jul 5, 2007

Yes, I'm making a photo gallery like everyone else. I'm making it so people can order pics from the site. There are going to be about 500 photos per album in 5 different categories. The photos can be shrunk down to about 60kb a piece. If I use the actual pictures as thumbnails, just scaled down, the total size of all the pics will be about 30mb. I know this is a lot.

Either way, the people looking at the album will most likely look at nearly all the pics so they will be using up bandwidth either way. Plus, if I use the actual pics as thumbs the user will not have to wait to see actual pic when it's clicked on because it's already loaded. A preloader is annoying to me. I do realize a preloader would be wise when loading the thumbs. Just dislike them after you click one for the big picture.

So is using shrunken thumbs a necessity or if the big pic is under a certain size it shouldn't matter if I use it for a thumb also?

View 1 Replies

Choose Between Flash And Html5

Jun 1, 2011

I am planning to develop a facebook application which uses iframe concept, it involves some rich UI and image manipulation, I am new to html5 but aware of flex

View 2 Replies

ActionScript 2.0 :: Use Xml To Choose Font

Jun 18, 2009

I'm trying to change the font in my menu's dynamic textfields using xml data. I can already change the color but can not figure out how to change the font. Here's what I'm using to change the colors, and this format is what I'm trying to achieve with the fonts also.

[Code]...

View 4 Replies

ActionScript 3.0 :: Choose Movieclip Name Dynamically?

Jun 16, 2010

I hv 5 movieclips on stage mc1,mc2,mc3,mc4,mc5. I m trying this code to run random movieclip on stage

function Randvalue(){var randVal=Math.round(Math.random()*4)this[mc+randVal].gotoAndPlay("over")}
Randvalue()

[code].......

View 3 Replies

ActionScript 3.0 :: Scroller To Choose Color?

Nov 19, 2010

I'm starting flash and already familiar with some of the basics (movie clips, coloring them, adding them on stage, events).And while I read a book to follow, and see tutorials here and there, I kinda follow the "learn as you go" approach.I think the most challenging part here is the scroller to choose colors. I already tried to look for online tutorials but I guess my google terms were simply weak and inaccurate.

View 5 Replies

Flex :: HTTPService ResultFormat, How To Choose?

May 10, 2010

HTTPService has a property resultFormat which can be set to any of the following: array e4x flashvars object text xml .I looked at the documentation to understand the difference, but still couldn't understand when to use each. I'm looking for the lightest weight of all of them.

P.S. I'm consuming output from my own server, so can change the output format as needed to make it compatible with each.

View 1 Replies

Flex :: Event Path - What Way To Choose?

Apr 26, 2011

Imagine we have an object dispatching some event and this object should perform some action on this event. What's the right way of catching this event? May I listen to this event directly in my object or should I let this event travel through EventMap? Example: I have a popup window with form. On submitting form, I'm going to send a request to remote server and close this popup. Is it ideologically correct to perform popup close on click without dispatching custom event to EventMap?

View 2 Replies

ActionScript 3.0 :: Choose Specific XML Nodes?

Jan 9, 2011

So. Basically I'm trying to create a news-ticker that feeds of an XML-page that I don't have control over. It rolls horizontally across the screen. (Eventually...)

I'm able to access the different parts of the XML and insert them, but only one kind at the time.

The XML is build with several nodes called 'program' like this[code]...

View 1 Replies

ActionScript 3.0 :: Choose Random Text?

Mar 6, 2012

how would i go about choosing one of the following at random?

ActionScript Code:
var example1:String = "hello";
var example2:String = "how are you";

[code]........

View 6 Replies

ActionScript 3.0 :: Getting Dynamic Textbox To Display What I Choose?

Jan 10, 2012

ok in theory this sounds brutally easy. Just can't make it fire. On my stage I have an atm movieclip called "atm". In it I have 8 buttons l1-l4 and r1-r4. I add and remove functions based upon what is on the screen. So on the third screen I want when I hit l1 for a dynamic text box to display "20". So my thought is, place the dynamic textbox where I need it, create the instance name, and where it needs to come up use this line of code:

cashdispense.text == "20";

well the box remains blank. I've posted all my code if it makes things easier to understand.
 
import fl.transitions.Tween;
import fl.transitions.easing.*;
import fl.transitions.TweenEvent;[code].........

View 1 Replies

Database :: Why Flash / Flex RIA Choose Base64 XML Over AMF

Aug 10, 2009

I have recently been using Charles the debugging app. And noticed a very chatty app named skyrocket (a very very cool slide presentation app) sending a lot of data across the wire. It is built in flex by the looks and I was wondering why they had chosen to send their data using base64 and not amf. Is it because they don't want to be locked into the flash platform? Or could there be another reason. Is it to store it as XML in the database as they don't want to be dealing with amf when handing data to other services/clients (iPhone etc).

View 2 Replies

Flex :: Set Datechoose To Only Choose Month/Year?

Jan 20, 2010

I am builder a graph that is going to cover an entire month. The user may change the Month/Year but there is no point in choosing a date for the month as it is going to show the entire month anyways. So is there a way to maybe make the DateChooser date always the first and only allow the user to pick the month and year?

View 1 Replies

Actionscript 3 :: Adobe Air - Choose Webcam Manually?

Dec 2, 2011

How to choose the webcam/camera manually in Adobe Air? In Flash it's working through this:

Security.showSettings(SecurityPanel.CAMERA);

Is there something like that in Adobe Air?

View 2 Replies

ActionScript 2.0 :: Using Data Input To Choose MC Load

Jan 7, 2009

I need to have a data field that the user will enter in a zip code, hit submit, and have a specific movie clip load, based on their entry. There aren't different movie clips for every single zip, but there will be 20 or so different clips that would load, based on whether or not that zip falls within a certain group. For instance, if someone enters in a zip for Washington DC, I would need to load a clip that shows that general area ... DC, VA and MD.

View 0 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved