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...
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 >...
Hi,
I want to put a Stop and Play button so the user can control the music playing. How do I do that? (assuming it's going to be a MP3 file and when clicking on an image)
Thanks!
SB.
Hi guys, I need your help I'm using a little javascript function to open a new window on a click that's in my HEAD :
<SCRIPT TYPE="text/javascript">
<!--
}
function MyOpenWindow_f() {
var MyURL = 'player_un1k.htm';
var MyWindowName = 'sized';
var MyWindowOptions ='width=640,height=300'...
Hi,
I am trying to do a wack-a-mole style game with Director, but I would like to see a tutorial or even better an open source of a wack-a-mole game made with director, so if you have any link for me, it would be very appreciated, thanks.
Hi I am wondering how to automatically size a window on the load. For example I want my first page (index.htm) loads at 640x480. Is there a way to do this in HTML? If no, in JavaScript? thanks!
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.