cs3

A question about the performance of htmlText in TextField

Hi all, I have got a performance problem about TextField.htmlText +=msg.And I know thatTextField.appendText(msg) works better than TextField.text +=msg.So I wonder if there's some method better than TextField.htmlText +=msg?Any help would be appreciated. Regards Spawn ...

How to set focus and insert caret in an empty text field in AS3

stage.focus = textField; textField.setSelection(0,0); is not working for me. ...

How to combine several movieclips into one scene?

Hi everyone, I'm creating a website that allows kids to designs a tshirt. I will have four section, colour, graphic, text and print. I have created these sections on demos and they are all working. I now need to properly create them all on one movie clip. I'm having problems with it, when i select the chosen tshirt colour and move o...

Flash AS3: Loading bar not finished when movie starts playing

Hi, I'm using the same code I always use for preloading another swf but it's not working this time. The problem this time is that when the loading bar gets to 16% every time you can hear the movie I'm loading playing in the background. I can just add a stop to the first frame of the movie I'm loading ("trial_1.swf") but how do I tell it ...

How to override a method for a MovieClip Symbol in Flash CS3

I'm using flash to draw objects, then I export them and use them from flex, and I'm a beginner in flash. I'm trying to do the override a method from the MovieClip I created. The method I'm trying to override is stop() method. I didn't write a single line of code, my movie clip is created using entirely the flash interface. I figured out...

AS2 attaching or duplicating the MC

var myXML:XML = new XML(); myXML.ignoreWhite=true; myXML.load("tekst.xml"); myXML.onLoad = function(success){ var yC:Number = 65; if (success){ var myTxt:Array = Array(0); var myNode = this.firstChild.childNodes; for (i=0; i<myNode.length; i++) { myTxt[i] = "text"+i+"content"; createTextField(myTxt[i],i,25,yC,167,myNode[i].childNodes...

Customize dreamweaver CS3 form tag inserts

Does anyone know of a Dreamweaver CS3 hack to change what code is inserted when a form element is added? My purpose is to allow make Dreamweaver layout do a little of the work for a Wicket form. Example I use CS3 GUI to create a form element like this: I'm specifying the name, id. I would like to modify Dreamweaver's insert beha...

Flash CS3 ActionScript3 importing and using SWC

Hello, I am trying to create a SWC library for use in my Flash AIR project. I have created a seperate FLA called SceneLibrary and followed the steps defined here: http://www.luaye.com/blog/index.php?action=read&amp;id=54 to create a new SWC component. I saved the created SWC into a lib folder within my Flash Dev project, I then right ...

Shapes-tool creating a vector mask every time, cannot seem to fix in CS3?

Every time I create a shape using the shape tool, it places a vector mask on top of this. I don't know how I enabled this but it does not do it on my laptop version, only my desktop. I can seem to disable this problem I am having. Even reinstalling and restoring defaults I cannot seem to stop this. Very frustrating, anyone have a fix f...

Drag/Drop movieclip event in JSFL? (Flash IDE)

Lately im trying to do some experimental things with JSFL, and i was wondering if it is possible to listener for an event when a component (that i have made) or movieclip is dragged from library on the stage. i want to create something that i'll get a component and drop it on a mc. when the component is dropped on the mc the component w...

Suggested php code to read file rating set by Adobe Bridge CS3

Background: I have been attempting to read the rating that is assigned in Adobe Bridge CS3 using the creative commons Metadata toolkit for php without success. I am using shared hosting so I do not have an oppotunity to recompile php with different modules. Is php code available that could be used to read the rating that is embedded...

AS3: resizing as a result of an eventListener

Hi everyone, I have coded a map that when a province object is clicked on, it should move to the center of the screen and grow a percentage of the width, along with displaying a number of different things. The problem is that in order for the image to resize it needs to be clicked on twice. It moves, and all of the children display jus...

Merge FLA files or Loading a swf file on another swf

I have two FLA files, call them MAP.fla and ANI.fla, that I have to merge. One way I tried was to load the ANI.swf in MAP.swf during runtime using the normal way of doing it, using Loader and URLRequest. However, when I try to run it, flash detects errors about methods I have included in ANI.swf. I do know that the Loader and URLRequest...

vb.net in InDesign Scripting - Grouping TextFrames

I want to group textframes in my InDesign CS3 vb.net script. It worked for InDesign 2.0 but it does not work with InDesign CS3. Here is my code: Dim myDoc As InDesign.Document = Nothing Dim myGroup As InDesign.Group = Nothing Dim myObjectList(2) myObjectList.SetValue(myOuterTextFrame, 0) myObjectList.SetValue(myInnerTextFrame, 1) myObj...