| linking dynamic html text files |
|
 |
Index ‹ flash-actionscript
|
- Previous
- 2
- resize dynamic imagesHi
I've been trying for what seems like ages, I've googled and chased up mystics
bearing false fruit.
Anyway, basically i'm putting together a stock image site for work and am
having great deal of trouble in resizing images once they have been brought in
dynamically. I am trying to limit the amount of duplicate images do I'd rather
keep with the thumbnail/original format. however some of the images I am using
are of large resolution and do not fit inside the viewer I have built.
I have tried dynamically loading the images into a blank movie clip from an
XMl file and resizing the movie clip, but this doesn't work. I have also tried
referring to the instance of the image directly and applying .-height/.-width
attributed to it but to no avail.
I am sure I'm trying to change the attibutes AFTER the imge has loaded so its
not that i'm calling the attributes too early. My noseying around suspects that
you cannot dynamically alter a dynamic image, no?
I have explored the php GD library option but would be unhappy with using 3
different veresions of the same file. thumbnail/gallery/stock image.
any help big brains?, logic tells me to load the thumbs into one blank movie
and the gallery imges into another and resize the hole. but i cant get my head
around resizing the whole movie but not the thumbnails.
help please, thanks in advance. if you need code, answers, or a nice recipie
for crumble then ask away.
- 2
- External Interface cross domain issueI have a simple AS to JS function call passing two variables on a page. It
works fine locally. But on the server nothing happens.
I have my swf on aaa.com/.../videoCore2.swf
and my JS on bbb.com/.../le.js
and the page is served from ccc.com/.../videoCore2test/
when I have it running locally it works until I change the location of the swf
to the one on the server.
I have allowScriptAccess: always and my swf has
System.security.allowDomain("*");
It seems as soon as the swf has a off domain location it has no JS access to
the page. Is there anyway around this?
My Thanks in advance
my calls are as such:
// Action Script
vc = {
.
.
.
enlarge:function(){
var jump = Math.round(vc.stream.time);
vc.stream.pause();
ExternalInterface.call("le.flash.overlayVideo",_root.flashId,jump);
//getURL("javascript:le.flash.overlayVideo('"+_root.flashId+"',"+jump+");");
},
.
.
.
}
// JS
le = {
flashs:{
.
.
.
overlayVideo:function(flid,skip){
var h = new
Element('div',{'class':'float-video',id:'float'+flid});
var fo = le.flashes[flid];
fo.target = 'float'+flid;
if($type(skip)){
fo.flashvars.flatData.jumpto = skip;
}
$extend(fo.flashvars.vcConfig,{autostart:1,downloads:1,timeDisplay:1,infoBox:1,e
nlarge:0});
le.build.overlay(h,le.colors.background);
le.flash.create(fo);
}
}
};
- 3
- problems debuging handlerI am attempting to debug a handler and am having problems setting and arriving at
break points in the handler code. I have also put in simple 'trace' statements as well,
but neither breakpoints nor trace seem to work in the handler.
The handler is 'functional', as when I press the associated button, the appropriate sequence
is played.
Helpful hints on debugging would be appriciated.
Thank You
John Clark
- 5
- Textures on actionscript shapesHello,
I'm making an isometric 3D game.
I was wondering if there's any means of applying a texture on a polygon
created with actionscript by means of _root.lineto functions.
Any comments appreciated.
- 8
- XMLListConnectorI have a ComboBox that when an item is chosen, that URL is passed to the
XMLListConnector.URL. Only thing is, when I put in the trigger, nothing
happens, except the trace statement of the if. When I change the comboBox to
reflect jump rather than stomp, nothing happens.
on (change) {
var ziz = rss_cb.getItem; <b>//I have tried both getItem and value on this -
getitem at least gives me a trace statement</b>
if (ziz == "stomp"){
trace("XML read stomp");
myReceiveXMLConnector.URL = "data/loud.xml";
}
else if(ziz == "jump"){
trace("XML read jump");
myReceiveXMLConnector.URL = "data/high.xml";
}
itsaXMLConnector.trigger();
}
- 8
- difficulty calling Function in class functionHello,
The function below is part off my class Preloader. With the listener object
"loaderListener_obj" I wait till the load is complete or if there is an error.
When there is an error I want to call the function imageLoadError(). This
works, but I also want the sent the errorCode:String to the imageLoadError()
function. Is there a way to do this?
Thanks in advanced!
public function start()
{
_loaderListener_obj.onLoadComplete = Delegate.create(this, imageLoaded());
_loaderListener_obj.onLoadError = Delegate.create(this, imageLoadError());
{
// Call imageLoaded()
};
_loader_mcl.addListener(_loaderListener_obj);
_loader_mcl.loadClip(_url_str, _target_obj);
};
- 8
- menu actionscripti found this menu i want to use, it works right when the movie is exported in
the flash 5 player but not in the flash 6 player, it messes up
i tried to upload the file, but i get "cannot upload this type of file
how can i upload the file
sorry, really, but i am very new, and just try'i
thanks sooooo o muc
- 10
- buttonMode is not working over a text boxthis may not be an as3 question...i have an mc with dynamic text. It has
buttonMode and useHandCursor both set to true...but upon mousing over, it ain't
happening....i have another similar button which does all that i want it to
do...the difference? The good button has a static text box....is this the key
problem? what's the fix?-
i've included a snippet of code...BTW, if it has to do with text, i have the
font embedded and linked.
public class ReverseFloor extends MovieClip
{
private var textBox:TextField;
private var bx:MovieClip;
public function ReverseFloor():void
{
init();
}
private function init():void{
this.stop();
this.buttonMode=true;
this.useHandCursor=true;
bx=MovieClip(this.getChildByName("box"));
bx.gotoAndStop(1)
textBox=TextField(this.getChildByName("tBox"));
this.addEventListener(MouseEvent.CLICK,flip)
this.addEventListener(MouseEvent.MOUSE_OVER,green)
this.addEventListener(MouseEvent.MOUSE_OUT,brown)
}
- 12
- websites into flashHi.
I need to display a website into flash and i don't know how to do it. Help me please.
Thanks
- 14
- How to creating a MovieClip dynamicallyhi,
i know about attachMovie method and i know how to use it.. but thing which i
need to know is
still not clear....
_root.createEmptyMovieClip("imageHolder1", 2);
_root["imageHolder1"]._x=405;
_root["imageHolder1"]._y=55;
_root["imageHolder1"]._xscale = 30.5;
_root["imageHolder1"]._yscale = 30;
loadMovie("sik2.jpg","imageHolder1");
imageHolder1.attachMovie("sikbutton", "sik1", 1);
sik1._x = 9;
sik1._y = 55;
sik1._xscale = 30.5;
sik1._yscale = 30;
sik1._alpha = 100;
sik1.onRelease=function()
{
unloadMovie("imageHolder1");
}
now in the above code there is some problem,please help me if get it.
With the reference of _root i have created an empty MC and on that MC i have
loaded a picture,
now on the newly created movieclip i have to place buttons, although i could
do that with the
_root reference but i want my buttons to be attached with my new movie clip,
now tell wht should
i do in order to do that... cuz with
imageHolder1.attachMovie("sikbutton", "sik1", 2);
i cant see my button, now plz tell me how to do tht..........
- 14
- Changing the Selection color of a dynamic text fieldHello all,
As one of the project requirements, I have to provide a functionality in my
application to be able to change the selection color of the text box. Having no
provision in Flash, I searched on the net and found one good example of doing
that with flash.geom.ColorTransform and TextFormat classes. It works fine with
windows. However, it doesn't work on Mac OSX. I am using Flash 8 with AS 2.0
for development.
Please refer the attached code
Please advice.
TIA
var my_txt:TextField = _root.createTextField("my_txt", 0, 10, 10, 250, 0);
my_txt._height = my_txt.getTextFormat().getTextExtent(" ").textFieldHeight;
my_txt.border = true;
my_txt.type = "input";
var color:Color = new Color(my_txt);
color.setTransform({rb:255, gb:0, bb:0});
- 15
- Flying flag in FlashGuys, I was wondering if it possible to make flying flag in Flash.
As far as I know there are only animated GIF and video options.
Maybe you know others. Thanks.
- 15
- xml, dynamic text and koreanehi, i've got a probl with embedding font for Korean and despite many tries
and searching can work it out.
i'm to build a site in english- german and korean, this site loads all texts
from an xml file.
the file is utf8 so if i copy and paste from the word.doc i received by the
client, i can write my node element in korean.
when the xml is loaded i apply a textFormat with a different font (ie: arial 4
english, helvetica 4 german and Batang 4 korean - i use batang caus it's the
only font showing korean glyphs, on my pc, but that happens also with _sans).
the problem is embedding these font (specially the charset). i attach the
font in the library with a linkage. it works fine and i can see everything.
if i try the file on a pc who hasn't got that font though, it shows only odd
chars...
this is due to the fact that the embedding for Batang happens only for the
occidental characthers of it (while the others are ignored...)
i cannot embed the font directly in the text field because the swf goes to 4M
..!!!
any suggestions?
on macromedia i read about "XML font embedding table" but didn't really
understand its use..
4 for now i published two experiments here:
http://www.officinadeicolori.it/develop/charset.html
and here:
http://www.officinadeicolori.it/develop/koreano.html.
could you tell me what exactly shows on your pc??
bye
many thanx
- 15
- ArMultidimensional Arrays or Tables possible?Are multidimentional arrays or data tables possible in ActionScript?
I'd like to have various actions (onMouse, onClick, etc. - forgive me if I'm
not getting the nomenclature right yet!) on my hotspots do different things.
Rather than hardcoding all this in, I'd like to back it all with a locally-held
table/array/db since I've got to do this for a number of different languages.
I'd much rather just be able to swap in a new table/array/db than go through
and re-label each hotspot.
I've found the Array capability, but this seems to be only one-dimensional,
which would require me to write inelegant work-arounds.
Any guidance on how I can solve this?
Thanks!
- 15
- Flash 2004 embeded in JSP w/ xml.sendAndLoad()wow!! pls, could u show me your "http://127.0.0.1:7777/myServer" servlet, I've looking for this pattern for a month, I just want to know how to code in jsp(servlet) to handle the xml file which be used for Response or Request Object in jsp (transmit on HTTP). can u mail me a sample of flash with a jsp(servlet) to exchange data between them?
|
| Author |
Message |
JF213

