@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4



Comments:

<0> cause I thought it would be easy no fuss stuff, and why reinvent the wheel
<1> hm ok why not just reload the html then
<1> I really dont understand though why this wouldnt work
<1> since FlashVars p*** a value to flash only
<1> so apparently its var xmlDataPath
<0> becuase wouldn't that reload the 'movie' all the way to the beginning again?
<1> so just give it a new path and parse it
<1> in flash do xmlDataPath="/photos/album2/data.xml";
<1> try that see if it works
<0> u mean in my action script for the button?
<0> okay, i'll try it.
<1> no in the very very beginning of the file
<1> frame1 action1
<1> i want to know if this works first
<1> i dont know how simpleviewer organizes their code
<0> F1: mate you are genius!



<0> works a treat
<0> I cant believe it was so easy
<2> Yo
<1> JATE, cool
<1> sup vg
<2> Hey man
<1> any news?
<1> I can tell you mine
<1> stocks are going upupup i am happyhappyhappy ;)
<1> 15 straight days, never once like this in the history, I am in tears
<2> Woohoo :)
<2> Well done
<2> Stocks in what?
<2> And wil you sell?
<2> Will*
<1> i am gonna once it reachs 78000
<2> what's that in real money?
<2> Pound sterling
<1> lol
<1> no i was talking about the whole stock markey
<1> market
<2> Ah right
<2> Cool :)
<1> well I am about 30%+ right now
<2> Good luck
<2> Will you be rich?
<1> compared to whom
<2> A normal person
<2> :)
<1> then I am already rich i think ;)
<2> THat's good news then
<1> oh there's one more news
<1> I am considering jumping to Google
<1> and give up my company
<1> crazy ;)
<2> Sounds like you're having good times :) Congrats
<1> I am not sure about that yet though
<3> When using a dynamic text box the text disapears when i embed the font via "embed font", it only works if i add the whole font by adding it to the library. Any ideas? the swf-file get pretty big when the whole font is embedded
<2> embed font will do the same
<2> But it embods a font from the library
<2> A "font symbol"
<2> Because you didn't have the font there it didnt embed
<2> hence the smaller size
<2> and the non showing text
<3> but, when i look at the report all characters is included in the file? even if i choose to embed only a few of them
<4> hello #
<5> yo
<0> F1: something wierd is happening. check it out. http://220.233.7.194/JATE/ see when it loads with the full page, and you click on the navbar 'photos' then try firing up one of the categories.. it doens't work.... but if you go to http://220.233.7.194/JATE/photos.swf directly.. it works
<6> using absolute paths anywhere>
<6> ?
<0> hmm, not that I'm aware of, but when it is loaded in the full page (with navbar etc.) its looking for the data file at JATE/imageData.xml even though I've specified xmlDataPath = "photos/CAS/imageData.xml"
<0> and you can see that, becuase when you click the "CAS", the I put a text at the top, which shows what the xmlDataPath is set to when you click it
<0> so now I"m puzzled
<2> Can you paste the line where you load the xml
<0> I dont. I loadMovie("simpleviewer.swf") and that gets the xml file, depending on the xmlDataPath I specify
<2> what line of code uses the xmlDataPath ?
<0> not sure.. its inbuilt... I am using simpleViewer the free flash photo gallery thing. http://www.airtightinteractive.com/simpleviewer/
<0> so all I got was the *.swf file
<0> and actaully F1, just helped me figure out the FlashVars thing being p***ed into the swf
<0> my base.swf (which consist of the navbar)... loads into the area photo.swf (which has the CAS and Testing link/buttons)... and once you click on the button it should load simpleviewer.swf into the photo area
<2> where do you define xmlDataPath ?



<0> in photos.swf, in the actionscript when I click on CAS on(release) { xmlDataPath = xmlDataPath = "photos/CAS/imageData.xml"; movieholder.loadMovie("simpleviewer.swf"); }
<0> *only one xmlDataPath....
<0> typo
<0> maybe I have to specify xmlDataPath under the root or someting?
<0> does flash have that kind of hierarchy?
<0> woah I think I just fixed my own problem
<0> well okay, by doing this _root.xmlDataPath = "photos/CAS/imageData.xml" that actually works now... but...
<0> which I click the other folder, it cannot re***ign the xmlDataPath.
<0> :(
<7> How does one copyright flash source? Is that possible?
<0> VgSlag: are you thinking this is really wierd now?
<2> jate
<2> in simpleviewer it prolly looks on root for the variable
<2> so when you view it from photo it works
<2> as that is root
<2> when you load photo.swf into another clip the root is the main clip
<0> okay.. fair enough. i'm just glad I learnt so many things today
<0> love flash
<2> You'll learn to hate it too :)
<2> Love / hate
<0> haha...yeah it was hate there for a while....
<0> haha
<0> but now its back to love
<0> :)
<8> http://blog.deconcept.com/flashobject/
<8> :))
<8> morning
<9> how do i p*** on multiple flashvars?
<9> i seems to be not as simple
<10> hey guys
<4> hello there
<10> using the onchanged event of a textfield... is it possible to get the most recently inputed character??
<11> hi, I'm trying to create a draggable movie clip which i've done but when you click it after releasing it, it returns to the mouse position rather than being like a scrolling drag
<11> so i want it to act as if it were the 'navigator' box in photoshop
<11> anyone please?
<4> !google actionscript startDrag();
<12> http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary681.html
<4> ^^
<11> hmm i dont think that works...because after releaseing and dragging again the clip jumps to the mouse position rather than being dragged from where it was
<11> i.e it centres around the mouse position
<11> ignore me
<11> set lock to false
<11> doh!
<4> ;)
<11> is there any way to make a movieclip say 1000x1000 that exists within another movie clip 500x500...can i just display the bit of the internal movie clip which is in the area of the external movie clip?
<4> you might want to use masks
<4> or
<4> scrollpanes
<10> can i get the actual character pressed as opposed to thekey code??? when using the Key cl***??
<2> !find -t hogy String.fromCharCode
<2> hogy, that should do you
<10> thanx!
<4> =]
<11> eek i have a MC (map) inside a MC (frame), the map has a startDrag but i don't know how to constrain it to the frame...(the frame mask is 300x300) and the map is 495.6x332.2
<11> for some reason the top,left,right,bottom settings for startF=Drag don't work out
<11> ignore the (F=) TYpo
<2> Can you paste your startDrag lin eof code
<11> startDrag(this,false, 0, 0, 300, 300);
<2> tried: this.startDrag(false, 0, 0, 300, 300); ?
<2> you do call that on map yeah and not frame?
<11> yeh it's inside map
<11> i think that might be okay, its just the numbers that confuse me...like is the top value the coordinate of the top of the constraint? i.e the top of the frame?
<2> mac
<2> it wont let the mouse go past those constraints
<2> so if you click the very right of the image and start it dragging lots of teh clip will be able to go off the left edge
<2> I think
<2> So long since I used start drag
<13> it seems when you have an ingrown toenail, large objects, including other peoples feet, are drawn to it
<2> Lol :)
<11> ho yes i know that, just i want to stop the dragging once the map is at the very edge of the frame...i.e the righthand corner is on the right hand side of the frame
<11> or the same with other sides
<11> where did ho come from? im sure i didnt type that


Name:

Comments:

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






Return to #flash
or
Go to some related logs:

#stocks
#red
cantennas with 20dBi gain
#beginner
#dsl
wow mexicans
#worldcup
#nhl
spoof bangbus.com
Oident setup



Home  |  disclaimer  |  contact  |  submit quotes