all groups > flash actionscript > march 2006 > threads for sunday march 5
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 29 30 31
how can use HTML tags in XML for Flash?
Posted by Burak Delice at 3/5/2006 11:50:48 PM
how can use HTML tags in XML ?
i mean i want to take a string from XML line like :
<item name='<b>bla bla bla</b>' />
but, i couldnt use it like above. how should I enter HTML tags in XML?
regards
... more >>
A weird problem!!! Help required
Posted by Parag Shah at 3/5/2006 11:04:23 PM
Hi,
I am trying to build a nought-n-cross game. During the first phase, I am
facing a weird problem. On the first click, the nought appears, on the
second click it replaces the nought with a cross whereas it should not
replace but keep both. Then, third click, no nought appears, fourth click
... more >>
Scores on certain computers
Posted by pickle jar at 3/5/2006 10:10:54 PM
http://homepage.mac.com/newtriks/drag.swf
What the heck is going on, I am using flash 8, publishing to flash player 8,
as2.
When I access the above swf on my mac, using osx tiger and safari, the file
works a dream, I drag all the squares down to the bottom grid EXCEPT 3 & 8 and
it goes... more >>
How to load external movieclip from PHP-url
Posted by DatiDati at 3/5/2006 8:58:37 PM
Hi all,
I've got a problem here ....
In my index.php are some buttons with the links:
- button 1: index.php?mod=shops
- button 2: index.php?mod=shops
- button 3: index.php?mod=global
- button 4: index.php?mod=gallery
When a button is clicked I want to load the relevant external s... more >>
Turning a button into a hyperlink?
Posted by Boghog at 3/5/2006 8:21:58 PM
Hello!
I have a flash movie clip made up of several buttons, inside an HTML file.
What I want to happen is that when you click on one of the buttons, the browser
goes to a different page (exactly like a hyperlink). This is the actionscript I
have on the button right now:
on (release) {... more >>
duplicate MC's + scrollPane...
Posted by Russell at 3/5/2006 7:04:38 PM
ok... i'm probably confusing myself right now ... so any assitance would be
appreciated...
I have a MC (using 'linkage' identifier) loading into a scrollPane...
inside the MC being loaded... i require to duplicate other MC's (menu
buttons) which can be of any number...
inside the MC bei... more >>
loading text not showing from server
Posted by alien4m_mars at 3/5/2006 6:42:59 PM
hi this is my code
mclLoaderListener.onLoadProgress = function(target:MovieClip,
bytesLoaded:Number, bytesTotal:Number):Void {
//trace(target+".onLoadProgress with "+bytesLoaded+" bytes of "+bytesTotal);
//getting number form the movieclip name
var sMovieNameString:String = String(ta... more >>
Download jpg to desktop
Posted by FirstNforthFinger at 3/5/2006 5:36:01 PM
Hello,
I have afew jpg's in a gallery and they need to be availible to download to
desktop from the /pics folder on my server.
Can someone please enlighten me as to the correct AS.. So simple if its not a
image file but .jpg's just open in a new window and id like the popup 'SaveAs'
wi... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Image name
Posted by alien4m_mars at 3/5/2006 5:03:01 PM
hi, i want to load images from a folder, how do i know the names of the images , the only thing i know is they are .jpg?
any help
thank you... more >>
Problem with some kind of focus
Posted by Flamebg at 3/5/2006 4:13:33 PM
Hi all,
here is my problem:
Put a button on the screen and a text field.
Make some simple animation to play when u push the button.
Try pushing the button over and over again without removing the mouse from the
point of pushing. All is ok.
Now click on the text field (that is enough).
... more >>
Display text on a full screen animation
Posted by RJstarter at 3/5/2006 3:35:10 PM
Hi,
I need to display some words on top of animation while it is playing full
screen size. For some reason, the text is not displayed. Tried both making a
dynamic text box on a layer, and creating a dynamic box at run time. When I
shrink the animation, and make it NOT overlap with my tex... more >>
Preloader works...now how to do more with it???
Posted by Centerpoint Computer at 3/5/2006 3:37:34 AM
This is not the first time I've attempted to solve this topic...but here's my
current situation.
Scene 1, Frame 1, on a layer labeled _actions:
var myMCL:MovieClipLoader = new MovieClipLoader();
var myListener:Object = new Object();
myMCL.addListener(myListener);
myListener.onL... more >>
"refreshing" movie clips
Posted by vrish88 at 3/5/2006 1:37:22 AM
i have two movie clips that interact with each other and work fine. Although
after about 5 seconds it becomes inactive. it is like they just time out and i
have to refresh the page inorder for them to work again.
i tried to use updateAfterEvent() but it didn't seem to do anything.
thank... more >>
error when testing but not when compling
Posted by stephan.k at 3/5/2006 1:26:02 AM
Hi Forum
I have been having this issue for a while now and I start to think something
might be wrong with my flash version or some libary file of flash. I have
downloaded a sample chapter from Colin Moocks website:
http://moock.org/eas2/examples/eas2_randomizer.zip
When I complie t... more >>
IP Address
Posted by jak418 at 3/5/2006 12:47:58 AM
Does anyone know how to detect the users IP address while they are in a flash file? I didn't see it anywhere in the forums... more >>
Weird Drag Problem
Posted by vshadow at 3/5/2006 12:26:25 AM
I have the following code on the first frame of my timeline:
Code:
card_flip_move.onMouseDown = function() {
startDrag(card_flip_move);
};
card_flip_move.onMouseUp = function() {
stopDrag();
};
The weird thing is that it doesn't matter where I hold down my mouse the card
... more >>
Fade in/out of a dynamic text field.
Posted by has981 at 3/5/2006 12:00:00 AM
Hello everybody,
I created a text field (using createTextField( ) ) and I need to control its
alpha so that I can apply the fade in/out effect to it but the newly created
textfield simply isn't affected by the _alpha.
I have also tryed to create an empty movie clip first and then create ... more >>
How do Flash remember..which movie to fadeOut and FadeIn
Posted by highlander_1 at 3/5/2006 12:00:00 AM
I have 6 button in the navigation.swf:
home
education
references
galleri
contact
Each button onReleased, loads a external movie called:
homeBackround.swf
educationBackground.swf
referencesBackground.swf
galleriBackground.swf
contactBackground.swf
I want to do a transiti... more >>
FOrms/php
Posted by cjonson at 3/5/2006 12:00:00 AM
I am about to toss my computer out the window. I have created a flash form and a php. I have them both in the same directory on the server. I can't get it to send an email. any suggestions?... more >>
MovieClips and Custom Classes
Posted by BigHed3 at 3/5/2006 12:00:00 AM
Hello,
I'm just learning how to make custom classes so this is probably a very simple
problem. I apologize in advance for my ignorance.
I'm making a sort of game to test out my custom class making skills and in
order to find out where the instances are I thought it would be easy to attac... more >>
|