@# 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> onEnterFrame runs (fps) times a second
<1> hey I just upgraded to flash 8
<1> and all my fonts have disappeared out of my flash website?
<1> http://209.216.213.139/content/cms/Home/1/
<1> can anyone tell me why this is happening?
<2> foobart
<2> your name makes me laugh
<1> heh
<2> what are you talking about?
<1> see that site?
<2> the fonts are not on the site
<1> see how the nav isn't visible?
<2> or they don't work
<1> see those three white sticks at the top of the page?
<1> they're sposed to be buttons
<2> ya



<1> but the words aren't showing
<1> All I did was open the flashMX fla
<2> did flash give you any errors?
<1> resave and re-export it
<1> and brrr... no more letters
<1> nope
<2> I had something like that happen
<1> :(
<1> what was he issue?
<2> when the fonts were recognized by flash
<2> but weren't enab;ed
<1> this thing gets all its nav from an XML file my database generates
<1> so all text is dynamic
<2> but the font isn't
<1> so.. how do I enable the fonts?
<2> try another font, make sure that's the problem
<2> and I was on a mac, so I messed with suitcase
<2> on a pc I have no idea
<1> ta
<2> you sure it's the font
<1> think so
<1> tried a few different fonts
<1> experimenting with embedding options now
<2> if you break apart the font you want, and it won't break apart, it's probably got some enabling problems
<1> if I export as flash7
<1> it embeds ok
<1> saw that in a technical forum
<1> what a joke
<3> hey foobart
<3> u still thier?
<3> it depends on how you made your text fields
<3> if you did it by code.. then im not 100%R
<3> if you did it manually, u prolly just need to double check your text field embed options
<3> i dont suppose any coders are kicken?
<3> yarg
<4> hey guys - how can i get my flash to not have any cache problems whenever i tell someone to view a page that i just updated? they always keep telling me they see the same old swf file, and i don't want to keep having to tell them how to clear their browser cache
<5> just close IE and reload
<5> or set your IE shortcut up to load in new process
<1> hey guys
<6> mc.loadMovie(""bleh.swf?++new Date().getTime())
<1> I got a jpg loading into my flash externally
<1> when I try and run filters over it
<1> it doesn't work
<1> is this commen?
<6> mc.loadMovie(""bleh.swf?+new Date().getTime())
<1> filters = masks
<6> mc.loadMovie(""bleh.swf?"+new Date().getTime())
<6> heh
<6> CrossTast, u wont have your cache issue with that
<1> so yeh... cache... its a bastard... anyway - back to foobart
<1> any ideas? ;)
<1> http://209.216.213.139/content/cms/Home/1/
<1> see that mask loading over the pic of the kiddies?
<7> foofat
<7> noice
<1> Its meant to be whatever jpg gets loaded as hero for that page... but its reverting back to the default MC of the kids as soon as the mask kicks in
<1> thanks dude
<7> i wub yu
<7> :d
<1> err, thanks mate
<1> so... er... has anyone got a work around for masks?



<1> surely flash allows you to use a parent clip's mask on the loaded clip? below it
<1> surely... we're up to version 8 for christ sake - this is pretty basic stuff
<1> :(
<7> huh
<7> what did you say
<1> just moaning ;)
<1> ok
<1> got a no brainer
<1> (new to flash)
<8> F1, Google
<8> :)
<1> if I got a movie called 'loader' inside a movie called 'loader' inside a movie called 'loader'
<1> loadMovie(filename, loader.loader.loader);
<1> is that the correct syntax?
<8> O_o
<1> or do I need some like... inverted commas and **** around stuff?
<8> what are you trying to do?
<8> load external swf?
<1> load a jpg into a clip
<1> thats inside another clip, inside another clip
<8> why are the names the same exact thing?
<1> so that my masks will (hopefully) work
<1> coz their only purpose is to counter-act the fact that this software wont lemme cut a mask onto a clip loaded in root
<8> um ok...
<1> so - is muh syntax right?
<1> according to the arse dropping outta my swf... I'm guessing no
<8> well either way you can use the following: _parent.loader.loader.loader etc... _root.loader.loader.etc this.loader.loader.etc
<1> ah
<1> the action is on the main clip
<8> or _level#.loader.loader.etc
<8> depends how your loading it...
<8> and where your calling it from
<1> from _root
<1> so all my actions are in the same place
<1> seems to make it a bit neater
<8> wwell if you were to call the action from the one you want to access
<8> you can avoid the long syntax of _root.loader.loader.etc and just use this.loader
<8> !find -c this
<9> this == http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary806.html
<8> !find -c _root
<9> _root == http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary633.html
<8> !find -c _level
<9> _level == http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary422.html
<1> wow
<1> thanks man
<8> np.
<3> hey anyone able to help me a quick sec
<3> im goin a little crazy with setting an onload for an xml obj
<3> im trying to set it to a predefined function as supposed to creating the function on the point of declaration of the onload
<3> so instead of xmlObj.onload = function(success) {} id like to do xmlObj.onload = somefuncthatsalreadydefined(success);
<3> doesnt like that at all though lol
<3> yarg says the guy with the pirate patch slowly being lodged in his throaght
<10> net
<3> tehmud
<11> hi
<3> oy
<3> what u sayin
<11> the net was an accident
<11> I joined had mad lag, went for reconnect and the cahnnel opened and caught the net
<3> ah i c
<3> u good at flash programming
<11> naw
<11> I got 8 for a present
<11> just using it to customize jeroen players
<3> ah lol nice present..
<11> and make stupid myspace **** with it
<3> cool.. so you wouldnt know the details of how to use an xml object
<3> lol
<11> naw
<3> too bad, u could have been my programatic tylenol
<11> I'm trying to figure out how to use these commands
<11> http://www.jeroenwijering.com/?thread=Jeroen/_Advanced_Action_Scripter
<3> are u inquiring mind?


Name:

Comments:

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






Return to #flash
or
Go to some related logs:

#microsoft
#fedora
strait of humus
#delphi
#delphi
#windows
flvplayback loop'
#visualbasic
#windows
site:www.quotesdb.info salendire



Home  |  disclaimer  |  contact  |  submit quotes