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 Pro
Page 230 of 233 Previous 100   Previous 10   221   222   223   224   225   226   227   228   229   230   Next 10  

send ascii code to rs232

http //www.makingthings.com maybe... Tom -----Original Message----- From flashpro-bounces@(protected) [mailto flashpro-bounces@(protected)] On Behalf Of Bbp Sent May 21 2004 8 26 AM To M

Scroll Bar with XML content.

You can get the old ScrollBar component now in a new version. Macromedia updated the code in the MX UI components for MX 2004 and put the whole set on Exchange <http //www.macromedia.com/cfusio

Detecting movie clip

try "for in " i use it a lot and it 's cool. something like for (n in _parent) { if(this.hitTest(_parent[n]) true){ trace( "i hit something ") } } there 's just one thing

OT: Wow. [was: Re: [flashpro] Working with video in mx 2004 pro]

On May 17 2004 at 3 11 PM Tom Green wrote > <snip > Wow. Tom Green speaketh. Why I remember back in the day ...

RE: [flashpro] How to embed fonts without adding a textfield to the
   stage

Hi Eric To embed a font in your movie without actually placing a textfield on the stage you can do the following Open the Library Panel Click the library options button on the right side of t

Working with video in mx 2004 pro

I would like to import video for a cd project. Right now it seems that I can only import at 360 by 240 which is too small. Is it possible to import video for use at 720 by 480? Cheers Tom W

Re: Flash mx 2004 - sql server- .net framework > server

Hi Daryl Yeah I suggested you can write web services in .net and use the web services connector in FMX2004. You don 't need remoting for that. You can also use PHP with AMFPHP which is basically

Flash mx 2004 - sql server- .net framework server

Hi Daryl Likely you 'll be looking at using Flash Remoting for .NET (best performance) or writing Web Services in .NET and using the Web Services connector in Flash MX2004 Pro. The former would r

can flash detect browser? Urgent

Hi Jeff 1. 2 Solutions A) in Flash 7 check the System.capabilities.playerType property. Description Property a string that indicates the type of player. This property can have the value "S

VAKANTIE

At 20 23 13.05.2004 +0000 you wrote >Ik ben in het buitenland tot en met 30 mei. Frederic is steeds te bereiken >op 016 503722 of frederic@(protected) > >Tot later >Kristof His postings

Multiple font definition

Hello Fiddling around with the TextFormat class I just found out that you can define more than one font like in CSS (or old-school with the font tag) // Create a TextFormat object var txtfm

actions within 1 frame -loading and goto etc

Hi There I have a big portion of as code into one frame. I split it up into two seperate portions loading and actions directly linked to the stage .... It 's a slideshow script that 's reads xm

controlling the main timeline with buttons

You can control the main timeline via _root. aka _root.stop() _root.play() _root.gotoAndPlay( "framelabel ") and pretty much any other MC control method. Rick Queena Yi wrote >Hi > >I

controlling the main timeline with buttons

In Flash Help look at how to use frame labels. You need gotoAndPlay( "framelabel ") on the buttons. You need stop() on the last frame of each Scene. This is pretty basic -- you can figure it

Using a Variable Text File to Load URLs?

Hi Why ? Flash doesn 't read and click your text. Flash? is a software -) if it 's an extrenal file you have not to urlencode. just UTF8 encode. in your text file myURL http //www.mysite.

RE: FlashPro Digest, Vol 7, Issue 4

Hi it 's very easy. In HTML code u must write something like this <OBJECT classid "clsid D27CDB6E-AE6D-11cf-96B8-444553540000 " codebase "../../soft/swflash.cab#version 6 0 0 0 " WIDTH "700 "

Loading videos dynamically

Hi matt not sure to understand exactly what you need. but of course you can not a QT in your Flash but with an open.window and and some php or suppose you can with js. why don 't you use a me

Re: FlashPro Digest, Vol 7, Issue 3

Hello I got a problem. I?m working in an intranet web site but the client computers are not connected to Internet so download the flash pluggin results impossible. I already got the swflash.cab

MX onRelease & scripting

Hello I 've got a problem with my xml slideshow... See script below.... I can not reacht level4 movie after pressing the button for the first or later time.... It 's the this.holder.onPress fu

loading indexes with Flash

----- Original Message ----- From <flashpro-request@(protected) > To <flashpro@(protected) > Sent Monday May 03 2004 10 00 AM Subject FlashPro Digest Vol 7 Issue 1 > Send FlashPro mail

MX learning component mods

Ok I 'm trying to use the nifty features of the new quiz components which on the surface seem pretty cool. Unfortunately digging into the code results in a snarl of nested clips and more compon

Anyone using MX 2004 not Professional?

Question about the interface in MX 2004 not Professional. I am writing instructions for students but I have Pro. So in not-Pro do you open the Actions panel? And do you see "Global Functions " an

Flash, COM, ActiveX

If you are using MX2004 check out the ContextMenu Class. You can add and remove items to the right-click menu and set events for them. This applies to all MovieClips Buttons and TextFields (eac

mail not getting posted

At 12 59 23.04.2004 +0530 you wrote >Hi Mike > >I would like to ask you that why my questions are not posted on the list. I >receive a message immediately after mailing that "suspicious header f

Subject: testing only

----- Original Message ----- From "listadmin " <info@(protected) > To "Mailing list for professional Flash designers and developers " <flashpro@(protected) > Sent Monday April 26 2004 8 16 AM

Trimming posts is more fun

Just a quick reminder Please trim your posts accordingly when replying. It 's easier to read for everyone especially for our digest s 'bscribers. Thanks ) _____ mike s. krischker list f

!Sound Level Analysis in Flash

Hello list! This might be terribly late for whoever was looking at making a sound level analysis in Flash I kind of stumbled on this information so I am passing it on to see if it could still be

javascript in flash MX

Proba el url asi on (release) { getURL(biciURL) } deberia pasarte las variables igual.

windows explorer structure

i think basically there should be a multi dimensional array for a menu structure like this. after that it 's just about duplicating movieClips which contain buttons and drawing lines between them.

Subject: color selector

Link doesn 't do anything for me... Toby. ----- Original Message ----- From "P. G. " <brainaction@(protected) > To "Mailing list for professional Flash designers and developers " <flashpro@(protected)
Page 230 of 233 Previous 100   Previous 10   221   222   223   224   225   226   227   228   229   230   Next 10