Hey folks - thanks in advance for helping. I downloaded a pre-made .fla called "Simplest Slideshow" that makes a slideshow out of a folder of images. But I...
Hello members, I am going to try to get this group going again. I stopped using Flash a few years back. Now I have CS4. I will be taking classes in Summer. ...
Hi Kathy, I'm still here! As a heads up.....we hope to have Flash CS4 classes ready by the May (possibly the March) session at LVS. Kat Flash Classes at LVS...
Hi Terry, What version of Flash are you using? Kind regards, Kat http://www.lvsonline.com ~~ Where Learning Is Fun! ~~ ... [Non-text portions of this message...
Posting a reply. Didn't reply to last post. Haven't been good about keeping up with all my groups lately. Need to learn Flash and will be getting CS4 soon....
Hello Kathleen I have been a member of this group ever since i can remember and have benefitted a lot from it especially from members and you personally....
Hello everyone, I am new to the group. I am interested in creating a cite similar to this one. www.lepenndesigns.com I think this person used a template and...
I've been trying to make a global variable to replace the _root and _global, but the samples i've come across doesn't work! ... package { public class Global {...
Hi Hajile, First of all, global is not what you want. The _root has been replaced the ability to place movie clips on the stage using addChild("mc"). You can...
Bill Sanders
wdsanders@...
Apr 2, 2009 3:54 pm
8101
Thanks, but how am i supposed to use it? I'm not familiar with packages. When i try Test.username="Testing"; I get 1180: Call to a possibly undefined...
Hi Sly, You're going to have to spend some time learning ActionScript 3.0. One place you can start is here: http://oreilly.com/catalog/9780596529239/ It is a...
Bill Sanders
wdsanders@...
Apr 3, 2009 11:07 am
8103
thanks, your instructions finally let me figure out one of the samples. It didn't have a line of code anywhere and i couldn't figure out how it ran off an .as...
Hi Sly, You wrote: However, in AS3, all variables are supposed to be declared. So how am i supposed to pass on values to the new child object? There are a lot...
Bill Sanders
wdsanders@...
Apr 4, 2009 10:43 am
8105
So you're basically saying that i should forget about AS2 altogether and learn AS3 from scratch like it has no relation to AS2 whatsover? Two weeks...
Sly, Do whatever you want. AS2 has been history since Flash 8, but if you're more comfortable with that, no one's stopping you. You'll find plenty of books and...
Bill Sanders
wdsanders@...
Apr 5, 2009 12:03 pm
8107
Hi, I am hosting some swf content on my website. Our website is being hacked by a clever url formation which changes the base URL for our site and even changes...
Hello all, I am completely new to Flash and I am trying to create a website with it. Is there a book or class that anyone can recommend for me? I learn...
Good Morning, I am new to this group and am a pro photographer, however I have extensive background in graphic and web design, but I am fairly new to Flash... ...
Hello Everybody, I am having some trouble in my script, i have created a flash form which i have converted into a movie clip named CForm, then i have used...
... Animations you may want to learn version 4 to start yourself off-and also because I believe this series is out of print. You also might want to try Quick...
Talia I recommend LVS Online -- http://www.lvsonline.com/ -- for starters And Cerro Coso Online -- http://cconline.cerrocoso.edu/ -- for 4-unit community...
I created a flash movie with a link with the following code for linking: on (release){ getURL("http://www.keeneslist.com/redirect.asp?cust=1676999&ad=4"); } ...