all groups > flash actionscript > october 2007 > threads for tuesday october 16
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
Problem with onRelease and onRollOver
Posted by fwitt at 10/16/2007 11:25:47 PM
onRelease doesn't do anything in this following.
background._visible = false;
area.onRollOver = function() {
background._visible = true;
}
background.onRollOut = function() {
background._visible = false;
}
background.item.onRelease = function() {
trace('ok');
}
I'... more >>
MovieClipLoader Crashing IE Browser
Posted by tcm_allen at 10/16/2007 11:04:24 PM
[b]Context:[/b]
I have an IE window that contains a Flash menu. Each link in the flash menu
spawns a new IE popup window that contains a "flash course". This "flash
course" uses the MovieClipLoader class to pull down external media assets as
the user navigates from page to page within the c... more >>
Info in URL
Posted by Creyente de Dios at 10/16/2007 10:25:19 PM
Heres my story
So i have a flash file that has a text box with a scroll bar
thats all the flash file is...just a text box with a scroll bar attached
well i would like to do two different things, totally different
lol
heres number 1:
i have seen in many flash countdowns and stuff th... more >>
Username & Password Protection
Posted by lukeduke7 at 10/16/2007 4:31:19 PM
I have a script I have found and slightly modified to help me achieve a user
name and password protection for a flash file. I understand there is no way to
ensure protection of flash files. Fortunetly for me I am looking to add
protection to filter out people in a company browsing around the s... more >>
I have problem in my project, please Help me, urgent
Posted by h_gh at 10/16/2007 3:52:45 PM
have problem in my project.
When i start using project, i recive a errore in flash player .
if it possible troubleshooted for me
http://www.sunmedia.ir/problem.zip... more >>
action script for sound
Posted by ceilifairy at 10/16/2007 3:22:20 PM
ok here is my goal.
When a frame is loaded I want an mp3 to play but I only want it to play once. and NEVER again. Even if the frame is loaded again.
What is the best way to achieve this?
Thanks
... more >>
Flash 8 Button
Posted by mookiJPT at 10/16/2007 3:08:26 PM
I am having issues getting my button symbol to 'GETURL'. I put the onrelease
code in the on an actionscript layer in the first frame as some documentation
suggested but it does not go to the url....
A1_btn.onRelease = function(){
getURL("http://ghettob.com/Services.aspx", "_self"); };
... more >>
1151: A conflict exists
Posted by m_aminkarimi at 10/16/2007 2:57:07 PM
1151: A conflict exists with definition btnTest in namespace internal.... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Security Sandbox Error
Posted by dzedward at 10/16/2007 2:55:15 PM
I keep getting this sandbox violation when I try and stream this video using
NetStream and NetConnect. I'm getting the path from an XML file. If i just
pop the path into an FLVPlayback component, it works just fine. Any Ideas?
*** Security Sandbox Violation ***
Connection to "rtmp://myI... more >>
Array with unique random numbers
Posted by rob day at 10/16/2007 1:47:19 PM
Hi,
I'm trying to come up with a function that will populate an array with 4
unique random numbers. I'm stuck on pushing unique numbers, the attached code
creates the array, but sometimes there are duplicate numbers. I've tried a for
staement inside the for stement to test for duplicates but... more >>
Animating dynamic move clips.
Posted by rossmurphy88 at 10/16/2007 1:06:20 PM
I have an unknown number of movie clips tat are added dynamically. I can add
them fine but i want to add them so they appear off stage at a random x, y pos
and then slide in and ease up to another random spot on the screen. So each
time the movie is loaded it looks lik someone has thrown a bun... more >>
making an object temporarily invisible
Posted by Jononomous at 10/16/2007 3:07:21 AM
I have an embedded mpeg as my very bottom layer, what i want to do is have a
section of a shape go behind an object in the mpeg when it moves so that the
shape appears behind the movie object. How do i go about doing this?
Thanks!
... more >>
running a function in a parent at the end of a child.swf
Posted by ZakNinja at 10/16/2007 2:12:28 AM
question: How do I call a function that is inside a parent.swf from a child
external swf (class Loader)?
In my menu.swf, there is a child (Loader class) of a content.swf that gets
loaded below it on run. Then when a button is clicked, it makes a string that
contains the name of the conte... more >>
Multiple Sound Clips
Posted by MBKrebs at 10/16/2007 1:03:33 AM
Simple problem, and I hope there's a simple fix . . . I have a sound clip
running at the start of a Flash presentation. At some point, I need the first
one to stop so I can start the second one. I know there's a difference between
"stream" and "event" and all, but I'm having no success getting... more >>
hide buttons when movie loads and then show
Posted by iamalex at 10/16/2007 12:33:02 AM
I have a movie that loads another video. When it goes to video by hitting button
I can hide buttons underneath.
When I unload the movie, I need the buttons to show up again and clickable.
I added the onEnterFrame, but makes no difference.
Can someone help as to how I can bring the butt... more >>
Delay inside function
Posted by artishox at 10/16/2007 12:00:00 AM
Hi i am trying to make function that loads variables from file and returns them
as an array but there is problem i need delay to in this function because
variables cannot be loaded so fast as function goes.
code:
var aSomeArray:Array = getVariables();
function getVariables():Void {... more >>
Hit Test
Posted by sky_kim at 10/16/2007 12:00:00 AM
Hi friends, is there any possibility to get all the names of instances hited by an object when drag it over them. ... more >>
Static spectrum
Posted by Henrik Kjelsberg at 10/16/2007 12:00:00 AM
I'm exploring the computespectrum method and trying to make it compute faster
than realtime.
Is it possible to fastforward sound and still compute it.. Or might there be
another way around?
Input the file as raw data and use some algorythm to compute..?
Any ideas on the subject matter is g... more >>
Scroll / Easing Question
Posted by bcounts at 10/16/2007 12:00:00 AM
I have the following code connected to two buttons that onPress scroll a text
field up and down . . . However I need something a bit more dynamic.
Can someone show me how to add a Easing Effect to this code so the text in
text box will scroll up and down with ease and not so choppy and stati... more >>
I have problem in my project, please Help me
Posted by h_gh at 10/16/2007 12:00:00 AM
I have problem in my project.
When i start using project, i recive a errore in flash player .
if it possible troubleshooted for me
http://www.sunmedia.ir/Problem.zip... more >>
Flash CD
Posted by vee1 at 10/16/2007 12:00:00 AM
Can anyone help, I?m crating a Mac cd rom with a flash interface and want to
open folders on the cd by clicking a button on the interface.
I read the this can be done using a bit of applescript but I?m having trouble
executing the applescript from flash, I have save the applescipt as an ap... more >>
help for dynamic class name
Posted by socratesTaiwan at 10/16/2007 12:00:00 AM
In actionscript 2.0, the following codes dynamically attach a symbol
in the library to the stage:
var i:Number=Math.floor(Math.random*10);
this.attachMovie("symbol"+i,this.getNextHighestDepth());
where symbol0 ~ symbol9 are linkage id of 10 symbols in the library.
While in ActionScrip... more >>
help in loading the xml file using AS 2.0
Posted by AScracker at 10/16/2007 12:00:00 AM
Hi
I try to load the Xml file in As file but i need do all the fetching details
from the __LoadXmlFile file function
but it's working fine can any one help me for this issue
~~Sk
import com.xfactorstudio.xml.xpath.*;
import com.xfactorstudio.xml.xpath.types.*;
class empdetail {
... more >>
|