Is it possible to make movieclip array? And how I can work with it?
for (var i = 0; i < this.childNodes[1].childNodes[3].childNodes.length; i++) {
obrazek[i] = new Object();
obrazek[i].urlObrazku = this.childNodes[1].childNodes[3].childNodes[i].firstChild;
obrazek[i].nazevKlipu =...
hello, I receive via XML.sendAndLoad function this XML data:
<?xml version="1.0"?>
<telo><nadpis>Ad Net</nadpis><popisek>lfh skahf sjhf kajsh fkajsh fkjhsfjhsakfh a flkjshk jhs fhsk hfkjhs fkjhfk jhskj...
Sure, but flash has to know that the window is closed. Some onClose function or something like that...
I made flash application which works with flashcom server (media server now) and when I closed the window, flashcom server knows that I disconnect this client immediately...
Hello,
I'd like to ask you if there is a function that can be started when someone closes the browser or go to another page...
I need to measure the time the flash was functioning on the site and I believe that this function would help me to measure it...
Thanks
Thank you for you answer, but it still doesn't work :(
I insert text as html, but it still print only black letters and no italic style. I don't know why :(
Hi,
I have dynamic text a I need to make one line red, next one blue, next one black etc. But when I change color or italic style, Flash change all in the text box. Not only the new text. Where is a problem? Thanks...
function InsertText(NewText, NewColor, Italic) {
var NewFormat:TextFormat =...
No error :(
I call this script approximately 200000 during the day. And there is big chance to call this script twice in the same time.
One process open the file, read it and cut to zero size for writing again and I think the second process read the file at the same time when the first one...
Hello,
I have a problem with big traffic counter. From time to time filesystem cut the file with data to zero size. Could you help me with it?
Here's the code:
<?
error_reporting(0);
define('Data', './count.cnt');
chdir(dirname(__FILE__));
//php 4
if (file_exists(Data))
$File =...
Yes, I want to send data to another site and redirect there.
I have site, where people insert a price, but I want to make sure that they use just numbers and no letters and the ammount of money has to be higher than 1.
Example:
'1' ok
'3' ok
'hyui1' wrong
';1' wrong
'0.34' wrong
Hi, I have tried something like that, but with no response...
$Data = "Castka=$Castka";
$Size = strlen($Data);
header("POST /help/prijem.php HTTP/1.1", false);
header("Host: localhost", false);
header("Content-Type: application/x-www-form-urlencoded", false);
header("Content-Length: $Size"...
Hi,
I use Innodb tables, because I need foreign keys. But now I need a fulltext search which is supported by MyISAM tables only. Do you have any solution?
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.