| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Comments:
<0> something to that effect <1> nice, lemme go toy with it ;P <0> you also have .sendAndLoad ... in which case you can send out one object, and receive to another ... or use the same for both send and receive <2> you will probably need to evaluate your variables <1> you guys available for hire if I can't get this working? lol <2> lol <2> just ask again. <0> we also have a pastebin (topic) if cant get a block of code working :) <1> lol...being confident in me... ack, thats scary! <2> hehe :) <3> Im using movieclip.loadMovie to bring a swf ad into my project, how can I constrain its size? it kinda takes over when loaded... <2> cutter, u might want to apply a mask maybe? <0> have a onComplete or onLoadComplete method to size the content <0> whichever method it is <3> hmm, Ill check up on that - thanks
<2> yeah, either resize it once loaded, or mask it <0> cutter - thats if you use moviecliploader cl*** <0> otherwise, just track your own preloading - and set size as desired once is 100% completely loaded <4> var treff:Array = [true, true]; <---will that create an array with two boolean variables? <0> yes <5> if you need a good preloader moviecliploader cl*** example .. i have one <2> only when 100% completed, except if your using _xscale and _yscale, and know the size head <0> [] is shorthand for array creation as well as accessor <5> all in one fla <0> { param:value,param:value } would be Object shorthand <4> SHiZNiT, and then i can check if its true with this? --< if (treff [i]){ <4> SHiZNiT, and then i can check if its true with this? --> if (treff [i]){ <0> should be able to yes since defined <0> if(treff[i] == true) would be more definate - but should equate to true/false regardless <6> np: autechre - live 2001 <7> anyone have a good flash detect script? the macromedia one is horrid <5> frb <5> in HTML or flash? <7> html <5> ah.. no <5> their javascript is good i thought <7> their javascript is ugly and horrible, since they try to support every browser on the planet including ancient ones like IE4 and NS4 <2> what about flash 4 based detection ? <7> I need to say "if flash, show flash, if not flash, use html" <2> make a little flash 4 swf that checks the version <2> if flash 4 not load.. 4 seconds later, bring user to html version? <7> that would require more than one page <2> indeed <7> I'd rather rely on js, and css <7> if !js || !flash use html else use flash <0> frb - use xhtml method <7> SHiZNiT, url? <0> !google flash satay <8> http://www.alistapart.com/stories/flashsatay/ <7> SHiZNiT, I know that method, it doesn't work <0> it works fine <0> lol <0> you did something wrong <7> browsers have a habit of ignoring the stuff inside if <object type="application/x-shockwave-flash"> isn't available <7> lynx for example shows [OBJECT] instead of the inner content <0> no, they default to viewable content within <0> <object type="application/x-shockwave-flash" data="movie.swf" width="400" height="300"> <0> <param name="movie" value="movie.swf" /> <0> <div>alternate content for no flash</div> <0> </object> <0> as example, your <div> <7> doesn't work <0> really? i got about 30 projects that says it does work <0> odd <0> oh well <7> you've viewed these in a text browser? <2> 30 project to fix ?:P <0> i dev for typical browsers <7> I have <object...><params><ul ....></ul></object> <7> the UL _never_ shows up <0> wouldnt doubt it <0> wrap it
<0> anyways.... <0> www.pastebin.com if you want <7> I think some browsers are even limited to showing only an <img> inside <0> nope - it depends on the element containing the content <0> <pre></pre> always works <0> div should be fine <0> <ul> - not fine <9> Ok, it's a parabola, but it's angled. That leaves 4 unknowns. However, the mid point is always at 0,0, which cancels an unknown. So what's the equation with the angle? <0> should work - but i dunno, i have had problems wtih some tags <7> my 2 biggest problems are mobile devices, and crippled browsers <10> don't they send to the server the formats they support ? <0> well, mobile is still 3.2 isnt it? <0> is it 4.0 now? <10> u might be able to do a server-side verification <0> i havent dealt with mobile in a couple years <10> but obviously you can't count on a browser to send you what format he supports <10> but some do. <7> js is still the most reliable method <10> indeed, <10> specially if the user does support flash but his browser ain't sending the fact that it supports it.. your screweed. <10> I still prefer the flash 4 technique :P <10> without any js support needed. <10> and if you want to make it nicer, you can use dhtml to set the real content if the detection works.. (without using 2 pages) <10> but then, your using some js. <11> What word is better, "Create > Document" || "Author > Document" || "Add > Document" || "New > Document" <10> depends on the context :P <10> sometimes add sometimes new <11> A website, and you are going to write some text <11> and others can see it <10> but then Create> document looks good too. <10> or Add > Document <10> considering that you have other Add > types or Create > types <10> or else I would only do File > Create Document <11> _____ > Document, Image, Audio, Idea, Task, Project, etc <10> if there are only 1 type of documents <10> guess you can use Add or Create then. <10> which can be either it's own menu or a submenu of File. <7> well, opera does the correct thing with object fallback <7> with just the UL <7> lynx however still just displays [OBJECT] <12> I have problem loading my flash into my html page <10> FatherHam, hope it inspires u :) <12> can you please have a look? firefox is working easily...IE stuck <12> http://www.farm.co.il <9> God this is hard. <11> No, you said each one is good. I just need 1 answer <10> well i gave you two out of four :P <7> mainproc, easy <7> mainproc, your movie value for the object and embed are different <10> mainproc: my IE is frozen now :P <12> I know <12> Why is that? <10> lucky me i never us it :) <7> like it's hard to freeze IE <11> Create has a lot to do with God and Creationism. New isn't an action. Add is very generic. Author is good but it is also a noun. <12> but what is wrong with my page? <7> mainproc, IE is trying to read example.swf FF is using logo.swf, pay attention <12> wait <10> makes me remember back in the days of IE4, I did a Applet that didnt stop, even if you closed your browser, you would then end-up with a ball eating off your windows interface :P <7> mainproc, google flash satay <10> it would literely not stop until you rebooted <10> viva el windows 98 :P <7> do macromedia products have a way to save a session? <7> like quit and remember all open files.... <10> frb, shared objects ? <12> I changed the example into logo...same problem. <7> it seems to have a preference to do it, but I was hoping for a case-by-case basis <7> brb, rebooting after installing new drivers <12> can you help me? <10> what do you mean by a save a session anyways? <12> i don't understand why the www.farm.co.il won't load on IE <7> yelo_, I have 10 files open, I want those 10 to open next time <7> anyway, brb, rebooting
Return to
#flash or Go to some related
logs:
#nhl #politics #stocks #linuxhelp #politics #politics xp uptime audiovault #gamedev #gamedev #windowsxp
|
|