Re: [flexcoders] Re: Launching App Without Toolbars, Address Bar, etc.

2006-09-08 Thread Nick Collins



You do it with _javascript_. Something like the followingwindow.open('somepage.htm','somewindow','toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=1,width=800,height=600');
On 9/7/06, jburkett7 [EMAIL PROTECTED] wrote:













  



Hello Everyone

Sounds interesting.

Any ideas on how this can work?

J

--- In flexcoders@yahoogroups.com, Jack Caldwell [EMAIL PROTECTED] 

wrote:

 Hi,
 
 Looking at Adobe's JamJar example . . . .
 http://labs.adobe.com/technologies/jamjar/
 
 Is there a way to launch an application into the browser(IE) from
 FlexBuilder where it loads 
 in the IE browser without the toolbar, address bar, menus, etc.
 
 I understand you can load the application/swf from a web page via 
_javascript_
 - window.open.
 
 But for testing, it would be much easier from FlexBuilder.  Can it 
be done
 from FlexBuilder?
 
 If so, what changes need to be made?
 
 Thanks,
 
 Jack



  















__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



[flexcoders] Re: Launching App Without Toolbars, Address Bar, etc.

2006-09-08 Thread jburkett7
Nick:

I thought it could be done with javascript, but what I really wanted 
to know was how or if it could done from FlexBuilder.

Can it?

Thanks,

J

--- In flexcoders@yahoogroups.com, Nick Collins [EMAIL PROTECTED] 
wrote:

 You do it with javascript. Something like the following
 
 window.open('somepage.htm','somewindow',
 'toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=1,w
idth=800,height=600');
 
 
 On 9/7/06, jburkett7 [EMAIL PROTECTED] wrote:
 
Hello Everyone
 
  Sounds interesting.
 
  Any ideas on how this can work?
 
  J
 
  --- In flexcoders@yahoogroups.com flexcoders%
40yahoogroups.com, Jack
  Caldwell jwcaldwell@
 
  wrote:
  
   Hi,
  
   Looking at Adobe's JamJar example . . . .
   http://labs.adobe.com/technologies/jamjar/
  
   Is there a way to launch an application into the browser(IE) 
from
   FlexBuilder where it loads
   in the IE browser without the toolbar, address bar, menus, etc.
  
   I understand you can load the application/swf from a web page 
via
  javascript
   - window.open.
  
   But for testing, it would be much easier from FlexBuilder. Can 
it
  be done
   from FlexBuilder?
  
   If so, what changes need to be made?
  
   Thanks,
  
   Jack
  
 
   
 









--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] Re: Launching App Without Toolbars, Address Bar, etc.

2006-09-08 Thread Abdul Qabiz



I don't think FlexBuilder does it by default. But I am sure you can extend FlexBuilder by having some custom html templates...-abdulOn 9/8/06, jburkett7
 [EMAIL PROTECTED] wrote:













  



Nick:

I thought it could be done with _javascript_, but what I really wanted 
to know was how or if it could done from FlexBuilder.

Can it?

Thanks,

J

--- In flexcoders@yahoogroups.com, Nick Collins [EMAIL PROTECTED] 

