ActionScript 2.0 :: Making A Smart Component

Nov 9, 2005

in Macromedia flash MX i noted that the scollbar component when is droped over a textbox, it take the name of that textbox like a target text box... how is this done? I mean, how the component knows where i'm droping him?? and how it knows that is a textbox object and no another thing.

View 7 Replies


Similar Posts:


ActionScript 3.0 :: Smart Way For Loading XML?

Jun 18, 2009

Like in AS2 you can just hit a button, goto another frame, and that frame will loadXML in an executed function and then there you are.

Well AS3 is so different in approach, like some people even have an XML loader as an external class. I'm new at this an I'm kind of going in circles between tutorials trying to figure out what the best way to have a button trigger an XML loaded document revealing a thumbnail gallery etc.

Should I load my XML class in the beginning and then since I don't want it to load until MOUSE.EVENT put the function somewhere else to be loaded, and if so, what's smart?

View 6 Replies

Flash :: Build For Smart Phone?

Sep 26, 2011

Can I use a preexisting Flash file for a Smart phone, even though the size is different? Or do I have to recreate the file? What is the best dimension to use?

View 4 Replies

IDE :: Making The CS3 Checkbox Component Larger?

Jul 23, 2007

Relative newcomer to Flash, and I have (what should be) a simple question: how does one go about making the CS3 checkbox component larger? I'm not talking about the bounding box (checkbox + label); I'm talking about the checkbox itself. I've looked all over the place, and I'm stunned that this doesn't appear to be as easy as I thought.

View 1 Replies

ActionScript 3.0 :: Making The Flv Component Accessible?

Jun 19, 2009

I am using the flv player component and am having trouble adding the players buttons to the tab order.I opened the FLA for the skin I am attaching to the component, and individually selected the play, close caption and full screen button and assigned them each a tab order number within the Accessibility window. I also selected the "make object accessible" checkbox for each button within the Accessibility window. Doing that didnt seem to work, so I looked further and found that there is an accessibility class and I have now tried to utilize that class with the following code:
 
import fl.accessibility.ButtonAccImpl;ButtonAccImpl.enableAccessibility();
 
but still dont seem to be doing something right?does anyone have experience accessibility and the flv player component?

View 2 Replies

ActionScript 3.0 :: Making Component That Uses Several Controls

Nov 21, 2010