|
Posted: 2005-2-11 21:12:47 |
Top |
flash-actionscript, linking dynamic html text files
I am currently loading an external text file using this code:
loadText = new LoadVars();
loadText.load("text/news.txt");
loadText.onLoad = function(correct) {
if (correct) {
trace("Loaded!!!!");
newsText.html = true;
newsText.htmlText = this.newsBoard;
} else {
trace("file was not loaded!!!");
}
}
This works great. I have 2 questions.
1.) can I add code to a button that makes another section of the text file
load dynamically. For example when the user clicks Bio, the bio section of
that notepad document loads in place of where the news was.
2.) above each date in my news section I want to add a line in my html text
to separate that date of news from another. Can I add cells (like from a
table) and add bg colors in different parts of the cell. b/c if I have a long
this cell with a bg color then that would give me the illusion of a line. or
do I have to create a jpg line and link it in.
Here is my external txt file:
newsBoard=2/10/05<br>We have a new site up and running.
2/6/05<br>we've been working on our new record. it will be out on littlest
sounds sometime later this year. we'll keep you posted.
2/1/05<br>
Thank you I am just learning how to link external txt files.
|
| |
|
| |
 |
kglad

|
Posted: 2005-2-11 23:52:00 |
Top |
flash-actionscript >> linking dynamic html text files
you can't load your textfile in sections. however, you can load several
variables in one text file and display those variables when desired. for
example, in your text file:
news=this is today's news
&&bio=today's personality under the spotlight is...
in your flash you'd load this textfile as before and assign to your textfield
the news string and bio string when you wanted.
|
| |
|
| |
 |
