| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: May 2002
Location: Oxford, UK
Posts: 9
|
Hi everyone
I desperately want to be able to load pdf documents in front of windows projector. At the moment I have used a simple on (release) { getURL("folder/file.pdf", "_blank"); } But they always load behind the full screen. Can any one tell me how to load these in front? |
|
|
|
|
|
#2 |
|
Administrator
Join Date: Nov 2000
Location: Australia
Posts: 8,612
|
This is a general problem we've experienced with browsers, they all seem to pop behind. You could try using a HTML frameset file which called the window into focus when it openned using javascript. The top frame could be 0% and do the focus thing. The bottom could be 100% and load in the PDF... Just an idea.
__________________
Cheers Jesse Stratford ActionScript.org Cofounder Email: presented in this way to stop spam-bots: My email is composed of my first name (jesse) followed by my last name (stratford) followed by @ followed by actionscript.org Please don't email or PM me Flash questions, that's what the Forums are for! ![]() Please don't rely on me reading my PMs either. Email me about important stuff. |
|
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: May 2002
Location: Oxford, UK
Posts: 9
|
Thanks Jesse, This sounds like it will work but I don't really know any Javascript, are there any tutorials about the code required to do this that you know of?
|
|
|
|
|
|
#4 |
|
Administrator
Join Date: Nov 2000
Location: Australia
Posts: 8,612
|
I know it involves something like: onLoad(document.focus) ... or something similar. Check out a javascript site or Google around for it.
__________________
Cheers Jesse Stratford ActionScript.org Cofounder Email: presented in this way to stop spam-bots: My email is composed of my first name (jesse) followed by my last name (stratford) followed by @ followed by actionscript.org Please don't email or PM me Flash questions, that's what the Forums are for! ![]() Please don't rely on me reading my PMs either. Email me about important stuff. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Launcing Pdf Files From A Swf File In A Director Projector!! | nicknametaken | ActionScript 1.0 (and below) | 11 | 10-14-2004 09:29 AM |
| Projector Load Window | DavidP | ActionScript 2.0 | 0 | 10-08-2004 11:00 PM |
| Opening PDFs in front of Flash projector | Rach73 | Projectors and CDs | 1 | 04-18-2004 06:04 AM |
| Problem with the projector file on Win XP | andkhl | ActionScript 1.0 (and below) | 1 | 04-07-2004 03:36 PM |
| How to bring a window to front of other windows? | Aladdin610 | Simple Stuff (Newbies) | 2 | 12-15-2003 01:14 AM |