wrote:

 You do it with _javascript_. Something like the following
 
 window.open('somepage.htm','somewindow',
 'toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=1,w
idth=800,height=600');
 
 
 On 9/7/06, jburkett7 [EMAIL PROTECTED] wrote:
 
Hello Everyone
 
  Sounds interesting.
 
  Any ideas on how this can work?
 
  J
 
  --- In flexcoders@yahoogroups.com flexcoders%
40yahoogroups.com, Jack
  Caldwell jwcaldwell@
 
  wrote:
  
   Hi,
  
   Looking at Adobe's JamJar example . . . .
   http://labs.adobe.com/technologies/jamjar/
  
   Is there a way to launch an application into the browser(IE) 
from
   FlexBuilder where it loads
   in the IE browser without the toolbar, address bar, menus, etc.
  
   I understand you can load the application/swf from a web page 
via
  _javascript_
   - window.open.
  
   But for testing, it would be much easier from FlexBuilder. Can 
it
  be done
   from FlexBuilder?
  
   If so, what changes need to be made?
  
   Thanks,
  
   Jack
  
 
   
 



  















__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



[flexcoders] Re: Launching App Without Toolbars, Address Bar, etc.

2006-09-08 Thread jburkett7
Abdul

I looked around in FlexBuilder and did not find anything. I use IE 
as my default browser and just click on run to load the app.  Don't 
know how to create HTML template or how tell FlexBuilder to load 
one.  Can you direct me to some docs or web site?

Thanks,

J


--- In flexcoders@yahoogroups.com, Abdul Qabiz [EMAIL PROTECTED] 
wrote:

 I don't think FlexBuilder does it by default. But I am sure you 
can extend
 FlexBuilder by having some custom html templates...
 
 -abdul
 
 On 9/8/06, jburkett7 [EMAIL PROTECTED] wrote:
 
Nick:
 
  I thought it could be done with javascript, but what I really 
wanted
  to know was how or if it could done from FlexBuilder.
 
  Can it?
 
  Thanks,
 
  J
 
  --- In flexcoders@yahoogroups.com flexcoders%
40yahoogroups.com, Nick
  Collins ndcollins@
 
  wrote:
  
   You do it with javascript. Something like the following
  
   window.open('somepage.htm','somewindow',
  
 'toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=1,w
  idth=800,height=600');
  
  
   On 9/7/06, jburkett7 jburkett7@ wrote:
   
Hello Everyone
   
Sounds interesting.
   
Any ideas on how this can work?
   
J
   
--- In flexcoders@yahoogroups.com flexcoders%
40yahoogroups.comflexcoders%
  40yahoogroups.com, Jack
 
Caldwell jwcaldwell@
   
wrote:

 Hi,

 Looking at Adobe's JamJar example . . . .
 http://labs.adobe.com/technologies/jamjar/

 Is there a way to launch an application into the browser
(IE)
  from
 FlexBuilder where it loads
 in the IE browser without the toolbar, address bar, menus, 
etc.

 I understand you can load the application/swf from a web 
page
  via
javascript
 - window.open.

 But for testing, it would be much easier from FlexBuilder. 
Can
  it
be done
 from FlexBuilder?

 If so, what changes need to be made?

 Thanks,

 Jack

   
   
   
  
 
   
 








--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[flexcoders] Re: Launching App Without Toolbars, Address Bar, etc.

2006-09-08 Thread Tim Hoff



Going back to the original question, if you launch jamjar without any parameters, you will have all of the browser menu options. You can then view source to see how they created the full screen effect.
http://www.adobe.com/go/labs_jamjar_launch
To add this kind of functionality to your site, modify the html template file in the html-template directory of your project. Or, you can use Abdul's _javascript_ injection class:
http://www.abdulqabiz.com/blog/archives/macromedia_flex/a_mxml_componen.php
http://www.abdulqabiz.com/blog/archives/macromedia_flex/
-TH
--- In flexcoders@yahoogroups.com, "jburkett7" [EMAIL PROTECTED] wrote: Abdul  I looked around in FlexBuilder and did not find anything. I use IE  as my default browser and just click on run to load the app. Don't  know how to create HTML template or how tell FlexBuilder to load  one. Can you direct me to some docs or web site?  Thanks,  J   --- In flexcoders@yahoogroups.com, "Abdul Qabiz" abdul.qabiz@  wrote:   I don't think FlexBuilder does it by default. But I am sure you  can extend  FlexBuilder by having some custom html templates...-abdulOn 9/8/06, jburkett7 jburkett7@ wrote: Nick: I thought it could be done with _javascript_, but what I really  wanted   to know was how or if it could done from FlexBuilder. Can it? Thanks, J --- In flexcoders@yahoogroups.com flexcoders% 40yahoogroups.com, "Nick   Collins" ndcollins@ wrote:   You do it with _javascript_. Something like the following   window.open('somepage.htm','somewindow', 'toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=1,w   idth=800,height=600');  On 9/7/06, jburkett7 jburkett7@ wrote: Hello Everyone Sounds interesting. Any ideas on how this can work? J --- In flexcoders@yahoogroups.com flexcoders% 40yahoogroups.comflexcoders%   40yahoogroups.com, "Jack   Caldwell" jwcaldwell@ wrote:   Hi,   Looking at Adobe's JamJar example . . . .  http://labs.adobe.com/technologies/jamjar/   Is there a way to launch an application into the browser (IE)   from  FlexBuilder where it loads  in the IE browser without the toolbar, address bar, menus,  etc.   I understand you can load the application/swf from a web  page   via _javascript_  - window.open.   But for testing, it would be much easier from FlexBuilder.  Can   it be done  from FlexBuilder?   If so, what changes need to be made?   Thanks,   Jack

__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



[flexcoders] Re: Launching App Without Toolbars, Address Bar, etc.

2006-09-08 Thread jburkett7
Tim:

Thanks for the info.  I look at both.

J

--- In flexcoders@yahoogroups.com, Tim Hoff [EMAIL PROTECTED] wrote:

 
 Going back to the original question, if you launch jamjar without 
any
 parameters, you will have all of the browser menu options.  You 
can then
 view source to see how they created the full screen effect.
 
 http://www.adobe.com/go/labs_jamjar_launch
 http://www.adobe.com/go/labs_jamjar_launch
 
 To add this kind of functionality to your site, modify the html 
template
 file in the html-template directory of your project.  Or, you can 
use
 Abdul's javascript injection class:
 
 
http://www.abdulqabiz.com/blog/archives/macromedia_flex/a_mxml_compon
en.\
 php
 
http://www.abdulqabiz.com/blog/archives/macromedia_flex/a_mxml_compo
nen\
 .php
 
 http://www.abdulqabiz.com/blog/archives/macromedia_flex/
 http://www.abdulqabiz.com/blog/archives/macromedia_flex/
 
 -TH
 
 
 --- In flexcoders@yahoogroups.com, jburkett7 jburkett7@ wrote:
 
  Abdul
 
  I looked around in FlexBuilder and did not find anything. I use 
IE
  as my default browser and just click on run to load the app. 
Don't
  know how to create HTML template or how tell FlexBuilder to load
  one. Can you direct me to some docs or web site?
 
  Thanks,
 
  J
 
 
  --- In flexcoders@yahoogroups.com, Abdul Qabiz abdul.qabiz@
  wrote:
  
   I don't think FlexBuilder does it by default. But I am sure you
  can extend
   FlexBuilder by having some custom html templates...
  
   -abdul
  
   On 9/8/06, jburkett7 jburkett7@ wrote:
   
Nick:
   
I thought it could be done with javascript, but what I really
  wanted
to know was how or if it could done from FlexBuilder.
   
Can it?
   
Thanks,
   
J
   
--- In flexcoders@yahoogroups.com flexcoders%
  40yahoogroups.com, Nick
Collins ndcollins@
   
wrote:

 You do it with javascript. Something like the following

 window.open('somepage.htm','somewindow',
   
  
 'toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=1,w
idth=800,height=600');


 On 9/7/06, jburkett7 jburkett7@ wrote:
 
  Hello Everyone
 
  Sounds interesting.
 
  Any ideas on how this can work?
 
  J
 
  --- In flexcoders@yahoogroups.com flexcoders%
  40yahoogroups.comflexcoders%
40yahoogroups.com, Jack
   
  Caldwell jwcaldwell@
 
  wrote:
  
   Hi,
  
   Looking at Adobe's JamJar example . . . .
   http://labs.adobe.com/technologies/jamjar/
  
   Is there a way to launch an application into the 
browser
  (IE)
from
   FlexBuilder where it loads
   in the IE browser without the toolbar, address bar, 
menus,
  etc.
  
   I understand you can load the application/swf from a 
web
  page
via
  javascript
   - window.open.
  
   But for testing, it would be much easier from 
FlexBuilder.
  Can
it
  be done
   from FlexBuilder?
  
   If so, what changes need to be made?
  
   Thanks,
  
   Jack
  
 
 
 

   
   
   
  
 







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] Re: Launching App Without Toolbars, Address Bar, etc.

2006-09-07 Thread jburkett7
Hello Everyone

Sounds interesting.

Any ideas on how this can work?

J

--- In flexcoders@yahoogroups.com, Jack Caldwell [EMAIL PROTECTED] 
wrote:

 Hi,
 
 Looking at Adobe's JamJar example . . . .
 http://labs.adobe.com/technologies/jamjar/
 
 Is there a way to launch an application into the browser(IE) from
 FlexBuilder where it loads 
 in the IE browser without the toolbar, address bar, menus, etc.
 
 I understand you can load the application/swf from a web page via 
javascript
 - window.open.
 
 But for testing, it would be much easier from FlexBuilder.  Can it 
be done
 from FlexBuilder?
 
 If so, what changes need to be made?
 
 Thanks,
 
 Jack








--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/