![]() |
IOBit Software
|
|
|
||||||
| Programming Place to discuss programming including HTML, Java, C++, MySQL and others. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
#1
|
|||
|
|||
|
Hi!
I'm about 2 months new to flash. I am a computer programmer but have never worked with flash before. I bought a flash template to use for my wedding website because I didn't have much time to put something together. My Question is this..... Here is a sample of similar action sript... I don't have actual code b/c I'm at work and its at home _root.popup_pressed=1; _root.scrHEIGHT=250 _root.scroller.scroller.gotoAndStop(3); _root.TM_title ="Case Study"; _root.READ = 3; _root.scroller.gotoAndPlay("s1"); NOW, on release of the 'button' this code is executed... my question is how in the world do I choose the position of the pop up window! HERE, I'll show you what I mean.......... Here's my site... www.weigler.org on MAIN page... click on the bigger pictures on the right... they open up even bigger in a popup.. using similar code as above. Notice: The windows open up at the low end of the screen, partially off.... How can I position the guys higher. I've researched this... I found something mentioned about this.... window.moveTo(x,t); Not sure how I would use that with the action script above... if there is an easier way, that would be good too! THANK YOU IN ADVACE FOR YOUR HELP.... I realize you will get to this when you can.... but invitations were sent out yesterday... and people will probably be accessing the site tomorrow, hopefully not today :-) THANK AGAIN! |
| Sponsored links |
|
|
|
#2
|
|||
|
|||
|
Quote:
Quote:
If not... ignore this one and let me know the real answer :-) Thanks! |
|
#3
|
|||
|
|||
|
I 'think' I've found the answer.
THINK is the key word here.... I believe this will do the trick... ----------------------------- _root.popup_pressed=1; _root.scrHEIGHT=250 _root.scroller._x = 100; _root.scroller._y = 150.7; _root.scroller.scroller.gotoAndStop(3); _root.TM_title ="Case Study"; _root.READ = 3; _root.scroller.gotoAndPlay("s1"); I can't be for sure till I get home from work this evening to test it... but I'm pretty sure this will do it! I think that is setting x / y for where the window will pop up on the screen!! Thank you again for your assistance... If this does indeed fix it, I will let everyone know! |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Screen position software | Ronald_Young_At_RCAT | Software | 1 | 07-18-07 13:55 |
| CSS background repeat and position issue | darkhorizon | Programming | 3 | 04-14-07 12:56 |
| VB6 Windows Starting Position | ceal21c | Programming | 1 | 11-30-06 12:20 |
| RF gurus! Triganulating position of transmitters | goldfish | Lounge | 4 | 06-06-05 09:28 |
| CSS - nested div position | Ctrl+Alt+Del | Programming | 3 | 01-14-05 23:55 |