Mailing List
Home
Forum Home
Flash Pro
Subjects
Subject: RE: Firework Effect
Web Service Results
Flash Interface with 10mb xml file
AW: [Flashcoders] Switch/Case vs If/else
AW: [Flashcoders] Switch/Case vs If/else
Flash MX 2004 Sucks
Reading and displaying RSS feeds in Flash MX
Flash and QuickTime VR
Textfield prototype question
XML to Object help
Order of events per frame
MX2004 Dataset itemClassName
memory management removeMovieClip /
Event Dispatcher between classes
Help: MX 2004 How to script a print button to print the entire sli
ScrollPane component doesn 't auto update
setInterval bug identified and fixed
setInterval bug identified and fixed
Listener Object 's best practice
 
Flash Newbie
Page 11 of 17 Previous 10   11   12   13   14   15   16   17  

Re: error trying to "test movie " in OS X Panther and MX2004

I am using 2004MX Professional and OS X Panther Every time I try to "Test Movie " I am getting this error Error opening URL "file ///FireWire%2058600/training%20from%20the%20source%20%2D%20fla

Class file compilation with multiple SWF 's

I have a movie that loads a number of swf 's via loadMovie(). These swf 's share an external .as class file. When I make changes to the class file and publish one of the swf 's that is displayed aft

OT - Flash Studio Pro vs. SWF studio

Hello All My immediate needs are for a "borderless " projector. It seems both of these programs can handle this task and cost about the same amount. Has anyone found either program to be superior

Subject: Input field

How can I make it so an input field can not have focus?

multiple txtfield - EVIL LEVELS

Well I appreciate this however it 's STILL retaining the last instance of the data. This in light of the fact that I 'm doing a loading process! EVIL LEVELS.... PURE EVIL! >As I see it you

multiple instance of txtfield- retrieves prev. data

Alan As I see it you are confusing yourself and the code with thinking that "_level2 " is the same as a clip being on a depth of "2 " within a timeline -- which is not the same thing. Try th

Ole Kristensen/PDJ-Academy/DK_GMA/Grundfos is out of the offic

Well that 's always nice to know Ole. Hopefully nobody moves into to your office whilst your gone. I 'd hate to think they might turn your auto-responder off. -) ----- Original Message -

Re: [Flashnewbie] multiple instance of txtfield- retrieves
prev. data

OK Now I 'm all screwy... _level2 doesn 't work.... Here 's the code for loading the txtfield movieclip attachMovie( "txtField " "txtField " 2) _root.txtField._x 38 _root.txtField._y 95

multiple instance of txtfield- retrieves prev. data

if (_level2.txtField) { _level2.txtField.removeMovieClip() Richard > > How do I change the _root. to look on level 2? > > >

Ole Kristensen/PDJ-Academy/DK_GMA/Grundfos is out of the office.

I will be out of the office starting 09-02-2004 and will not return until 13-02-2004. And I will respond to your message as soon as possible

RE: [Flashnewbie] multiple instance of txtfield- retrieves
prev. data

BINGO - I 'm attaching the clip to level 2 !!! So instead of if (_root.txtField) { _root.txtField.removeMovieClip() How do I change the _root. to look on level 2? At 03

multiple instance of txtfield- retrieves prev. data

I 'm using multiple instances of attachmovie to place a dynamic text field on the stage one for each of several "pages " on the site. When the user clicks a button to go to another page I have

OT: Flash and DVD 's

I am wondering what is the best method to get a flash animation on a DVD? It would not be an interactive Flash app just an animation. Do you need to use Director? Or will some DVD creation sof

OT: how much mails you keep

Hi guys i was just wondering if anyone of you guys save your mails from the list. At the current moment i 'm having about 7000 e-mails in my inbox. After you 'll have read ur e-mails dou you delete

Media Playback Component SOLVED...?

i found a way around this... the component is still not acting the way it should though... ----- Original Message ----- From "thotskee " <thotskee@(protected) > To <flashnewbie@(protected)

Media Playback Component and setMedia() not working...?

Flashcoders I have a textfield and a Media Playback component. When clicking my link with the asfunction on it the component won 't play my video. Any thoughts as to what I am doing wrong here?

External data - New issues

I love how one thing leads to another. I 've got the new version at http //www.brionanet.com/firstavenue/sites/nickcorp/ On some of the pages it 's just going to be text in paragraph format not

Re: [Flashnewbie] External data - What am I Doing Wrong? I 'm at
a deadline,

Alan Rafael Bleiweiss wrote > If I put the on(press) removemovieclip code in every one of them > buttons AND if I want to have dynamic CF generated text on almost > every page can I get away

Re: [Flashnewbie] External data - What am I Doing Wrong? I 'm
at a deadline,

OH Sure - now you 're challenging me to bring up an even bigger question... If I put the on(press) removemovieclip code in every one of them buttons AND if I want to have dynamic CF generated

Re: [Flashnewbie] External data - What am I Doing Wrong? I 'm at
a deadline, H

Alan Rafael Bleiweiss wrote > In any event it 's great to see that my fix wasn 't some wacked > hack but it 's actually the proper level loading way. It 's the simplest and most elegant fix.

Re: [Flashnewbie] External data - What am I Doing Wrong? I 'm
at a deadline, H

Jim You 're awesome... Interestingly enough I just hacked and hacked and for the FIRST problem at least I came up with the same fixes. DOH. If I 'd thought this all through earlier (like si

[Flashnewbie] Timeline/OO Methodology [was Sound question]

Marc Hoffman wrote > I agree it 's best to centralize all code but most Flash is still > timeline-based and for good reason such as when streaming is required. > So as in Brian 's case ther

key press (trapping the alt key)

This kind of relates to a lingering problem I 've had. I would love to know of a way to trap the Alt key before the OS grabs hold of it. (Sounds impossible) I 'm creating a simulator in which the u

Re: [Flashnewbie] External data - What am I Doing Wrong? I 'm at a
deadline, HE

Alan Rafael Bleiweiss wrote > FIRST PROBLEM - > In the movie I 've made for an actual site I copied all the code into > this movie that I set up in the other > one but when I run this movie i

Where to put a function

Hi! I got this search/replace function from actionscript.org. I 'm not sure where I should put it? Should it go in the actual String.as file in the flash directory? or should I change it to be a _g

Re: [Flashnewbie] Getting the text/value of an item in
   adatagridfield...

That is returning what is expected... Thanks Andreas... -- Clint On 2/6/04 4 39 PM "Andreas Weber " <webweber@(protected) > wrote > for(i in myGrid.dataProvider[evtObj.index]){ > trace(

Getting the text/value of an item in adatagridfield...

What do you get when you do this // instance name myGrid listener.itemRollOver function(evtObj Object){ trace(evtObj.index) for(i in myGrid.dataProvider[evtObj.index]){ trace(i + '

Re: [Flashnewbie] Getting the text/value of an item in a
   datagridfield...

Sorry to keep bothering but that didn 't work either... I am still getting undefined... Not sure if this matters but my datagrid is set to not be editable... This is getting frustrating... Tha

Getting the text/value of an item in a datagridfield...

Oops must 've misread your initial question. Use this code var listener Object new Object() listener.itemRollOver function(evtObj Object){ trace(my_dg.getItemAt(evtObj.index).label)

Re: [Flashnewbie] Getting the text/value of an item in a datagrid
   field...

Darron thanks for the sample! What about if I want to get the value of the one I rolled over? Here is what I have var listener Object new Object() listener.itemRollOver function(evtObj
Page 11 of 17 Previous 10   11   12   13   14   15   16   17