Hi, I would like some advices on the loading process of my first flash website.
The problem I have is that when you click on a section, it will load a new SWF and it might take a little time so I would like to have a loading sign or something, but I have no idea how to do that? I was...
Yeah my sound stop, but it seems that it still load without hearing it because I see in the explorer status bar "transferring data", so I have another button for another song, but when I press it it doesn't do nothing, I was wondergin maybe there is a command like to stop the data transfer of...
OK I will look into those documents, but I just want to add that I tried with another wireless laptop, and it was detected in the workgroup and we could share files. So it seems that it is the wired PC that has a problem, but you say that wired/wireless network shouldn't be a problem?
Thanks...
Hi,
I was wondering if there is a command than when a button is pressed, allow the flash file to go full screen. I am talking for a website here, say I have my .swf in a .htm file. But I press a button on the .swf, I want it to go full screen, no stretch, just use plain background of my htm...
Hi,
Here is my problem. I have a wireless laptop, a wireless router and another PC.
The PC is sharing the internet via the wireless router which I can access with my wireless Laptop, that is working fine.
But I want to share files between the Laptop and the PC, they are on the same...
Hi,
OK well I have a little basic MP3 Player on my website but I am having trouble to run it good. I have a button that when press, loads a song from a url, here's what I have :
on (press) {
Sound = new Sound();
Sound.loadSound("MY LINK HERE", true);
Sound.start(0,0);
}
That works fine...
Hi, I would like to make a little program say with a button that when you click, it will delete a file on your computer like on the desktop, I want to know what command to use, and an example please, thanks!!
Hi there, I am having trouble with the Random in Director, I am trying to play at a random time, a sound. Here's my code.
on startMovie
global startTicks
set startTicks = the ticks
end startMovie
on idle
global startTicks
set ticksElapsed = the ticks - startTicks
if (ticksElapsed >...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.