all groups > flash actionscript > july 2006 > threads for saturday july 8
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
finding text file
Posted by finder_ at 7/8/2006 9:11:00 PM
I put together a small news scroller and use Action Script to scroll the
Dynamic text file. Everything seems to work find but the text does not show up.
The lay out I have is this.
I am a noobie
Flash MX 7.2 pro
Timeline 3 layers
layer 1
Action Script scene1
script: frame 1
lo... more >>
scroll window, define active area
Posted by mr.nazarko at 7/8/2006 9:06:16 PM
hey,
ive found this great scroller on www.flashkit.com
and started to mess around with it,
its posted here.
http://www.popmontreal.com/TEST/city_test2.swf
is it possible to activate only the area witnin the border,
so that scrolling will stop when your mouse leaves that area ?
... more >>
aaarrrrgggghhhhhh
Posted by samdl1 at 7/8/2006 8:53:44 PM
var my_xml:XML = new XML(xmlstring);
var myLoginReply_xml:XML = new XML();
myLoginReply_xml.ignoreWhite = true;
myLoginReply_xml.onHTTPStatus = function(httpStatus:Number) {
showAlert("onhs loaded");
this.httpStatus = httpStatus;
if(httpStatus < 100) {
sh... more >>
Marquee
Posted by monty2005 at 7/8/2006 7:07:19 PM
Hi,
I am making a site for a clothes catalogue, and wanted users to be able to
scroll through a reel of clothes, click on the one they want to view more
information on and then the information comes up. I am struggling to make a
decent scrolling "marquee". This is the sort of thing that I ... more >>
How do you unload video?
Posted by Angyl at 7/8/2006 6:26:56 PM
I have an .flv video that I load and play when you go to a certain frame of my
main movie.
Question is, how do I get rid of it if the user clicks to go to a different
frame of the main movie? I know how to unloadMovie for .swfs but I don't know
how to unloadVideo.
... more >>
Quick Question, should be easy to answer
Posted by gregmax17 at 7/8/2006 6:00:32 PM
How do you strip special characters from a text in Flash? For example, the
viewer enters this in the Input Text field:
strin/tg<!--fun-->
How do I get rid of the / < > ! - ? I would like to know because I don't want
a viewer to enter bad characters in a database. Any help would be great,... more >>
please tell me how this is done
Posted by DPSwebmaster at 7/8/2006 4:45:33 PM
I am interested in learning how to do some of the flash animations on this site
http://www.net32.com/n32content/ec/intro/net32-intro-online.html
in particular the part where you get a soluiette(sp) of the person, and then a
back and white version and finally a colorized version. I have seen ... more >>
Shared Object and Mac
Posted by FlashAmit at 7/8/2006 1:02:48 PM
On the windows a shared object persists even when application is closed. And
can be read when we relaunch the application.
Is this the same way occurs in Machintosh?
If no how can I define the life of shared object on the MAC.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Delaying
Posted by KillerHurdz at 7/8/2006 3:44:48 AM
Hey, I will try to explain my problem as best as I can without it being too
complicated... here goes.
Me and a friend have created a new flash website. Now, on the top
navigational bar... if you press on one of the buttons to go to a differen't
"page" on the site, you can see that the "do... more >>
Arrange dynamic objects into a shape...
Posted by calaway at 7/8/2006 3:24:34 AM
Hey guys, I was wondering if I could get some help with a project Im working
on. I have a for loop that is duping an object 9 times for a total of 10
objects. I need to arrange those objects in a circle. But since they're created
dynamically I'd like to keep it dynamic so instead of assigning ... more >>
How to insert google ads in flash?
Posted by mavsayshi at 7/8/2006 12:00:00 AM
Hi ....i have a flash slideshow and would like to insert google adsense at the
end of the slideshow in the last slide.....i want the google ad to appear
within the flash.....is there any way in which i can do this....please help me
out...:confused;
... more >>
Single line Following an Object
Posted by alx1507 at 7/8/2006 12:00:00 AM
I have it set up so that a single line will extend, curve and contract to the
posistion of my mouse. Now instead of following my mouse i want it to follow a
movie clip that slides across the screen. I've replaced all my _xmouse and
_ymouse scripts with the object names and i'm not having any... more >>
print button A:S help..
Posted by flashguy3123 at 7/8/2006 12:00:00 AM
ok this has been making me very angry ive searched everywhere and only found
this code
_root.print.onRelease = function() {
var pri = new PrintJob();
pri.start();
pri.paperWidth = 800;
pri.paperHeight = 600;
};
and the other people typed up that it worked for them so why not for me?... more >>
play another flv file in between a flv file
Posted by Rex Huang at 7/8/2006 12:00:00 AM
Hi,
I am trying to find a way to play another flv file in between a flv file. Say,
I play flv A for 10 seconds then play flv B and then resume back to flv A where
it just stopped.
Is it possible to do this and roughly how to do it?
Thanks!
Rex
... more >>
|