Forum FAQForum FAQSearchSearch MemberlistMemberlist Forum ignore listForum ignore list RegisterRegister ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in
Flash i pokretanje aplikacijja

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Flash
View previous topic :: View next topic  
Author Message
F@NTOM



Joined: 11 Sep 2003
Posts: 592
Location: Dubrovnik

PostPosted: 12.04.2004 20:36    Post subject: Flash i pokretanje aplikacijja Add user to your forum ignore list Reply with quote

Pliz, trebam pomoc oko pokretanja .exe fajlova iz flasha npr. setup za neki program.
Na netu sam nasao da se koristi fscommand ali meni to nikako da uspije pa ako neko mozda moze stavit u reply tocnu skriptu kako to ide bio bih puno zahvalan. Smile

_________________
These pretzels are making me thirsty!
Back to top
View user's profile Send private message
Charli.



Joined: 27 Nov 2003
Posts: 17

PostPosted: 12.04.2004 23:50    Post subject: Add user to your forum ignore list Reply with quote

Stvarno ne mogu dokućiti što želiš?
Napiši malo opširnije.
Trebaš exe file za CD?
pa da ti poziva dalje .swf-ove ili?
Back to top
View user's profile Send private message
F@NTOM



Joined: 11 Sep 2003
Posts: 592
Location: Dubrovnik

PostPosted: 13.04.2004 13:58    Post subject: Add user to your forum ignore list Reply with quote

U flashu sam napravio setup window u kojem sam ukljucio i opciju za install određenog .exe fajla (aplikacije). Mene zanima kako taj INSTALL button u flash filmicu povezat sa tim .exe fajlom tj. kako da pokrenem instalaciju te aplikacije iz tog flash filmica.
Treba mi skripta koja to omogucuje. Smile Smile

_________________
These pretzels are making me thirsty!
Back to top
View user's profile Send private message
fakz



Joined: 08 Sep 2003
Posts: 384
Location: Rijeka

PostPosted: 13.04.2004 15:06    Post subject: Add user to your forum ignore list Reply with quote

Jos nisi odgovorio na pitanje Charlija,da li ti je to za CD prezentaciju?

_________________
"It is through the hottest fires comes the hardest steel"
Conan the Barbarian
Back to top
View user's profile Send private message Visit poster's website
F@NTOM



Joined: 11 Sep 2003
Posts: 592
Location: Dubrovnik

PostPosted: 13.04.2004 20:05    Post subject: Add user to your forum ignore list Reply with quote

da Smile
Jel znate mozda kako to napravit?! Smile

_________________
These pretzels are making me thirsty!
Back to top
View user's profile Send private message
:cosmos:



Joined: 12 Sep 2003
Posts: 2098
Location: México

PostPosted: 13.04.2004 20:17    Post subject: Add user to your forum ignore list Reply with quote

to sam se ja kidao da napravim, i nikako mi nije uspjelo sa standardnim fscomandcima.

za one koji jos nisu skuzili Smile na button postavite akciju da otvara neki exe file izvana (instalaciju nečega), i meni to ne šljaka, dok exe kompilan flasha otvara bez beda..

dakle?
c Smile
Back to top
View user's profile Send private message Send e-mail Visit poster's website Twitter profile
F@NTOM



Joined: 11 Sep 2003
Posts: 592
Location: Dubrovnik

PostPosted: 13.04.2004 20:19    Post subject: Add user to your forum ignore list Reply with quote

ista situacij ko' u mene Smile

_________________
These pretzels are making me thirsty!
Back to top
View user's profile Send private message
:cosmos:



Joined: 12 Sep 2003
Posts: 2098
Location: México

PostPosted: 13.04.2004 20:25    Post subject: Add user to your forum ignore list Reply with quote

znam, ima fora, samo do sada mi to nije trebalo, pa se nisam niti trudio naučiti,, al valjda je netko to probio ?
Back to top
View user's profile Send private message Send e-mail Visit poster's website Twitter profile
fakz



Joined: 08 Sep 2003
Posts: 384
Location: Rijeka

PostPosted: 13.04.2004 21:10    Post subject: Add user to your forum ignore list Reply with quote

Prvo,ako je za CD nema razloga da ga ostavis kao swf.Nadji si na netu SWF studio,kompajliraj exe u njemu+ sto mozes dodati jos dosta njegovih fscommand-a,izmedju ostalog i za instalaciju odredjenog propograma tj.pokretanje nekog exe-a...
Mada stvar radi i sa standardnim projectorom flasha,ali ima jedan upit vise prilikom instalacije...

_________________
"It is through the hottest fires comes the hardest steel"
Conan the Barbarian
Back to top
View user's profile Send private message Visit poster's website
Charli.



Joined: 27 Nov 2003
Posts: 17

PostPosted: 14.04.2004 00:24    Post subject: Add user to your forum ignore list Reply with quote

Roger that!
Back to top
View user's profile Send private message
rundll32



Joined: 26 Oct 2003
Posts: 193
Location: Zagreb

PostPosted: 14.04.2004 00:41    Post subject: Add user to your forum ignore list Reply with quote

Evo ovako. Morat cete malo samo i dalje se boriti sa tim, al otpilike je stvar u pozivanju .bat datoteke koja onda poziva exe file. Ne preko fscomen to raditi, jer je brljavo. Meni je cak i uspjevalo nekad, al posto ne uvjek-nepouzdano je. Probajte naci to sa .bat fileovima i mislim da ce upaliti. Bat fileovi su mali text fileovi. Nisam siguran jedino da ce biti lako na XP-u jer on ne da nekad bas uvid u sve sto radi bat ( vec cete vidjeti sta i kako sami ) al eto, ako nitko nema neko pametnije rjesenje...a volio bih da ima !
Back to top
View user's profile Send private message Visit poster's website
Zorin



Joined: 05 Nov 2003
Posts: 19

PostPosted: 14.04.2004 10:20    Post subject: Add user to your forum ignore list Reply with quote

http://www.macromedia.com/support/flash/ts/documents/fscommand_projectors.htm

Ovdje je objasnjeno na koji nacin doci do eksterne aplikacije...

Vozdra
Back to top
View user's profile Send private message Visit poster's website
g-style



Joined: 08 Oct 2003
Posts: 89
Location: bG

PostPosted: 15.04.2004 00:07    Post subject: Add user to your forum ignore list Reply with quote

Nisam nikada isprobao, ali trebalo bi ici ovako:
na root-u CDa se napravi folder 'fscommand', u njega se strpa neki.exe a u flashu se na dugme stavi kod
Code:
on(press){
     fscommand("exec", "neki.exe");
}

i to bi trebalo biti to!
Back to top
View user's profile Send private message Send e-mail Visit poster's website
F@NTOM



Joined: 11 Sep 2003
Posts: 592
Location: Dubrovnik

PostPosted: 16.04.2004 13:16    Post subject: Add user to your forum ignore list Reply with quote

G-STYLE wrote:
Nisam nikada isprobao, ali trebalo bi ici ovako:
na root-u CDa se napravi folder 'fscommand', u njega se strpa neki.exe a u flashu se na dugme stavi kod
Code:
on(press){
     fscommand("exec", "neki.exe");
}

i to bi trebalo biti to!


Izgleda da ovako radi. Thx Smile

_________________
These pretzels are making me thirsty!
Back to top
View user's profile Send private message
g-style



Joined: 08 Oct 2003
Posts: 89
Location: bG

PostPosted: 16.04.2004 14:12    Post subject: Add user to your forum ignore list Reply with quote

Ma ja sam ti cudo...znam sve shto mi ne treba Laughing
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Flash All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group