kglad

|
Posted: 2005-2-11 23:56:00 |
Top |
flash-actionscript >> linking dynamic html text files
about your 2nd question: flash has limited support for html tags in its
html-enabled textfield. i don't believe it will support the < hr > tag and it
definitely doesn't support tables. you can always experiment to see what's
supported and you can sometimes use graphics to achieve the effect you want.
|
| |
|
| |
 |
JF213

|
Posted: 2005-2-12 3:17:00 |
Top |
flash-actionscript >> linking dynamic html text files
I tried this with no luck. Is it possible to link to multiple vars in one txt
document?
action script:
loadText = new LoadVars();
loadText.load("text/news.txt");
loadText.onLoad = function(correct) {
if (correct) {
trace("Loaded!!!!");
newsText.html = true;
newsText.htmlText = this.newsBoard;
} else {
trace("file was not loaded!!!");
}
}
bio.onRelease=function(){
newsText.htmlText = this.bio;
}
news.onRelease=function(){
newsText.htmlText = this.newsBoard;
}
text file
newsBoard=2/10/05<br>We have a new site up and running.
2/6/05<br>we've been working on our new record. it will be out on littlest
sounds sometime later this year. we'll keep you posted.
2/1/05<br>
&&bio=today's personality under the spotlight is...
|
| |
|
| |
 |
