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



Comments:

<0> spell
<0> definitely spell
<1> Is there a way I can change the tab order of input boxes and a button?
<1> or do I just need to delete them and recreate them?
<1> in order
<2> I dont think thats a solve.
<2> theres tab order control on v2 components
<2> so you can use them
<1> umm... right... I dont really know flash, I was just forced to use it to make a form, so I dont know what you mean :(
<2> did you use the text box tool top left, or add a 'component' from the component library?
<1> component library
<1> I finally found something on toogle
<1> google
<1> looks like I can just do name.tabIndex = 1
<1> and asign them as such
<2> yah



<2> that was going to be my point
<2> but fyi
<2> the helps really good, under 'components' if you are using flash 8
<1> I just got Flash MX 2004, doesnt do 8 yet.
<2> mx and mx2k4, the helps still reasonable.
<1> The customer gave me one of their licenses to use for a few odd projects
<1> One of these days I will actually learn flash... but not yet :)
<3> Ya, the uhh, customer, gave me mine too
<3> The Kazaa customer
<4> I think the built-in flash help is fantastic
<5> sorry to disturb you again guys but I cant seem to find a way to achieve this simple task
<5> just want to fetch values from the <param name="test1" value="myvalue1"> tag inside the object tags
<5> inside my flash document !?
<5> _root.test1 would have been nice
<2> trace(_root.test1)
<5> anyone?
<5> = null
<2> what browser you using?
<5> gives me null when i try to run the html document in IE 6.x
<5> this should be easy as h...
<2> can we see ya html?
<5> yupp
<5> hmm in here :)
<2> no
<2> pastebin
<5> can put it on a site
<5> 2 sek
<5> yes
<5> http://pastebin.com/504707
<6> can anyone help me find out what program i would need to contruct a Flash photography store? i have a sample, i can send you sample. =)
<5> take a close look at the <param name="media1" etc.
<2> hmmm
<5> :)
<5> drives me crazy
<5> the _root.media1 could be launched without any other command before it or ?
<5> I mean reading the param tags is internal for every flash dokument loaded thru <object right?
<5> except for firefox maybe but thats not the issue right now
<2> im pretty sure object is the IE one
<2> for brevety
<2> brevity
<5> you mean to have the param tags between the two object tags ?
<5> and not in the embed tag as values?
<2> try <embed src="videoPlayer.swf?media1=urlEncodedValue"
<5> ok 2sek
<2> with embed tags, to p*** the values in its usually inside the tag. Im saying im pretty sure embed is for non-activex, and object is for the activex player (so in IE)
<2> so im pretty sure you have it right for testing
<5> this is a flash 8 document but that shuld have any impact
<2> it wont
<5> it is loaded as local document right of the same machine shouldnt bother
<2> nope shouldnt matter
<2> did my test work for you?
<5> just wants to be sure that its the right flash file I am running on that html document
<6> can some help me find an app to make a web site store for a photography website?
<5> will save us some minutes :)
<2> cenner either get a hosted solution, pay a company to build you one, or realise you will need to learn to program, both backend and front end.
<5> squee-d: wait a minute now :)
<5> oh ****
<5> hmm
<2> ?
<5> 2 sek :)
<6> is there any site that sells templates that i can maintain after i buy the code?



<2> no idea
<6> chriz___ ?
<2> we tend to be about people who actively develop and design their own content in flash
<5> squee-d: well it was the wrong flash document its the right one now but still doesnt work
<2> What you want is goole or a business directory
<2> google*
<2> chriz___ you using a movieClipLoader?
<6> well thats why i'm asking here, maybe one of you guys would have a business that sells template or something similar. =)
<2> or any sort of loadMovie
<7> sa
<5> squee-d: well yes BUT it doesnt matter at this point i am trying to read in movie files as String in an array i havent even loaded flv files yet just queue them up
<2> reason i ask is that if you load into _root you clobber all vars stored there
<5> squee-d: http://pastebin.com/504723
<2> im not sure why its not working, but can i ask WHY you're using this particular approach for getting data?
<5> squee-d: the object tags will be rendered from my business system written in java a jsp page will render object tags containing info regarding
<5> different movie clips decided by admin in the business system as a TV set for the web
<2> k and it's probably easier than maintaining session
<5> it will contain commercials selected at random and % scale thru time before presenting the real content
<5> there for I want to give a transparent flash player some input after load a couple of movies to display in a specific order
<5> so just the file names of the correct ones should be given the flash document at rendering of the html page
<5> this would be the easiest (duh! :)) cleanest approch :)
<5> approach
<5> squee-d: videos.list[0] = _root.media1; is the one that is leaving me with null value
<2> oh its not all of them?
<5> squee-d oh sorry all of them
<5> just tested with one hmm
<5> wonder
<5> could that be something sounds strange
<5> squee-d: the problem is that when I run the debugger inside flash I cant see the value cause it is read from the html document not ***ociated with flash at this point
<5> squee-d: shooting in the dark
<2> dude i cant make it work either
<5> squee-d: great!
<2> oh for that, turn on remote debug
<5> squee-d: well can the param tags be read at all? :)
<5> squee-d: hmm oh
<2> gimme a mo
<5> sure
<8> whoah.
<8> now THAT was amazing.
<4> holy ****
<5> squee-d: yes I now
<2> chriz___ im not doubting your reasoning, just a question
<5> squee-d: hehe no probs just need to have these reading of variables clear for ff and IE and i will be set for this type of implementation
<2> See i got into flash because i despise html, javascript, browser doms and all that
<2> so i get all icky at the sight of html
<2> mind you flash is only moderately more sane
<5> squee-d: okidok wellI am a programmer with tons of experience in that field but not in the flash enviroment well the problem is that I havent got the time to it thats all
<2> p*** by url
<5> squee-d: you said something with the embed tags It sounded like you know how it should be with the variables can you run that by me again?
<2> on both urls
<9> I'm trying to make this script that loads jpgs from getting the info from a php file, then it randomly displays 1 pic at a time.. for some reason they wont even fade in..
<9> http://pastebin.com/504742
<9> if i trace in the onEnterFrame, it only goes once
<2> chriz___ seriously.. if its a small amount of data, just use: <param name="movie" value="datatest.swf?name=urlencodevar&name=ditto" />
<2> and <embed src="datatest.swf?name=urlencodevar&name=ditto" .....
<5> squee-d yup you might be right there will not be more than five movies at once loaded as string filenames
<5> squee-d: can I read them with _root.media1 and so one with that approach?
<2> there used to be a couple of incompatibilities with my method but i havent seen them in a long time so im ***uming modern browsers deal
<2> chriz___ yeah you can
<5> squee-d: I will try right away 2 sek
<9> anyone?
<5> squee-d: the problem seems to be ie
<5> squee-d: it doesnt give a damn :)
<2> you extended both the embed and the param?
<5> <param name="movie" value="media1=myVideo1.flv&media2=myVideo2.flv" />
<5> <embed src="videoPlayer.swf?media1=myVideo1.flv&media2=myVideo2.flv"
<5> oh
<5> :)
<5> great
<2> that looks right to me?
<5> mist the player in param tag if that matters
<2> dunno wtf is happenin dude
<2> oh
<2> hahahha


Name:

Comments:

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






Return to #flash
or
Go to some related logs:

#gentoo
#slackware
#red
elisha chutbert movies
#stocks
S10CSIFFLAGS ubuntu
#beginner
#computers
tinyurl.com/2l6co
palm 700q



Home  |  disclaimer  |  contact  |  submit quotes