@# 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> because if i take it out, everything works fine
<0> http://sekati.pastebin.com/661793
<0> just three instances out of like 50
<0> the #'s are deliniating an array i'm p***ing to asfunction
<0> that i split()
<1> F1-Home thanks
<2> np
<2> livingeac, what does that one string look like
<0> F1: _root.artistName + "^" + mp3Songs[f] + "^"+ discAlbum[artistDisc] + "^" + mp3Files[f] would translate to something like artistname^songname^albumname^mp3name.mp3
<0> i've traced it for every instance... and the structure seems to be the same for both the ones that work and the ones that don't
<0> so i'm confused as to why it would only sometimes work... but
<0> i should probably show you the whole string being p***ed to the textfield
<0> which is:
<0> http://sekati.pastebin.com/661836
<0> i can show you the context of the problem as well if you like
<0> on the actual page



<3> http://www.howtofoldashirt.net/
<3> something for all you flash geezers
<0> it's weird, if i turn off html text to see the html strings it's p***ing in the textfield, it looks like it's all there
<4> whats a good online tax filing site that lets you file multiple states for a low price?
<3> !google good online tax filing site
<5> http://www.lifehacker.com/
<3> there you go
<4> thanks
<4> this is excellent
<3> google is your best friend
<1> hey mjau-mjau
<6> hmm
<6> its ridiculously hot out for it only being april
<7> hello, when using a loader movie clip to load another mc how am i supposed to p*** flashvars from the host movie to the one i'm loading? i thought they'd still be accessible since i'm using _root.var but apparently no
<8> Mer^Inai
<8> damn
<9> can someone help me with this: Sound has no valid device sound path although exporting device sounds was requested in the export settings. This sound will be ignored.
<10> zygron - you could always have your external read the vars from your main... they already exist, why double them up?
<11> hello there
<7> SHiZNiT: well that's what i'm asking, how do i access them from the loaded flash movie?
<10> well, _root would point to main
<10> unless you used _lockroot = true; or such in your external
<10> but then you can still refer to _level0
<10> _level0 is always your 'default/main' .... _root usually points to that
<7> hm no, well something was broken similarly to when flashvars are missing so i just ***umed it was that, i will double check, thanks
<10> unless of course, you loaded a swf into another, then that external swf's _root is now actually the main swf's root .... unless you _lockroot in your external
<7> aah, i was using eval("foo" + index) instead of _root["foo" + index] that's why it wasn't working when loaded through the loader mc, thanks
<10> heh - ya, we kinda been using dot notation since v5 .... eval was used before
<2> eval should be avoided if possible, its quite slow
<12> whats with the new IE update making it so u gotta click flash to activate it...fn terrible!
<2> but for your scenario its eval("_root.foo"+index) which should still work aight
<12> wha
<11> hi
<11> :D
<12> hi
<12> :P
<11> hello there
<11> =]
<10> catch, the patent only concerns embedded content - so to say it simply, instead of adding tags directly to the html document, you should, for now, write it to doc with js, and it'll be fine
<12> yeah i jus finished doing it to a clients site 100+ pages, but like will a update for flash or dreamweaver come out to make it easier?
<10> document.getElementById("mydiv").createChild('<object......
<10> mm no, cuz its not flash/dreamweaver related
<10> there's existing stuff out there like flashobject you could use
<10> but its really overkill
<12> yeah thats what i used
<12> flashobject
<10> http://blog.deconcept.com/2005/03/31/proper-flash-embedding-flashobject-best-practices/
<10> that one?
<12> ya
<10> ya, seems to be popular
<10> they been on that since 2004 or so when problem was first noted
<10> kinda grew over the last year or so
<12> but 1 concern, im using flash player 7 content..does flashobject detect if the user has flash player 7 to update to 8 and not show the content?
<10> i dont use it - check params, i would ***ume so
<10> maybe its a check in player, dunno offhand - i'd have to read just like you
<10> :)
<10> you have their dw extension?
<12> no
<10> oh its 15$



<10> heh
<12> i did find and replace
<12> does anyone here have flash player 7 that can check a site for me?
<10> var fo = new FlashObject("fo_tester.swf", "fo_tester", "300", "150", 6, "#336699");
<10> looks to me like its looking for v6
<10> on example
<10> maybe i'm wrong, i havent read nutin
<12> ok so than it shouldent be a prob
<10> heh
<12> it works and stuff i just wanna make sure it works in flash player 7
<10> well, what version is it for? 8?
<10> heh
<12> my content?
<12> 7
<10> so look at your html
<10> :/
<10> or post url i guess
<12> http://www.walkerequipment.com/index.html
<10> seems to work fine, but you'd need someone with flash6 to test it for notice of need of v7
<10> or remove player from your browser and reattack page yourself
<10> :)
<10> likely quickest
<10> they use ,6 you use ,"7" though... just a note
<10> dunno if makes a diff
<12> hmmm ya
<10> doubt it does, but i'm not gunna check code to see, js technically shouldnt have a prob with it
<12> yeah, i hope so
<10> http://www.macromedia.com/shockwave/download/alternates/
<10> http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_14266
<10> first link for uninstall, 2nd link for install older version
<10> :)
<10> do it up, check it out
<12> k thanks
<10> actually, just need 2nd, uninstall 'instructions' are linekd from there (diff than other)
<12> k
<12> damn huge h***le lol
<10> compared to making the flash, should be a walk in the park
<10> :)
<13> anyone know why this doesn't work
<13> <!--#include FILE="footer.html" -->
<12> yeah but i had to do this flash object for 100+ pages , it ****ed lol
<10> why so many pages?
<10> :O
<12> products : P
<10> mm
<12> surely someone in this chan still uses flash player 7 lol
<10> sure, i have 8 ... 7, 8 will show fine
<10> its 6 you are worried about
<10> heh
<10> lower than...
<10> not higher than
<10> lol
<10> anything below 8 will show fine..
<12> for right now im worried about 7
<12> cuz thats what my boss has
<12> lol
<10> well what param is version? it says on website man, they're not gunna just say 'throw some vars in here and tuck head between knees, kiss *** goodbye'
<10> check it - use it - its good
<10> lol
<12> lol i dont understand that code though
<12> its huge file
<10> f the file
<10> read the info on website
<12> version - The required player version for your Flash content. This can be a string in the format of 'majorVersion.minorVersion.revision'. An example would be: "6.0.65". Or you can just require the major version, such as "6".
<12> so i put 7
<12> lol
<12> omg
<10> i believe thats the version param .... could easily look at Flash function in js to see params - i'm sure they're named
<10> ya
<10> so there ya go :)
<12> so its all good
<10> a little reading can save alot of worry
<10> :/


Name:

Comments:

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






Return to #flash
or
Go to some related logs:

ascii bunny face
vista ready monitor
#windows
#wtf
#beginner
#dreamweaver
#online
globalfreecash.com scam
paedophiles.com
ethenol reactors



Home  |  disclaimer  |  contact  |  submit quotes