no resizing flash and html

This is a discussion on "no resizing flash and html" within the Flash & Multimedia Forum section. This forum, and the thread "no resizing flash and html are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Nov 17th, 2007, 05:50
New Member
Join Date: Oct 2007
Location: Maryland
Age: 25
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to flying3gg
no resizing flash and html

hey peeps,

the search was being wierd so i just made this. i thnk i know how to do it in html but i dont in flash. Can someone teach me? =)

i just want it to stick to 1024 x 768. Can no scrolling.

thanks.

Bobby
Reply With Quote

  #2 (permalink)  
Old Nov 20th, 2007, 18:41
Multimedia Specialist
Join Date: Apr 2007
Location: Arizona
Age: 25
Posts: 666
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Sgaspar11
Re: no resizing flash and html

I'm not sure I understand your question? You want the flash displayed in a browser with no scroll bars?

You'll need to do this using a JS command launched from a link or button.
Last Blog Entry: Yay!? (Oct 8th, 2007)
Reply With Quote
  #3 (permalink)  
Old Nov 20th, 2007, 18:49
New Member
Join Date: Oct 2007
Location: Maryland
Age: 25
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to flying3gg
Re: no resizing flash and html

i want my flash site to appear in a fixed sized window. at 800X600 for example.
Reply With Quote
  #4 (permalink)  
Old Nov 20th, 2007, 20:03
Multimedia Specialist
Join Date: Apr 2007
Location: Arizona
Age: 25
Posts: 666
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Sgaspar11
Re: no resizing flash and html

That would be done using JS...

Here is the JS Code:

Code: Select all
<script language="JavaScript" type="text/JavaScript">
<!--
function openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}
//-->
</script>
and here is the code for your link or button to launch the site...

Code: Select all
<a onclick="openBrWindow('http://mywebsit.com','inline','scrollbars=no,resizable=no,width=1024,height=768')"
href=" javascript:void(0)">TEXT or BUTTON goes here </a>
This is the way it is done, hence the reason you see a page with ENTER SITE on most flash based websites....

Cheers,

Scott
Last Blog Entry: Yay!? (Oct 8th, 2007)
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Flash Scaling Resizing Navigation..How idgraphic Flash & Multimedia Forum 1 Jan 17th, 2008 10:43
HTML & Flash - help tomr Web Page Design 2 Mar 12th, 2007 21:46
Flash in HTML leoj Flash & Multimedia Forum 10 Nov 1st, 2006 14:06
flash to html right inside flash:) bg38 Flash & Multimedia Forum 1 Sep 19th, 2006 20:00
Resizing an image using HTML Powderhound Web Page Design 12 Sep 4th, 2006 02:31


All times are GMT. The time now is 12:25.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43