I'm making some custom controls/components and I have an issue with package paths. I know what I want, but don't know how to do it. I'll try to illustrate with code:
PHP Code:
package {
public class Test extends Sprite {
public function Test() { // let's make some instances...
//I'll use full path names to avoid imports
var _one:ClassOne = new domain.controls.ClassOne();
[Code] .....

This is all ok, works and stuff. But as you can see code is awefull. And If I make import statements:
import domain.controls.Style;
import domain.controls.classTwo.Style;
I'd still have a mess in code, since I'd have to use full paths.

Now, I would like to simplify things, but keep it clear also. Lets say I'm making a component that uses several controls. I want to make package part of the assignment statement, like:
Code:
import domain.controls.*;
......
// inside my component
test1.style = Style.DEFAULT;
test2.style = classTwo.Style.RED;
But this is not working. I was thinking about making some kind of proxy class/variable/object named classTwo.

View 6 Replies

Flex :: Best Way To Access Photoshop Smart Objects?

Mar 10, 2011

I need to have an access to Photoshop Smart Objects?
Scripting,
CS SDK,
etc?

View 1 Replies

ActionScript 2.0 :: Get A Smart Clip To Load A External Jpg?

Jun 17, 2003

I'm trying to get a smart clip to load a external jpg, I made the smartClip already and is loading two variables from a .txt external file but I can't get the jpg to load .

I created the SmartClip so if I want to duplicate or reused the MC with different text all I need to do is change the value or .txt name and it will load it info from another external file, I want to do something similar for the jpg so if I change the value it will load a different jpg and I want to be able to tell Flash what position and size I want the jpg's to have This is the position and size I want Flash to use for the jpg's, as it now I have a place keeper on it's position.

W: 143.0-----------------------X: 46.0
H: 136.0------------------------Y: -56.5

how to get those JPG's to resize and load in a fixed position? or as a second alternative I uploaded the file in my server ( ftp://65.49.66.147 ) The MC zipped with the jpg. The file is called SmartClip.zip

View 5 Replies

ActionScript 2.0 :: Can't Seem To Find A Smart Solution To Make?

Feb 12, 2009

I have a decent Flash knowledge, but I can't seem to find a smart solution to make my code cleaner and shorter.

- I have a menu with 12 items/buttons.

- When an item is clicked, all the other turn invisible.

[Code]...

View 3 Replies

ActionScript 3.0 :: Making A Console Window Component?

Apr 24, 2011

I'm trying to make a console for text based i/o. The output window needs to be able to print char by char in multiple colors, wrap horizontally and scroll vertically.Most of that isn't a problem with the default TextField class, but I'm having a lot of trouble getting the colors right.If I use the htmlText property and wrap each character with "<font color=000000></font>" it starts a new line each time I add text.TextFormats don't seem to work at all for some reason. I do something like this:

ActionScript Code:
var tf : TextFormat = new TextFormat();
tf.color = FFFFF0;
textField.setTextFormat(tf);

...and then add the new text but nothing changes. Even if it worked, could I even use multiple TextFormats in a single textfield?I've been reading about this new "Flash Text Engine", and I'm wondering if there's some way that can help me, but I'm having trouble finding enough examples to understand how it works.

View 4 Replies

Media Server :: Smart Seek Option API Availability?

Mar 3, 2011

I'm looking to use the Smart Seek options with netStream in an upcoming project. Currently, we are using Flash CS4 and it seems this API is not available. Am I correct on this? Is this only available in CS5 as far as Flash Professional goes? What about Flex? Which version of Flex is required to access the smart seek API? Or am I misunderstanding this, and the Smart Seek API is server side only AS?

View 2 Replies

ActionScript 2.0 :: Smart Zoom For Reading Text In Images?

Apr 3, 2011

I would like to intergrate 6 pictures in my AS 2 website, that uses XML, but i cannot manage to do anything. I added a flash magazine, but what it only does, is keeping my website loading hard and jerky. so i wanted to put a simple gallery with 6 images, and zoom so the user can read the newspapers images well, like 200% zoom so the text would be visible to the viewer. When it clicks on any of the pictures or a separate button,the newspaper image goes zoomed like 200% and, when the mouse is out the image zooms out, or click on the separate button and the image zooms out as its initial state.

View 1 Replies

ActionScript 1/2 :: Making A Playlist Out Of The Component List - Add In Thumbnails

Mar 9, 2010

I'm currently making a playlist out of the component List and I want to add in thumbnails in there. The playlist shows the choice of videos that can be played.

View 6 Replies

ActionScript 2.0 :: Making Transparent The Textarea Component's Background?

Feb 1, 2007

Is there any way for Making transparent the textarea component's background ?

View 14 Replies

ActionScript 3.0 :: Create 'smart' Enemy Characters For A Pacman Game?

Mar 3, 2010

how to create 'smart' enemy characters for a pacman game?

View 1 Replies

Flex :: Making MXML Component Report Target Of Click?

Jan 24, 2011

I have a component based on canvas, and within that component I have two images. I have the component listen for a click and when that event occurs one image goes transparent and the other becomes visible. This part works perfect. Now, on clicking that component, I also want to do something to the parent canvas, I already have this working for more basic types (image, canvas, text, etc) but the problem with my component is that the click event has the internal image as the target, so what I want to happen to the outside canvas is happening to the canvas of the component. How do I make my component as a whole the target of any clicks on it?
3.5 SDK

View 2 Replies

Professional :: Play The Local Flash File In Nexus One Smart Phone?

Aug 9, 2010

In Nexus one smart phone(android 2.2), the flash file in the web site is played by browser, But local flash file is not played. How to play the local flash file? Does not support local swf playing yet?

View 2 Replies

ActionScript 3.0 :: Flash Perlin Noise - Replicate An Smart Filter From Photoshop (CS5)?

Sep 5, 2011

I'm trying to replicate an smart filter from Photoshop (CS5) in AS3. Here's what I'm trying to do: I want to have a dark gray background (0x323232 to be specific) with some light, fine grained monochromatic noise on it. I've been mucking around with the perlinNoise method but it's 'too much noise'. Too much contrast. Code: bitmapData.perlinNoise(3, 3, 13, Math.random(), true, true, 7, true); Could anyone point me in the right direction?

View 2 Replies

ActionScript 3.0 :: Working On A Basic, Horizontal Shooter Platform Game - Make Enemies Move Smart, Towards The Player?

Oct 3, 2011

i am an newbie as3 developer, and i am working on a basic, horizontal shooter platform game.and my question is: how can i make enemies move smart, towards the player? ( but ofcours you are in able to dodge)so like, an enemy is moving to me so when i am not dodging, it will hit the player.

View 2 Replies

ActionScript 2.0 :: Making The Simple Player Using The Player Component Preinstalled In Flash?

Jun 3, 2010

I am trying to make the SIMPLEST POSSIBLE MP# player using the player component preinstalled in flash.It is very simple, the code is as follows:

Code:
on (release) {
player.contentPath ="Song.mp3"
player.play()
}
("player" is the mp3 component)

This works if I want a single track to be selected and played.Now, I need it to AUTOMATICALLY LOAD THE NEXT TRACK, which I will input in the code.I am thinking something like this:

Code:
player.onSoundComplete = function() {
player.contentPath ="Song.mp3"
player.play()
};

But this is not working.

PS: I know an XML file would be the best here, but I don't want to use it. I just want to enter the next track's code inside the swf.

View 2 Replies

Flash :: Adobe - Making An Interactive Charting UI Component "from Scratch" (without Flex)

Feb 14, 2011

I'm looking for resources on making an interactive charting component in Adobe Flash without use of Flex (or, minimal use). That is, starting "from scratch" with Flash and ActionScript 3.0. Is there recommended reading? Perhaps a good recent book on the subject, or a detailed blog article, or an open source project to look at? I'm interested in the development process, and specific design patterns (for example, extending Sprite as the logical base class for your component).

View 1 Replies

Flex :: 4 - Null-component - Checking If The Cancel Button Component In The Child Component?

Jun 23, 2011

I have a component "child" which has a cancel button. Now this component is placed in a state called "newChildComp" I also have another component called "parent". In the parent component, i have a button that dispatches an event. Here is the event code:

[Code].....

so, basically,i am checking to see if the cancel button component in the Child component, while i am still in the parent Compoent, was clicked, if it was clicked, call the cancelButtonHandler. The problem is by the time the addNewChild handles the event, that cancel button was still null. My question is how do i solve this without using the itemCreationPolicy on the cancel button?

View 1 Replies

ActionScript 3.0 :: Making Spacebar Act As Mouse For Making A Sidescroller?

Feb 8, 2011

For a project, I'm making an interactive side scroller.You move the character with the arrow keys and press the space bar to interact with things.So far, I followed DexNote's tutorial on YouTube.I thought that I would make the interactable objects as buttons, while the mouse focus would be on the character and when you press the space bar it make a mouse click in that area.The trouble I'm having now is that I don't know how to make the space bar trigger the "interactions."

View 1 Replies

Put Scroll Of Tree Component In Left Side Of Component Or Creating A Custom Scrollbar For Tree Component

May 20, 2009

is there any way to put scroll of tree component in left side of component or creating a custom scrollbar for tree component

View 13 Replies

ActionScript 2.0 :: Making A List And Making It Fast

Jul 12, 2003

I want to generate large text files, basically 4 columns, several thousand rows, of numbers. Making an array with all this info in it occurs farily quickly, it's getting it to a displayable format that takes a really long time. Right now I use something like this:

[Code]...

View 10 Replies

Flex :: Make A Custom Component Or Extend The List Component For A 2D Top Down View MAP ?

Nov 11, 2010

I'm building a top view 2D map, that it's objects are stored on the server.The kind of objects are 10 and might be a photo, label, button, lists, mix of them or labels with tooltips.The component must request the "areas" that are missing on screen.An area is 1000x1000 px and is cached in flex.To move in the map, will be like in google maps (drag-and-drop).I should be able to have another list and move objects from one to another using drag-an-drop on objects. Ex.: I grab an objects from a list and I move it on this map, I release the mouse button and the item is placed there.Now the problem is: I build a custom component for this trying to emulate the item renderer for performance and recyclage, implement drag-and-drop on objects and request the areas that are missing?

or

I extend the List component from spark and I add some features as multiple kind of itemrenderers and use recycle on them. Of course it must be able to request the missing areas on the screen and cache it's data.Maybe create a custom layout is needed too.What I need is something that must be really fluid, so the lighter this component is, the better.

UPDATE: *There will be not any object over another.

*I will not use hitTest on bitmaps because all bitmaps are wrapped in another component,as they,for now are itemrenderers.

Anyway I already begin to do this using a class that extends the SkinnableDataContainer and a custom layout. As the layout is not like a grid, is sparse, random items at diferent points(x, y).How to get the localX and localY, relative to item renderer and not to the Spark List, from a DragEvent in Flex 4?

View 1 Replies

Actionscript 3 :: Control The FLVPlayback Component's Volume Using The Slider Component In Flash?

Mar 20, 2012

I was wondering if there was a way to get the sound from a FLVPlayback component and manipulate it with using a custom volume slider? Within my Actionscript I currently have this code which enables me to control the volume of a MP3:

import fl.events.SliderEvent;
var mysong = new music();
var myChannel:SoundChannel = new SoundChannel();
var myTransform = new SoundTransform();
myChannel = mysong.play(0,10);

[Code]...

But Instead of using the MP3 for sound, is there a way to use an FLV's sound instead?

View 1 Replies

ActionScript 1/2 :: Get The Component's Single Lable Without Having All The Labels Of The Component Appearing?

Jul 18, 2010

Is it possible to get the component's single lable without having all the labels of the component appearing? Like, I'm trying to include the label into a text's .text the code I'm using now is MoVName.text=MoV.labels; but it gave me all the labels that were included in that particular component.

View 12 Replies

Actionscript 3 :: Flex - Access Component Inside Another Component In MXML?

Sep 3, 2009

I have two components. One is called "InsideComp" and one is called "OutsideComp". OutsideComp has InsideComp as one piece of its component, and in my main MXML file, I have embedded an instance of OutsideComp. How do I access a public variable of InsideComp within my main MXML file?In Actionscript, I could just do something like:OutsideComp.InsideComp.valToChange = 5; But I dont know how to do it in MXML. I know this is probably an easy question.

View 4 Replies

Flex :: Access The One Component Properties Form Other Component With Out Binding?

Sep 21, 2011

I would like to bind two components with out binding and which resides in different MXML.for eg: A.mxml has textinput and B.mxml has a combobox when choose one item in B.mxml selected item should be display in A.mxml textinput.

View 2 Replies







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