JF213

|
Posted: 2005-2-12 7:17:00 |
Top |
flash-actionscript >> linking dynamic html text files
Does that mean that it is better to load a separate txt file each time or is it
possible to break 1 text file into different sections and reference those
sections with different buttons. any help with this would be great or any
links or tutorials explaining this.
Thank you for your help
|
| |
|
| |
 |
NSurveyor

|
Posted: 2005-2-12 8:16:00 |
Top |
flash-actionscript >> linking dynamic html text files
You have a referencing problem within your buttons onRelease event. It should
not be this.bio, because this is now your bio button. So, it would be bio.bio.
But, you want the bio variable that belongs to your load vars object. So, you
should use:
bio.onRelease=function(){
newsText.htmlText = loadText.bio;
}
news.onRelease=function(){
newsText.htmlText = loadText.newsBoard;
}
|
| |
|
| |
 |
kglad

|
Posted: 2005-2-12 10:04:00 |
Top |
flash-actionscript >> linking dynamic html text files
one text file is sufficient. you can simply load several variables from your one text file and use those variables when needed.
|
| |
|
| |
 |
JF213

|
Posted: 2005-2-13 1:39:00 |
Top |
flash-actionscript >> linking dynamic html text files
Perfect...works great. Thank you so much.
|
| |
|
| |
 |
NSurveyor

|
Posted: 2005-2-13 1:45:00 |
Top |
flash-actionscript >> linking dynamic html text files
You're welcome.
|
| |
|
| |
 |
kglad

|
Posted: 2005-2-13 5:59:00 |
Top |
flash-actionscript >> linking dynamic html text files
likewise.
|
| |
|
| |
 |
| |
 |
