@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17



Comments:

<0> its allready at 80
<1> dynamically load images to the flash file...drastically decrease size.
<1> to a potential nothing.
<2> word
<3> momille www.psk.net/nothing/loadingtxt.rar
<4> \
<4> o
<5> hm so the old loadvariables is depracted or what?
<6> \o/
<3> i think you have to check the F1 in flash :]
<5> man im not silly i did this syntax several tmes and it allways worked out
<5> not sudenly i can load txt any more with loavariables, thats sick
<3> maybe its a new wersion of flash :}
<3> my example shood help you hf :}
<5> hm man i got to talk to nib..
<7> can i use loadvars to p*** normal data to flash and then get loadvars to return xml formatted data



<8> Hi, Is there some sort of onStreaming handler in actionscript that I can use when a loadSound is streaming?
<9> hi , how i can change fill automatically using AS?
<10> hey everyone
<7> how do i prevent line 14 starting with <_? http://hashphp.org/pastebin.php?pid=5968
<10> if i drag a swf file into a browser it scales the swf to fit the browser, can i somehow prevent that without making a html loader, i tried using the fscommand("allowscale","false"); but that didnt do the trick, any ideers ?
<7> _mis_wrk Do you know how to create proper xml in flash?
<11> !seen mjau-mjau
<12> Unrealize, mjau-mjau (mjau-mjau@203.156.21.135) was last seen quitting #flash 5 days 1 hour 9 minutes ago (05.01. 03:18) stating "Ping timeout: 360 seconds" after spending 1 hour 6 minutes there.
<8> !seen Elvis
<12> JCastaway, Elvis? hmm... I'm trying to remember... maybe... I'm not sure... no. I don't remember Elvis.
<10> we deka i made a few xml yera
<10> but the problem is , thers several ways to make load and make xml
<10> some load dynamicly, some define wich variable to load, so it can be alittle complicated to get into
<13> woot
<13> ya know how to appreciate me, ima stick wit u my baby
<13> woo
<14> did they not make F8 for OS9?
<4> hey supashad
<5> how can i load specific vars with the loadvars()?
<5> outr of a txt
<13> m?
<13> Jennavive disappear?
<5> man i just want to load a simple var out of a txt file like "main.txt" with content main1=blablalbla
<13> ah SupaShaD \o/
<5> whats the simplest way to to this (simple!)
<13> hmm
<13> what version of AS are you using?
<13> 1.0 or 2.0
<5> 2.0
<5> 2004 pro
<5> but who cares
<15> Hey, is there a way to convert projector exe's to swf's?
<13> shouldn't be hard, call the txt file through your AS name a var that's already in your flash
<13> like myNews
<5> well i know the syntax but flash always tells me couldnt find "main.txt"
<13> hold on lemme remember how it's layed out
<9> main.txt should put in the same folder with swf file
<5> it is
<9> did u type the path correctly?
<13> loadText = new loadVars();
<13> loadText.load("news.txt");
<13> that's how i have it set up in mine
<13> loadText.onLoad = function (success)
<13> {
<13> if (success)
<13> {
<13> newsBox.html = true;
<13> newsBox.htmlText = this.myNews;
<13> } // end if
<13> };
<13> just copied it straight from my small little news box thing
<5> well ok but then i cant define
<5> specific vars inside my txt file
<7> `Veritas Do you know how to create xml in flash?
<13> uh not nearly well DekaPatro
<13> and yes you can momille
<13> you put myNews= and that will call it in your text file
<13> it loads the .txt file and will call whatever it is you want provided the txt file has the correct var name
<7> why does loginElement = xmlData.createElement("Login"); put a underscore between this and loginElement.attributes.username = _root.Username;
<7> see ["<Login__SportId"]=>
<16> hey whats the best way to import a video into a flash video



<7> shotpoint not sure, how do i create formatted xml in flash?
<2> _root.contents.loadMovie("music.swf");
<2> shouldnt that work just fine in flash 8?
<17> hi
<17> anybody would know how to initiate a file transfer without the browser leaving the flash page ?
<18> whatcha mean
<17> i mean i'd like a flash button launching a download without popup i guess
<17> like a system call initiating a file transfer, as opposed to the browser leaveing the swf page to go to the downloaded file, or the browser opening a popup for that purpose
<19> would geturl do it?
<7> lra_ Do you know how to generate xml using flash?
<17> getURL would move from the swf to the downloaded file page
<17> anybody got a clue ?
<18> whata browser u using right now
<17> i'm not really sure i can do what i'm looking for...perhaps a popup is the way...but i wanna make sure
<14> dont bother famic
<18> sorry famic i was afk
<17> sickpup: i use firefox and ie
<14> just open up a download popup/window with a meta refresh
<18> mac or pc?
<17> pc
<17> but it doesn't matter...it should work with any
<18> and u want to byp*** firefox's dl window?
<18> or ie's window? for a download?
<18> sorry just catching up to convo
<17> basically, i'd like to click on a button in flash and see a "save as" window appearing, the flash being still on screen
<14> wont happen
<18> ok... so you want a "Save as" in flash?
<17> yep
<17> or save
<18> so u want to make your own save as window in flash?
<17> nah
<14> he wants to link to say a zip to download without it opening a browser window from getURL
<17> kind of yeah
<18> ok so clarify?
<18> oh.
<14> kind of?
<18> well theres only two ways u have to choose..
<17> that's it
<18> one is download using the firefox way... or download *in* flash
<18> but u cant have flash tell firefox what to do
<17> point is with getURL either my flash becomes the old url and back button doesn't lead to the right page in the swf, or i have to open a popup (which i try to avoid being told i should)
<18> what do u want to pop up?
<18> a dl window?
<17> ye
<17> i wouldn't think that was a so unclear problem
<17> i just want to have a download button that doesn't screw up the navigation within my flash file!
<18> hmmm to be honest im here to help but im still unclear on one thing
<18> can i see?
<18> because u shouldnt be having this problem
<17> how's that ?
<14> http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary377.html
<18> well im just saying, in the spirit of what you are saying..
<14> p*** "_blank" to your window parameter
<18> well _blank is a popup
<18> he doesnt want a popup
<14> hes not gonna get round that
<17> i've always done popups to avoid leaving the swf...now i wonder if there would be a way to make a system call for downloading
<14> most browsers will open a new window if you do like getURL("blah.zip" ....
<18> oh.
<18> so famic, lets say you have a .zip right?
<17> ok
<18> now in the past u use popup
<18> as a download window that you made
<20> guys, i have a question
<18> and it downloads the zip right?
<17> right
<18> swf stays in right spot
<17> indeed
<20> i want to apply a mask to a dynamic text field
<18> ok so now let me get this clear cuz im still not sure
<18> now you tried to not use a popup
<7> Famic2 Do you know how to generate xml using flash?
<20> i know that i can't do that in timeline
<18> and your .zip for some reasons loads in the .swf window, throwing the swf off wack


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #flash
or
Go to some related logs:

awax comet
#feckoff
#linux-noob
#computers
#politics
#computers
#beginner
www.tampaforums.com
dmraid AND x2200 problems
#computers



Home  |  disclaimer  |  contact  |  submit quotes