all groups > flash actionscript > february 2005 > threads for thursday february 10
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
accessing variables in the custom class ???
Posted by Nebpro at 2/10/2005 11:31:24 PM
I have created a custom class and save it in the .as file. The custom class is
actually to load my xml file. After finishing parsing all the data from the xml
file, I stored them in an Array.
For Example :
class loadXML extends XML{
public var aXMLData:Array;
function loadXML(file:S... more >>
Controling external movie?
Posted by Xx)MaveriK[X] at 2/10/2005 11:31:15 PM
i did an empty movie clip and loaded a swf inside it. The movie clip instance is "MC1"
i want to stop it. so i did
_root.MC1.stop();
but didnt work...
could someone help me?
thx,
IanLiu... more >>
What's the matter with this forum?
Posted by Byron Canfield at 2/10/2005 11:15:45 PM
It would seem there is no longer any point in those using newsreaders
answering posts posted by those using the webforum as the news-posted
replies are not showing up in the webforum.
Anybody know what's up with that?
This is turning out to be just a waste of time.
--
--------
Reality ... more >>
Track X pos of MC
Posted by palmps at 2/10/2005 10:58:49 PM
I am trying to track the x position of a movie clip (MC1) that is moving and
resizing, so that an external movie is loaded into a blank MC only once MC1 has
finished moving and resizing. I have seperate code that moves the object
through a function, my problem seems to be that I can't get the... more >>
Getting a variable value from a composite name? Probably obviousbut....
Posted by Bonge Boo! at 2/10/2005 10:13:44 PM
This is probably obvious, but I'm missing it as I only know a little
Actionscript and a bit of PHP.
I want to be able to get the value of a variable, but the name of the
variable needs to change.
So I have a number of variables, which all contain different integers,
called
Cars_number
P... more >>
refreshPane();
Posted by grover970 at 2/10/2005 10:08:55 PM
I am pulling a bunch of images into a scrollPane. And they are importing fine.
The problem comes when I call the refreshPane(); to reset the scroller to
scroll thru the images.
As soon and I use scrollInstance.refreshPane();
the images nolonger load into the pane.
anyone know why?
... more >>
dynamically setting an object property
Posted by Steve Longley at 2/10/2005 9:30:54 PM
I am reading in an XML file and I want all the values to be read in as object
properties and associated values. I have read in the XML file and now wish to
assign an attribute of my XML as an object property and the value to be its
value. languagedata =
{language_xml.firstChild.childNodes[c... more >>
Can you reference a string in ActionScript that is defined in the Strings Panel?
Posted by AnnaDegarmo at 2/10/2005 9:25:04 PM
Wondering if any one has had any success in referencing a string created in the
Strings Panel in thier ActionScript.
I have a movie that has all it's strings defined in the Strings Panel, I need
to call some of these strings from the movies ActionScript and load them
dynamically into a te... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Windows SP2 Issue - Using getURL?
Posted by BillG-Chicago at 2/10/2005 9:24:53 PM
Has anyone else had a problem with opening a Word document in a blank window
using getURL? When I test the movie within Flash it works just fine, but once I
publish Internet Explorer requires the user to refresh the page before the Word
doc loads into the browser. Has anyone else encountered t... more >>
About SetFocus
Posted by Aracellym at 2/10/2005 9:11:24 PM
Hi:
In my application flash 5...
In the action frame... I have this code:
Selection.SetFocus(_root.name_user)
But it does not pass anything...
Please help me what I'm doing wrong
Again thanks for you help...
Aracelly
... more >>
undefined error using LoadVars() or XML.load
Posted by RNH at 2/10/2005 9:04:48 PM
Running the following code returns "undefined" in the text box display
(loadText_txt.text). I upgraded my application from Flash 5 to Flash MX 2004
and hadn't tried loading external files until recently. The same thing happens
when I load an external XML file. The load appears to be success... more >>
Help!
Posted by bastawhi at 2/10/2005 8:45:10 PM
I am using Flash MX. I want to create an animation to an mp3 file. The problem
is, every time I preview the animation (by pressing the Play button on the
toolbar), the music won't stop with the animation. It will continue to play
after the animation is done, until the song is over. I currently... more >>
Controling flash with hyperlinks?
Posted by Tim Kline at 2/10/2005 8:34:16 PM
I work for a travel company. Currently, we are trying to make our maps more
interactive by using Flash. For example, in italy we have around 200 hotels
that our clients can choose to stay at. We have a seperate html page for each
hotel describing it with a map showing where the hotel is.. that... more >>
SessionArray in Flash Quiz
Posted by scoobysnacks at 2/10/2005 8:17:37 PM
It seems there is a trick to being able to access the SessionArray, where all
quiz data is supposed to be stored. I've searched the forum and like 10 people
have asked about it, with no real answers. Does anyone know if this array even
exists in the flash quiz templates? any attempt to refer... more >>
Imported data in TextArea
Posted by rubaiyat at 2/10/2005 8:05:59 PM
I am importing data into a text area from a database using loadvars. However
certain characters cause the text display to stop. The most annoying is the
ampersand, the others I can probably filter.
Any suggestions would be useful.
... more >>
scrollTrack in ScrollPane component mx2004
Posted by Duke Boyne at 2/10/2005 8:05:37 PM
Does anyone have a working example of how to hide the scrollTrack in a MX2004 ScrollPane component?
Thanks,
Duke... more >>
Chronometer
Posted by marcelozep at 2/10/2005 8:04:50 PM
Hi can anybody tell me how to do a chronometer with milliseconds, seconds and minutes?
thanks
marcelozep... more >>
Can anybody help me!!!!!
Posted by dchen8 at 2/10/2005 7:46:18 PM
I try to make a movie click moving back and forth from its original position by
a button click. Please see my attached actionscript. It works fine with its
first moving to the left. The problem is that after it moves back to it initial
position, it won't move to the left again even though the ... more >>
getUrl return to the first scene
Posted by vikiki at 2/10/2005 7:24:33 PM
Hello all !
I build top menu which come inside asp , it's have 5 scene, each button in
menu have another topic and url link.
The problem is when it make upload to the url , the new page didn't stay in
the scene which it must to be open with and return to homepage scene instead,
plea... more >>
Opening external file
Posted by ekim2005 at 2/10/2005 7:23:57 PM
Does anyone know a means to link a button inside a Flash interface to open an
external file like a Word Doc, PDF, etc.?
I know you can open .exe files with the fscommand, but I don't think this
works for files (non-executables).
Thanks,
Mike
... more >>
Security Issues
Posted by RichEnt at 2/10/2005 7:15:29 PM
I have a client that wants an intranet website designed. The only thing they
want to do that I have not delved into is this: They want it designed to when
you click on the icon to bring up the index.html page, it comes up and looks at
your Computer User Security Information. If it shows you a... more >>
Parse Html for flash
Posted by GG3 at 2/10/2005 6:35:33 PM
What I want to do is grab information off a website and use it to make a flash
widget type thing, ie grab the weather and have it displayed in flash using my
graphics. The problem is that I never learned html or php or anything like
that. Any one know of sites that will explain how to do thi... more >>
Unload? or not to unload...
Posted by steve7tx at 2/10/2005 6:13:36 PM
So , (I always feel a migraine comming on when i post in here, a sign of being
stupid :D) below is the code im using to load pics into a swf, and some dyna
text, all is good so far, but the text will not unload and spoils the look im
after. Sugestions ..Please! loadImageButton9.onRelease... more >>
Printing a scrolling movie clip
Posted by ChuckyLeFrek at 2/10/2005 5:37:48 PM
I have created a CDROM in Flash MX (PC only) which basically consists of 200
pages, each page being a separate flash movie (oh wot fun it has been!) Anyway
there is a main container movie that basically loads in the requested page into
a content_mc movie clip. Basically all the pages are lon... more >>
sound levels
Posted by SkinDC at 2/10/2005 5:34:32 PM
Alright chaps
just wanna know how to detect the sound levels in a sound file (peaks etc) so I can make various animations, timelines, and any other object react relatively. Any clues!!!... more >>
Links Links Links
Posted by DonJuanDon at 2/10/2005 4:53:20 PM
Hi,
I need to create a link in flash. I have a movieclip and when you click on it I want it to open another web browser for a web page e.g. www.bbc.co.uk.
Any ideas ....
Thanks ... more >>
Stop a for- loop
Posted by antewik at 2/10/2005 4:44:11 PM
Hi. I wonder if there is possible to stop a for-loop before it have counted to
the last number? Exampel: for (i=0; i<array.length; i++) { if(array ==
mc10) { here I will stop the loop } } Now maybe I gave
a bad exampel, but I hope you understand what I meen /An... more >>
Dynamic Text in Movie Clip
Posted by mfrancey at 2/10/2005 3:41:19 PM
Hello, It my mc, I have dynamic texts fields that I want to fill with the
value of the vars coming from URL using FlashVars Here's my html code: <script
language='javascript'> var urlString = document.location.href; var paramIndex =
urlString.indexOf('?')+1; var paramString =
urlString.sub... more >>
top.location.href from DoFSCommand javascript call
Posted by skumar_allaire at 2/10/2005 3:13:36 PM
I am calling javascript from Flash and using DoFSCommand() call. The
DoFSCommand javascript function is perfominga top.location.href='index.cfm'.
This works fine in IE but on netscape 7.2 it throws Javascript errors. It
almost appears as Netscape 7.2 cannot do the top.location.href='index.cfm... more >>
Print() in flash7
Posted by npzzz at 2/10/2005 2:24:01 PM
Hy, i have a big problem with the print() method: I've made a presentation with
flashMX that contains a search engine and loads, in a movie clip called
'target_ske', a thecnical data sheet with A4 proportions. When i print this
movie clip from the standAloneProjector6 or a browser with FlashPl... more >>
New Flash MX 2004 files unable to find _global variables
Posted by chrscote at 2/10/2005 1:35:36 PM
I am having some trouble with Flash MX 2004. When I create a new file using
Flash MX 2004, and try to run it from my main application, this new file
doesn't seem to be able to find or set any of the _global variables in the main
application. Instead, what I end up having to do is I take a fi... more >>
display external jpeg into List component (or DataGrid component)
Posted by kikokoki at 2/10/2005 1:19:23 PM
Hi,
I try to display jpeg from the server into a List component. So far, I can
display Graphic Symbol from the library as icons of the List elements. But I
could not find how to do it at the runtime with extenal jpeg.
Is it possible ?
... more >>
mc.onRelease not working
Posted by Rookie Warrior at 2/10/2005 1:09:26 PM
I am having trouble getting my mc.onRelease function to work. I have a
movieclip in the library that I set up for export called pdf_icon. I am really
stumpted. :confused;
_root.stop();
////////////////////////// LOAD ID txt FILE //////////////////////////////////
MyLoadCID = new LoadVar... more >>
relative path correct but doesn't work ? Duh
Posted by Laiverd.COM at 2/10/2005 12:49:51 PM
Okay, I've been sitting here staring at that code for some hours now, but I don't see where I go wrong. Problem? Though the path is
right, I get get an 'error' opening URL. I'm obviously overlooking something really simple, and currently have a blindspot. Maybe
someone sees, what I don't see
... more >>
How to set a line to a dashed one with lineto(...) ?
Posted by sylvains at 2/10/2005 11:09:11 AM
Hello everybody,
I would like to set the line style from normal continuous line to dashed line
style and back, when lineto(...)ing.:)
Dashed lines have different params like interval, etc, as we see when drawing
them in Flash.
Can i set them in AS ?
Thanks
Sylvains
... more >>
FUI COMPONENT - SCROLL BAR COLOUR CHANGE
Posted by Travman at 2/10/2005 11:03:55 AM
Hi, This is the 4th time i have posted and no one has replied..... I have
got Flash MX - the first MX, i have created a dynamic text box (multiline) and
have attached the FUI Scroll bar component. All is fine it works, but it is in
the horrible grey how do i change the colours of the bar e... more >>
email login
Posted by m_motanul at 2/10/2005 11:02:57 AM
i have a wesite in flash, i want to do a login mail.how do i do that, because i don't know.anybody.pls
i dont know how i do the bundle with the data base(the button script )
pls... more >>
msg for David Stiller (re: how do I do that)
Posted by PDS at 2/10/2005 10:51:54 AM
Hi David,
I've put this variable in the first keyframe on the main timeline
htmlPage="";
I've put this ActionScript on the btnSteve :
on (release) {
_root.htmlPage = "http://www.van-dael.be/steve.html";
}
And I've putted this ActionScript in the btnFoto :
on(release){
getURL(_root.ht... more >>
Print
Posted by mfrancey at 2/10/2005 10:45:23 AM
Hello, I'm having trouble with printing. I want to print with best quality
my swf (without print button) with specific dimensions (the same as pixels
dimensions entered in the *.fla). Here's the URL:
http://www.anecdote.ch/barcode/BarCode.php?name=FirstName%20LastName&barcode
=!12345... more >>
Visible dimensions of screen elements
Posted by Vince at 2/10/2005 10:35:53 AM
Hi,
I've created a movieclip containing a shape that has been masked.
The 'Info' panel identifies the correct x, y, width and height values
of the visible area of the movieclip however the values retrieved
via actionscript (i.e. _x, _y, _width, _height and even getBounds)
are those of the ent... more >>
Sending and Retrieving Data from a Database
Posted by ....hooligan at 2/10/2005 9:47:44 AM
Hey guys i was wondering if their was any good tutorials or tech files on
sending a recieving Records from a MySql database through php and flash.
Thanks in advance.
... more >>
Best way to add styles to multiple components
Posted by Mark Pusateri at 2/10/2005 9:46:15 AM
I'm designing a small app that uses 3 data grids (among others). I want the
Data Grids to have the same styles applied to them (row colors, rollOver
colors, etc.) but I can't seem to understand how to do this the easy way,
assuming there is an easy way. The Help file describes it this way:
v... more >>
Underlined hyperlinks in static text field
Posted by ChuckyLeFrek at 2/10/2005 9:35:51 AM
I cannot see any way to format a word in a static text field to have an
underline so I have resorted to just drawing a line underneath the hyperlinked
words. However I am worried that the text may overflow on different machines
with slight font differences. Am I overlooking something really b... more >>
Scrolling (moving) (looping) images on stage
Posted by Gwili at 2/10/2005 8:47:19 AM
I am an elementary flash (Flash MX2004 Professional) developer and I am
currently tackling an activity in scrolling (moving) images across the stage of
the flash presentation in a contineous loop. What I have is set of digital
photos of fmy amily that I would like to set in a presentation that... more >>
actionscript vs Director's lingo
Posted by mason phoenix at 2/10/2005 8:43:33 AM
Hi, does anyone happen to know which scripting language is better and why, ActionScript or Director's Lingo?
Thanks... more >>
Help with Dynamic Text
Posted by lookche at 2/10/2005 8:11:50 AM
Hey,
I'm making a shooter game in flash and when my Dynamic text box (named score)
reaches a score of 20 (value), i want it to gotoAndPlay frame 45. I've tried
everything i can think of but i can't figure it out.
Any help would be really really appreciated.
Thanks heaps!
Lucas
... more >>
Help with basic AS please - dynamic image proportions
Posted by Storm80y at 2/10/2005 7:34:24 AM
I am having trouble with a script that was purchased for a clients site, it
draws thumbnails within a scroller component. I need the images to be aligned
x and y axis differently based on whether they are portrait (29px H) or
landscape (122px H). I have tried if and else statements to no ava... more >>
how to use 3dsmax in flash
Posted by hulkynours at 2/10/2005 5:26:35 AM
I would like to know if there is a way to use 3dsmax files in flash to interact
in the flash movie...
I know in director there is such plug in... but in flash...
For an example... this web site ...
http://www.cyberneticdata.ca/
thanks in advance
... more >>
set quality of a movie clip?
Posted by cmdsonline at 2/10/2005 2:08:48 AM
I'm trying to slide a movie clip around on stage and set the quality of it to
low while I'm sliding it. once it stops, or slows down, I would like to toggle
it back on to high. I've tried to set it, but it changes the whole swf to
low.. or high. Can you target just 1 movie clip and set the qu... more >>
Iproblem fading images in and out read in from a folder
Posted by MattBarker at 2/10/2005 1:01:03 AM
Hi,
I am trying to get the following effect to work..
A set of 7 images will fade in, display for a second, and then fade out.
These 7 images are picked randomlyfrom a repository of 22 images stored in a
folder.
The problem that i'm having is that, it works to a certain extent. ... more >>
Url query is known of .swf, so how to share Urls
Posted by sylvains at 2/10/2005 12:57:40 AM
The former thread told me .swf knows Url's params.
http://www.macromedia.com/cfusion/webforums/forum/messagepost.cfm?postaction=rep
ly&catid=288&threadid=957263&messid=3427560&STARTPAGE=1&parentid=3427560
So, my .swf can hold these values. Now, i would like to make users share urls
with the... more >>
netStreams and Arrays
Posted by pscarnegie at 2/10/2005 12:54:13 AM
BASIC FUNCTIONALITY:
I'm developing an application that essentially marries an FLV video, with
associated slides and transcripts of the video. As the video plays, a listener
is listening for particular moments in video time and then changes the
associated transcript and slides on the fly to ... more >>
Printing scrolling text box
Posted by pscarnegie at 2/10/2005 12:52:45 AM
I've got a dynamic text box that allows allows a user to type information
(notes) as well as being a receiver of other queries. This text box will
obviously scroll to display all of the information that might be entered
(either manually or dynamically).
How can I develope a print function... more >>
Calling Flash Functions via C# Desktop APP
Posted by CodeHaxor at 2/10/2005 12:26:13 AM
I guess the title pretty much explains it.
I am simply trying to call a function (not setting a variable)
from C# to Flash; I can do the reverse by calling an event
setup in C# from Flash (FS_COMMAND) but I would like
to call it the other way around.
Is there anyway we can do this ?
... more >>
Unload Scene?
Posted by Ben.Jamin at 2/10/2005 12:24:06 AM
Is it possible to unload scenes in the same way that you can unload movies from
the system memory?
I am using Flash 5 and there appears to be no direct way to clear scenes from
the memory. Does anyone know of a round about way to achieve this?
Thanks in Advance.
... more >>
Can anyone Plese Help Me?
Posted by Boshinator6473 at 2/10/2005 12:20:53 AM
I wanna make a game where you have to collect a certain thing and dodge a
certain thing what AS do i need to do this (i read that book i got and it
helped me out) I now understand key class and all that
... more >>
Unicode Text Display
Posted by Rothrock at 2/10/2005 12:09:16 AM
If you do much with loading external unicode text files, you might have noticed
that Flash doesn't seem to break words at the spaces. It just goes until it
needs to break and then breaks in the middle of the words. (At least this is my
experience if there is an easy fix, let me know!) This is... more >>
|