Index ‹ flash-actionscript |
- Next
- 1
- scene never endshello,
my scene only contains 2 images.
the 1st: a layer with the script "stop;", and,on another, a movie clip with
the scrip:
onClipEvent(load){
/*
Calculate approximate kbps after test swf loads
*/
function getkbps(startTime,sizeInBytes) {
elapsedTimeMS = getTimer() - startTime; // time elapsed since start loading
swf
elapsedTime = elapsedTimeMS/1000; //convert to seconds
sizeInBits = sizeInBytes * 8; // convert Bytes to bits,
sizeInKBits = sizeInBits/1024; // convert bits to kbits
kbps = (sizeInKBits/elapsedTime) * 0.93 ; // IP packet header overhead
around 7%
return Math.floor(kbps); // return user friendly number
}
/*
Load test.swf with a unique time to work around browser caching.
Browser will always load a new copy of SWF because url is different each time.
*/
now = new Date(); // create date object
nocacheStr = "?" + now.getTime();
this.loadMovie("test.swf"/*+ nocacheStr*/);
}
onClipEvent(enterFrame){
// do not execute code until SWF begins to load
if(this._url != _root._url){
if(typeof start == "undefined") {start = getTimer();} // set start time once
if(this.getBytesLoaded() < this.getBytesTotal()){ /* not yet loaded*/}
if(this.getBytesLoaded() == this.getBytesTotal()){ // swf loaded call
getkbps()
_level0.bandwith = getkbps(start,this.getBytesTotal());
_root.gotoAndStop(2);
}
}
}
in th second image the only script is:
//Ouvre une connexion locale qui vous permet de lire les fichiers vid?o (FLV)
depuis une adresse HTTP ou depuis un syst?me de fichiers local.
// on cr?e l'objet de connexion (objet NetConnection)
maConnexion = new NetConnection();
// Connexion ? la source de donn?e
// quand il s'agit de charger une video externe sans utiliser FlashComm
// il faut transmettre le param?tre null ? la m?thode connect
//on se connecte
maConnexion.connect(null);
//on cr?e un objet NetStrean pour pouvoir utiliser les m?thodes et prpopri?t?s
permettant de lire des vid?os en local ou depuis une adressse http
// Cr?ation d'une occurence de l'objet NetStream
monFluxVideo = new NetStream(maConnexion);
// attachement du flux video ? une occurence de l'objet Video
ici.ecran.attachVideo(monFluxVideo);
//on d?finis le nombre d'images par secondes:
fps=12;
function essai(){
if (bandwith != Infinity) {
temps_chargement = (monFluxVideo.bytesTotal / bandwith) -
(monFluxVideo.bytesTotal/fps);
if (temps_chargement>=0){
monFluxVideo.setBufferTime(temps_chargement);
}
}else{
monFluxVideo.setBufferTime(20);
}
}
essai();
// lancement de la lecture
monFluxVideo.play("eveque_moins_oiseaux.flv");
//permet de lisser la video lorsqu'elle est redimensionn?e
monFluxVideo.smoothing;
//bouton play
bt_joue.onRelease = function() {
monFluxVideo.play("eveque_moins_oiseaux.flv");
};
//bouton pause
bt_pause.onRelease = function() {
monFluxVideo.pause();
};
//bouton stop
bt_stop.onRelease = function() {
monFluxVideo.pause();
monFluxVideo.seek(0);
};
//bouton avance
bt_avance.onRelease = function() {
monFluxVideo.seek(monFluxVideo.time+10);
};
//bouton recule
bt_recule.onRelease = function() {
monFluxVideo.seek(monFluxVideo.time+10);
};
//----son
//ici.ecran.attachAudio(monFluxVideo);
var monson = new Sound(ecran);
var i = 100;
moins.onPress = function() {
monson.setVolume(i -= 5);
son = i add " %";
};
plus.onPress = function() {
son = i add " %";
if (i>=100) {
i = 100;
} else {
monson.setVolume(i += 5);
}
};
//fonction de d?marrage en fonction de ce qui est charg?
//Sp?cifie la dur?e de la mise en m?moire tampon des donn?es avant le
d?marrage de l'affichage du flux vid?o.
//monFluxVideo.setBufferTime(4000);
monFluxVideo.seek(info);
function verif() {
// info prend pour valeur la position dans le temps en seconde (tete de
lecture)
info = Math.round(monFluxVideo.time) add " sec";
}
setInterval(verif, 100);
function charg() {
pourcentage = "Chargement : " add
Math.round((monFluxVideo.bytesLoaded/monFluxVideo.bytesTotal)*100) add " %";
}
setInterval(charg, 100);
When i play the scene the loop never ends. even with the "gotoAndStop(2)"...
Please help me...
- 2
- Published Audio Not PlayingI have the following test code (below) as a button event handler. It works
just fine in the Flash IDE, but does not work when I publish and then bring up
the generated HTML file in IE 6. In both scenarios, the audio file bytes are
streamed from the server and the onLoad() is called successfully, showing the
correct byte count that matches what the server sends. However, I only hear
the audio in IDE mode, not in publish mode. (Changing the loadSound() to
stream the audio produces the same problem: the audio is heard in IDE mode; not
heard in HTML/published mode). I have fiddled with all the Flash security and
audio compression publish settings to no avail... My files are 11 KHz MP3
files.
Thanks for your help!!
function correctButtonclicked() {
trace("Correct");
var aSound:Sound = new Sound();
aSound.onLoad = function(success:Boolean) {
if(success) {
mx.controls.Alert.show("Audio Loaded Successfully:" +
aSound.getBytesLoaded() + ":" + aSound.getBytesTotal());
aSound.start();
}
};
aSound.loadSound("http://maniac.ckint.com:19181/quizapp/AudioServlet?Interaction
Id=1&InteractionItemTypeId=2", false);
}
- 3
- Urgently need help: buttons & actionscriptHello, I am in desperate need for help in buttons and actionscript. I am making
a flash site with four buttons.
When you point your mouse over the buttons, there should be a 25 frame
animations and come to a "stop()". I also make the animation for the buttons
when you roll away, which is a reverse animation of 25 frames, all within this
"about_mc". However, I just cannot get any code to work. Can anyone please show
me what code to use, in details.
My objectives is to have the animation start playing at frame 26 after the
mouse move away from the buttons. Thank you , thank you very much in advance.
Ryan
- 4
- scrolling images from XML??Hi, I need to create scrolling images like the ones here (which I know are
javascript) but I need to to it in Flash.
http://staging.foxkalomaski.com/news.php
These images need to be able to be updated easily so i am thinking XML will be
the way to go and load them into a movie clip which scrolls. Can anyone point
me to the way I can do this, would I need to load the images into one movie
clip or multiple? The amount of images will not be set.
Thanks
Bex.
- 5
- i really need help with my sitehi
can anybody help me with the following
i am making some sort of windows but then in flash but i want something in it
that can chance the background when the swf file is in use
i thought the following and pls tell me if this is possible
oke i have 3 wallpapers (test1.jpg ,test2.jpg and test3.jpg)
i thought i can place them in layers in flash(so i want 3 layers with 3
diffrent backgrounds)
and then i need something that does the following
when i want the test 1.jpg layer as background it must hide the test 2 and 3
layers if you know what i mean
oh yeh sorry for my bad english i am only a student in the netherlands
if you know something pls post
kevin
- 6
- Repeat a function?I am currently using the following function:
onClipEvent (load) {
this._height = (200/(_parent.mission._height/227));
}
But I want this._height to change whenever _parent.mission._height changes.
How do I loop this script?
- 7
- Playing a sound once in a site visitHi,
Is there an option in Flash to only play the sound once, even though the
flash clip is displayed in different pages?
Any help would be appreciated,
Rosmary
- 8
- Help With My Matching Game ArrayHi
Im creating a simple matching game where user clicks on a red square, then
they have to find the other red square and click on it, which is a match.
The problem is that if I click on one button, it registers the value into the
array (e.g. "red"). But then when I click the second button, the first value
seems to be gone. Ideally element[0] and element[1] should both be the value
of "red" after the two buttons are clicked. Then I can just use my conditional
to see if they match.
But everytime a button is clicked, the other element in the array reverts back
to undefined. Is this a scope problem? Maybe my array is in the wrong place.
Please help
Thanks!
RR
var match:Array=new Array();
function arraychecker(){
if (match[0]==match[1]){
trace("its a match");
}
}
clip1.onRelease = function() {
match[0] = "red";
arraychecker();
clip2.onRelease = function() {
match[1] = "red";
arraychecker();
}
- 9
- 3 Dimesinal ARRAYCan Any one specify the how to make an 3 dimensianal array of the content of XML file
- 10
- Can HTML affect embeded FLASHI am trying to find out if there is any way to have the HTML send informaion to
the embedded FLASH file. I need to change 2 peices of information on the FLASH
file when it loads on the page (based on the page it comes up on.) Is there a
way to have the HTML send a message to FLASH that says use "pic_2.jpg" or a way
for Flash to look into the HTML to find its directive. Better yet, is there
a way to let flash know what file it is within, and search the XML file based
on the parameter of location? Please help.
- 11
- 12
- Very Simple AS -> PHP questionThis is probably a no brainer, but I cant get it to work.
I have a ComboBox whose instance name is 'mygrade' and the following
code in my submit button:
on (click){
this.loadVariables("write.php","POST");
}
And this code in my php file.
<?
error_reporting(0);
$fp=fopen('blah.txt','a');
if (!$fp) die ("status=CANT+OPEN+FILE");
fputs ($fp,date("d-M-Y H:i"));
fputs ($fp,"\r\n $mygrade \r\n");
fclose($fp);
?>
The date is written no problem every time I hit the submit. The
variable is not. Any help is greatly appreciated.
- 13
- How to lock text propertiesI currently have a series of text fields that I set to be underlined using the
following code:
//This script underlines the specified text fields.
myformat = new TextFormat();
myformat.underline = true;
//Establish list of text fields that
//need underlining
myTextList = new array(Help, Employment, Income, Liabilities, Declarations,
Purpose, Financials, Select);
//run formatting
for (var i = 0; i<myTextList.length; i++) {
myTextList.setTextFormat(myFormat);
}
This code works very well except...the moment I use keyframes for the layer
that contains these text fields, the text is no longer underlined. I have to
use the ActionScript above on each keyframe of that layer to ensure that the
text fields maintain their underlined properites.
Does anyone know of way that I can "lock" the underline property for a text
field? Any info is greatly appreciated!
Thanks,
Phil
- 14
- How to make the stage as a Matrix?I want to convert the stage to a matrix.
I have an idea is to put a square movie clip (height and width are
unit(variable), all the sizes of the objects on the stage are multiples of unit
) and make the movie clip the whole stage with 2 for loop.
but my problem how to detect if there's another object that hit my first movie
clip.
I can't do it with hitTest because I can't make hitTest with all the objects.
Is there another method that return if there's a movie clip that hit a
whatever movie clip
Thanks in advance
- 15
- About the tab orderI want to know I mark the tab order in both AS and plan ,which one will be accept?
|
|
|