@# 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



Comments:

<0> You there?
<1> humm, there are way to many options Rakim
<0> or yelo..
<0> The setInterval method..
<1> yes
<0> could I just use that?
<1> ?
<0> I don't need anything elaborate
<1> well, setInterval will setInterval and always repeat if you don't clearInterval it.
<0> Well yeah.
<0> But that script he posted.. will work?
<1> and setInterval return a ID which is used as a parameter in clearInterval
<1> he's posted code that will make the interval only happen once.
<1> basically clearing the interval in question once it has triggered the first time.
<2> nv im here
<2> nv_: you have to have a loading script on the first frame, so when it's loaded it will go to the second frame and the script will execute



<0> ,5000
<0> 5 seconds?
<2> yea
<0> k
<0> I'll put it at 2500
<1> oh no, that will make flash crash :P
<1> *joke.
<3> first grade joke
<3> j/k :)
<3> how is everyone
<4> when I try to import a .mpg file it converts to .flv and I select a pre-made play, stop, mute, and etc... and all that works fine BUT no sound anyone know why?
<5> yelo, any alternatives in mind?
<4> hmmm...
<6> is there a way to export a presentation (using the presentation feature) as a video because the export to avi doesn't seem to work with it. Ultimate goal would be to get it on to a DVD
<6> so talkative
<7> avi doesnt support actionscript per se ... at least flash wont export it - however there is a 3rdparty soft for such
<7> nor embedded stuff (content inside movieclips, only firstframe of movieclip will be rendered)
<7> !google swf to avi actionscript
<8> http://www.actionscript.org/forums/showthread.php3?s=&threadid=22875
<6> muchas gracias... i will check into that
<7> yup :)
<9> hey any of you know of an ajax based accordion component?
<10> like http://moofx.mad4milk.net/
<10> ?
<11> thats nice
<10> yup
<10> it is
<10> very
<10> :)
<10> mjau-mjau sup?
<10> anything new going on?
<11> just woke up
<9> hey thanks smily
<10> no problem :)
<9> this one is much better than what I've found
<10> hehe
<9> I was using this
<9> http://openrico.org/rico/demos.page?demo=rico_accordion
<9> and its so stiff w/ modifications
<10> heh
<6> dang neither swf2avi or swf2video seem to work w/ presentations
<0> What's a good encrypter?
<12> ssl :P
<0> ssl?
<12> yup, encryption, but i don't think it's what you're looking for
<0> Oh.
<0> I meant for flash.
<0> That's why I was confused
<6> any other ideas for converting presentations to video... i've tried like 5 programs with no luck
<7> oh - hell, yer using new->presentation? nah - i dont think thats going into avi
<10> sup SHiZNiT ?
<13> hi
<13> i need some help with flash mp3 player and xml
<13> if u go to a band page on myspace, you will notice a flash player, i was wondering if it is possible to intercept xml file and view it so i can get direct mp3 path
<14> negatron
<13> negatron>?
<13> google it up



<14> no.
<13> oh
<14> the link to the xml file most likely resides within the code of the movie, and is thus inaccesable by normal means
<14> generally speaking, if you message a band you're interested in (particularly on myspace) they're kind enough to point you in the direction of their mp3s for download
<14> or if they're a signed band, pay for the cd :P
<13> well i need the mp3 to put in my xml playlist
<13> so i cant find a decent file hoster
<13> i was hoping i could just use their web path
<14> as i mentioned before, you can most likely just message them and ask them to allow you to put their music in your xml playlist for your own page and what not
<13> i doubt the red hot chili peppers will let me :/
<14> nothing like free adspace ;)
<14> well, you don't know till you try
<13> do u know of any web hosters that are free and offer direct downloads
<14> nope
<14> there's always google
<13> googel did me up the *** today
<13> i signed up to five of them and they all do not allow dd
<13> what is an xml parcer about?
<14> parser, and it parses the information from an xml file for use within an application
<13> is it possible to use that
<14> well you'd need to have an xml file first.
<15> hello everyone
<15> anyone here played with the flvplayback component
<15> i trying to run it through with an external video
<15> i can't seem to get the ****er to feed through, i can get the controller to come up but the video will begin to play but jumps back to the beginning any ideas why this is happening
<16> Anyone give me a hint as to why this does not work?
<16> ["productName"+i.toString()].text = "string";
<16> housed inside an if statement...
<14> no scope set
<16> can you elaborate?
<16> _root?
<14> you're not telling it where to look
<16> so my text box is sitting on the root timeline.
<16> _root["productName"+i.toString()].text = "string";
<16> ?
<14> so if that was on the root then you'd wanna go if(_root["productName"+i].text == "string") { trace("holy **** it's string!"); } else { trace("move along, nothing to string here"); };
<15> supashad do u use flash components?
<14> nope, they're the devil
<15> ha
<15> so nothing with flvplayback component then
<14> negatron, sorry bud
<16> SupaShad, thanks thats exactly what it was (missing the scope of "_root") cheers mate for the help!
<14> np
<15> know of anyone that uses components
<16> lvladhat, what are you looking for?
<14> well considering there's 138 people in here, i imagine one of them probably does :)
<14> just stick around, ask when more people are prevolent
<16> a flash component that play's flv's?
<15> its built into flash 8 professional
<16> I just joined so I might have missed your original questions.
<16> lvladhat, yeah exactly...I've used it before...what's up?
<15> i trying to load an external file into it
<15> on my mac i can get it to load into safari locally
<15> but when i p*** the url of my machine to windows : firefox will play about 25% of the way through
<15> while ie refuses to pop it up
<15> i've cleared my cache everytime
<15> in the publish settings their is an option for network or local files
<15> i even checked my permissions and the ****er still fails
<15> i must of been over 50+ times today
<15> i even tried the actionscript way of doing things and same results
<16> you mentioned that you are p***ing the path through the html object tag? as loadVars?
<15> so file structure a html file that calls into a folder for the swf that calls for the skin and video
<15> nope i using the component directly
<15> i saw a piece of script that macromedia put together for actionscript way of doing things
<15> through the live docs, but that still refused
<16> so it works on the mac and not on the pc?
<15> their is a path in the embed tag
<15> correct
<15> but when i go to the pc i using an http connection and its failing
<16> paste here what the path is?
<16> are you hosting the flv on the same server as the swf is residing?
<15> well since the swf is in the content folder
<15> yep
<15> but it not on a server


Name:

Comments:

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






Return to #flash
or
Go to some related logs:

winnipeg rant
NOD 32 cracked
#stocks
#debian
#narcotics
#redhat
#beginner
optimumenglish
#politics
simonsez undernet



Home  |  disclaimer  |  contact  |  submit quotes