| Thread | Last Post | Replies |
|
| HELP : onPress event for a movieclip inside of ScrollPane | 02 Feb 2007 06:33 GMT | 2 |
I have a ScrollPane and this ScrollPane loads an item from the Library. And this library item contains moviecilp and I'm trying to add 'onPress' event to this movieclip by.. MovieName.onPress = function()
|
| Dynamic images? Help greatly Appriciated! | 02 Feb 2007 05:41 GMT | 5 |
I've searched the web for quite a while now, and cannot find a definate answer to my problem. I'm trying to dynamically load about 10 images into their own movie clips, all of which will be on the screen at the same time.
|
| Text tool with scroll | 02 Feb 2007 01:40 GMT | 8 |
Hi, Is there any way to make a text with scroll wiht out use the components like textarea or scrollPanel (just using the text tool from the toolbar). Tnks.
|
| Embedded Movie file | 02 Feb 2007 00:57 GMT | 3 |
Hey all, This might be an easy question but I am new to flash. I have a movie file (.swf) and I would like that to open up in a moveable(if possible) flash pop up window when I click on the assigned link. DOes anyone have action script for
|
| Help Needed: Convert string to number not working in .as file | 01 Feb 2007 23:28 GMT | 2 |
Hi, Please anyone here to help me out? I have this code in my loadxml.as file: ================================================== function readXML(){
|
| swapDepth question | 01 Feb 2007 22:58 GMT | 3 |
I have a grid that is being generated dynamically. Each square in the grid is a movieclip button square. When you rollover the mc-btn square you activate a large movieclip. Currently, the movieclip is behind the grid created by the dozens of other squares generated at higher ...
|
| Problem with TextField formatting | 01 Feb 2007 22:15 GMT | 2 |
I'm having a little bit of a problem with this very basic bit of code. The following code works fine: (I apologize for not having it in a format that may be more suitable) this.createTextField("my_text", this.getNextHighestDepth(), 10, 70, 400, 100);
|
| Flash -- Troubleshooting audio | 01 Feb 2007 22:13 GMT | 2 |
I have developed an online learning course using Flash. It has been in use for a couple of years without many issues, but someone has recently reported that they are hearing no audio. Their audio is fine elsewhere (e.g. playing mp3s). They are using a PC with Win 98.
|
| embedFonts woes | 01 Feb 2007 20:13 GMT | 15 |
Sorry, I posted this on the tail end of another topic but was worried it wouldn't get looked at because it was marked as answered. I have had this problem in the past and just gotten around it by manually drawing a dynamic text field and embedding fonts in it. Now I need to use
|
| hitTest | 01 Feb 2007 20:10 GMT | 5 |
I have an ifstatment, in which I would like to test if the mouse is over one of several MCs which I have set up as buttons in a dropdown. The thing is that I only went to trigger the rollout sequence if the mouse is on either one of the buttons, so I have to make sure it is off ...
|
| loadVariables issue | 01 Feb 2007 19:58 GMT | 1 |
I have a text field i created. I am using loadVariables to load the file i want to show inside this text field. After loading my new file, the formatting rules i applied to the box when it was created (tested that they were being applied already - success), are being replaced ...
|
| Read indent on TreeView Cells? | 01 Feb 2007 19:55 GMT | 1 |
Okay, I've set up a tree component, populated it with XML and set up onClick functions to dynamically make an input text box to change the labels at runtime. The only issue is, I would like my new dynamic text box to be located over the old label. I can't seem to find out how ...
|
| ifStatment question conflict | 01 Feb 2007 19:11 GMT | 1 |
I have the following ifStatment. function subMenuOff(theBtn:MovieClip):Void{ if(!nav1.production_menu.digital_btn.hitTest(_xmouse, _ymouse) && !nav1.production_menu.video_btn.hitTest(_xmouse, _ymouse) &&
|
| Odd variable behavior (PHP) | 01 Feb 2007 18:15 GMT | 7 |
I have created a PHP script (getVars.php) to generate some variables to load into Flash. I have no problem with this and basically echo something similar to the following: ID=10002&Name=Joe Schmoe&Email=joe@schmoe.com&Check=True
|
| How to give ZOOM effect for a Text | 01 Feb 2007 17:30 GMT | 2 |
I want to give ZOOM effect for appropriate text...Actually I have a movie clip and it has a magnifier and one text, The motive is if someone move the mouse over magnifier over text ...the text should give the ZOOM effect as natural.. Please help me out.
|