Professional :: Make A Group Or Rollovers That Display Larger Versions?

May 5, 2011

I am trying to make a group or rollovers that display larger versions on images when you rollover their thumbnails. The problem is since everythign is in layers the bottom layers rollovers show up undernieth the other thumbnails. My whole website design is based on this and I want to avoid writing code for each individual rollover. Is there a way I can make it so all the rollovers apear over all teh other buttons?

View 4 Replies


Similar Posts:


IDE :: Thumbnail To Larger Pic Display?

Nov 28, 2009

I am in desperate need of some assistance (again). I have created some thumbnail images (as buttons) that need to open to larger images once clicked.

Currently I have it set up to open a new browser window but this is not what I want.

Herewith existing code:
thumb1.addEventListener( MouseEvent.CLICK, goto_thumb1 );
function goto_thumb1(e:MouseEvent):void
{
navigateToURL( new URLRequest( "thumb1.swf" ), "_blank" );
}

I need the larger pic display to be restrained to the size 600x400 and preferably to load in front to the main website (like a popup).

View 1 Replies

IDE :: Best Way To Make Button Rollovers

Nov 19, 2009

I currently have a flash file that has a whole bunch of buttons that are MC's with rollover and out states that open up a PDF when clicked.For each number (12-33) I have the MC with a new instance name and I am calling them with the following code:[code]So for each button I have this huge mess of code. There has to be a cleaner and more efficient way of doing this. Can you guys suggest anything?

View 7 Replies

ActionScript 3.0 :: Clicking On A Thumbnail To Display Larger Image?

Nov 24, 2011

i am building a digital portfolio and i have managed to get the thumbnails on a horizontal scrollbar but i want to be able to click on one to load the full image. I dont know where to start though. The code i have so far is:

Code:
package {
import flash.events.*;
import flash.display.*;
import flash.net.URLRequest

[Code].....

View 0 Replies

ActionScript 2.0 :: Unable To Make Random Rollovers?

Mar 20, 2004

I have this face that says something when u rollover it, in this case for example: hi kirupians!! , what I need is to have some different texts,

View 4 Replies

Chart Of Swf Versions To Flash Versions?

Mar 2, 2012

Is there a chart equating SWF versions to Flash versions? The beginnings of one is here, but it is incomplete.

View 2 Replies

Media Server :: Make 3 Different Versions From One Live Stream?

Mar 27, 2009

We purchased the Flash Media Interactive Server 3.5 a few days ago and everything is running smoothly.We have a website where users can stream live and other users can see the live stream can sign in and broadcast in live. Other users can see the live stream. This is already working. However we would like to use the Dynamic Streaming's capability. We have users who have low-band and have other ones who have broadband Internet connection. We already know how to determine the users' speed and offer them the best suitable stream.But! The problem is that how we are supposed to make 3 different versions from one live stream? Yes, I know that we can use the Live Encoder to do the job but the thing is that we don't want our users to install anything on their computer.

Is there a way to do some server-side AS to produce three different quality version from one live stream? Or is it possible to integrate the Live Encoder in the background to do this?If not, then I suppose the only way we can solve this problem if our users stream 2 different versions at the same time, a low-band and a broadband. However I'm not sure that this would work and also it would require some amount of bandwidth from the streaming users' side. So I would like to avoid this solution.Is there a way to do this encoding procedure in the background? With recorded videos it's not a big deal, we can use ffmpeg but we are just stuck with this live stream encoding.

View 7 Replies

Second Random Factor Is Which Image In That Group To Display?

May 19, 2009

I'm still very much a newbie when it comes to AS3. I need to create an external image scroller. That's simple enough, but these images are of people of different ethnics groups, roughly divided into four categories. So, the pictures need to be randomized two-dimensionally. The first random factor is which of the four groups to choose from. The second random factor is which image in that group to display. That way, no ethnic group is favored over another.

I've gotten fairly far...when I test my Flash file and click the Start button, you'll see the first random image. Wait a few seconds, and the second will appear. All well and good...but the logic for how to randomize and automatically display all 15 images eludes me, despite days of research.

Can anyone point me in the right direction? I tried to upload the test files but they're too big, so the code is below.

[Code]...

View 18 Replies

Flex :: Display ArrayCollection In Group With An Item Render?

Jul 27, 2011

i got an Arraycollection which holds other arrays in it.i want to display the data inside with an item render but cant manage to do this
here is example code to explain my question

<s:DataGroup dataProvider="{news}"
itemRenderer="components.displaynews">

and this is the item render

<s:Label text="{data.??/}"/>

now what i dont understand is what comes after data? in the array collection the data goes like this : myArrayCollection->[0]->firstname

so when im binding data to item render,how do i represent the [x] to get to the specific name that i want? this obviusly wont work

<s:Label text="{data.[0].name/}"/>

and one more thing is what is the lightest way to display data in a listgroup with simple item render (image and text)

private function convertFBEventData2TreeData(eventData:Object):Object
{
var children:ArrayCollection = new ArrayCollection();[code].....

i dont know what to add after data, i tried many things but nothing work :

View 1 Replies

Professional :: Motiontween Like In CS3 And Earlier Versions?

Jun 8, 2010

I just got the trialversion av Adobe flash CS5 and I wonder if there is a way to get the same motiontween in the timeline as in flash CS3 and earlier versions of flash?

View 3 Replies

Professional :: Still Get Older Versions Of Flash?

Sep 19, 2010

I was wondering if older versions of Flash (specifically Flash 8 and CS3) are still available. I'm aware that Flash CS5 is the current version, and I've used it a few times at school. However, I find that the older versions are easier to use, less prone to lag, and come with less features (it might sound odd to want less features, but I don't write Actionscript or anything - all I need are the basic paintbrush tools and animating abilites).  Is there anywhere on this site that I can buy/download these versions from?

View 4 Replies

Professional :: 2 Rollovers Occupying Same Space?

Aug 11, 2010

Here is what i have

[URL]
 
As you can see the head moves to 4 different levels...

On the left in each on of those levels i want there to button one with there own rollovers

I would make them all one... but i want the head to move regardless of whether you're over the button...

PROBLEM: when you go over the button the roll over to move the head stops working and the head moves back to the original position

So how do define a overlapping hit areas

View 5 Replies

ActionScript 2.0 :: Embedding Font So That A Group Of Textfields Will Display Correctly When They Are Tweened

Nov 26, 2006

I'm learning AS3 with Flex Builder 2, and have run into all sorts of difficulties when trying to embed a font so that a group of textfields will display correctly when they are tweened. There are a number of examples posted across the web which apparently work fine for other people, but I've tried them unsuccessfully. Perhaps this is because other people are using the Flash 9 alpha and it works differently in Flex, though I don't know why that should be. For example, with this code I receive an error that says "Unable to resolve "C:WindowsFontsARIAL.TTF for transcoding" even though the file exists in that location.

[Code]....

View 6 Replies

Professional :: SWF Doesnt Work In Latest Versions Of IE And Safari?

Jul 26, 2010

I have a swf made in Flash CS4. It works fine in firefox and older versions of flash player in IE, but it doesn't work in recent versions of IE and Safari In this case just I can hear the music.

View 1 Replies

Professional :: New Flash Versions Causing Webpage To Appear Blank

Aug 22, 2011

Since recent versions of Flash have come out (perhaps the last few weeks), when loading up the website, [URL], the flash loading bars show, various SWF files in their layer appear, but then when loading completes, the web page goes blank (usually black, sometimes white). This occurs on Windoes 7 (64), Vista and XP. It occurs in IE9, IE8, and various Firefox browsers. So, I am comfortable believing that it is a recent Flash player issue.

The HTML page loads a file "back.swf" which in turn loads "menu_eo.swf" in level 10 and "intro_eo.swf" into level 5. What it looks like is that when the intro page finished loading and moves to the correct frame, the screen goes blank. My clients rarely update their Flash Player, but I asked them to do so this morning. They had the same problem in all those other browser and operating system after updating to Flash Player 10.3.1832.5.

View 3 Replies

Professional :: Any Way To Have Firefox Auto-Upgrade For Older Versions?

Apr 4, 2012

In IE you can add the version=11.1.0 to the end of the codebase attribute of the object tag. Is there something that will force Firefox to do the same upgrade?

View 3 Replies

ActionScript 2.0 :: Collapsing Navigation - Make The Main Button Not Sense The Rollovers Of The Internal Buttons

Feb 3, 2005

My problem that I'm having is I am trying to build a menu consisting 3 buttons, side by side that open and reveal subnavigation buttons on rollover. Then on rollout of the main container button, they close back to where they were. I have built the buttons and everything works great, the only problem is that on rollover of the internal buttons, the main button senses this as a roll out and plays the rollout animation event (closes the button). How can I make the main button not sense the rollovers of the internal buttons and only play the rollout event on rollout of the main button?

View 2 Replies

Professional :: Migrating From Older Flash Pro Versions Causes Auto Formatting To Malfunction

Sep 5, 2011

I have recently upgraded my Flash CS4 to Flash CS5 on my MAC, and Flash CS5 to Flash CS5.5 on my PC, these upgrades are causing the Flash Auto Formatting feature to malfunction, it somehow becomes a tool that breaks my code and causes errors while exporting, instead of simply re-arranging the lines.This is happening with all my codes and all my projects, not a specific line of code.

View 1 Replies

ActionScript 2.0 :: Make Flash Larger On Monitor?

Dec 6, 2011

I put a lot of work in my flash website that will soon be launch. But now I realize I want it to fit better into the larger wide screen monitors. Is there a way I can make it larger without losing image quality? I know this probably needs to be done in the publishing tool.

View 1 Replies

ActionScript 3.0 :: Make A Movieclip Become Larger When Mouse Over It?

Aug 28, 2009

how do i make a movieclip become larger when i mouse over it?

View 1 Replies

Way To Format Input Text To Make It Larger And Centralised

Jan 29, 2010

I am making a simple quiz where the user inputs the answer into a TextInput and then gets sent of to a different frame. what I what to know is if there is any way to format the input text to make it larger and centralised.[code]

View 6 Replies

ActionScript 2.0 :: Make Xscale Larger When OnRollOver / But Need To Swap Depths

Jan 4, 2004

I am making a photo gallery with thumbnails and when the mouse rolls over them, they increase in size. Problem: when they increase, they do not cover the other thumbnails completely, since it is only an _xscale percentage increase and not a new movie clip. So you can see all the other thumbnails over the increased photo size. It is a problem of swapping depths I'm sure--but do I have to take off all the thumbnails from the main level and load them dynamically onto different levels in order to be able to swap depths?

View 4 Replies

ActionScript 3.0 :: Flash New Game - Make Ball Get Larger Each Time?

Jul 22, 2010

//stop on current frame
stop();
//ball follows mouse[code]....

What I am trying to achieve is to make my ball get larger each time it collects a particle (Pixel).

View 1 Replies

ActionScript 2.0 :: Make _xscale Larger When OnRollOver But Need To Swap Depths?

Jan 4, 2004

I am making a photo gallery with thumbnails and when the mouse rolls over them, they increase in size. Problem: when they increase, they do not cover the other thumbnails completely, since it is only an _xscale percentage increase and not a new movie clip. So you can see all the other thumbnails over the increased photo size. It is a problem of swapping depths I'm sure--but do I have to take off all the thumbnails from the main level and load them dynamically onto different levels in order to be able to swap depths?

View 4 Replies

Professional :: Why Is Stage Larger Than .fla Dimensions

May 12, 2010

The more I work with this program, the more weird stuff I encounter.  I set up my .fla file as 700 x 400.  I've been putting stuff on the stage and adding tweens, then when I test the movie, part of the stage image is cut off.  I turned on the ruler, and found that the top of my stage is aligned at X 0.00 and Y -44.50.  I drew a box the size of the entire stage, and its position is X 0.00 and Y -44.50, and the dimensions are 700 x 469.  Can anyone tell me why my stage is larger than 700 x 400, and how to get the top left corner of the stage to be aligned at X 0.00 and Y 0.00? 

View 4 Replies

Professional :: Flash CS5 SWF Files Much Larger Than CS4

Jun 29, 2010

I have a Flash project in Actionscript 3 that came out to about 75kb when rendered as a .swf file using Flash CS4. After exporting the same project in CS5 with the same settings, the .swf file is about 150kb.

View 4 Replies

Professional :: Encoding For FLV Results In 10x Larger File CS5 Vs CS4

Oct 1, 2010

I've recently upgraded to CS5 and the Media Encoder creates incredibly HUGE files compared to the CS4 media encoder.
 
For example, I can convert a 15MB mpg file to a 12 MB flv file in CS4 using the preset  "FLV same as source"
 
I do not find a matching preset in CS5, but tried "FLV - match source atributes (medium quality)"  Encoding the same file in CS5 with this preset results in 170MB file.
 
I've tried adjusting the settings, comparing the options in both versions, and I still can't get a reasonably sized file out of the CS5 media encoder.
 
This seems really broken to me.  A 170 MB file is not useful in any way.  Do I have bad presets?
 
Adobe Media Encoder version is 5.0.1.0  (32-bit)

View 4 Replies

Professional :: Encoding Video At A Larger Size?

Feb 11, 2011

Given:I encode video at 600kbpsI set the video to display by default at 448x336 (4:3)Users can set the video to display at full screen (let's say full screen = 1280x960)I can only provide one video resolution to cover all scenarios .Is there any logic to encoding the video for the larger size of 1280x960? Am I wrong in thinking:

Video encoded at 1280x960 and displayed at this size will look better than video encoded at 448x336 and enlarged to 1280x960; andThere will be minimal difference between video encoded at 1280x960 (and shrunk to 448x336) and video encoded at 448x336.

View 10 Replies

Professional :: Can't Change Text To A Larger Size?

Dec 7, 2011

When I click the type tool and drag a text box out and type a couple words at 235pt size it looks fine. as soon as I click off the text box, the text size jumps down. I have no idea why this is happening and I can't get it to stay. When I click the type tool on the box again the tet appears at the 235pt size. But when I click off of it and play the movie it is at the incorrect size.

View 3 Replies

ActionScript 3.0 :: Make 2, 3 Group Of Animation Using Multiple Arrays?

May 5, 2010

I m trying to make 2, 3 group of animation using multiple arrays, A group having 10 circles and those circles r moving from X to Y (using mainFunction). while moving... i m calling subFunction for blink effect (here my problem comes). So each circle are having two different animation (moving, blinking) ,

also going to make 2, 3 group by calling "mainFunction" Experts pls help me to resolve this problem, or sugges me some other way to make this animation

[Code]...

View 0 Replies







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