Flash Gallery | Flash Templates | Flash Menu | Flash Design | Flash Audio & Video

flash page flip

Actionscript 3.0 video tutorials

+ Reply to Thread
Results 1 to 4 of 4

Thread: Fitting the size.

  1. #1
    Junior Member Settled In takashi86 is on a distinguished road
    Join Date
    May 2008
    Posts
    3
    Rep Power
    0

    Fitting the size.

    flash templates
    Hello guys.

    I have a question about the size fitting. I'd like to make it look like this (Acura.com). Please click "RL" then "Accesories" and then "Exterior Accesories"

    The screen expands automatically without uiscrolling.
    Is it hard to make?

    Thank you

  2. #2
    Administrator Living At The FlepStudio! Flep is on a distinguished road
    Join Date
    Jul 2007
    Posts
    5,609
    Rep Power
    9

    Re: Fitting the size.

    Hi takashi,

    they control the SWF using Javascript.
    If you view the source code of the page, you can see the javascript function:
    Code:
    <!--Created by Genex. www.genex.com-->
    <!--.222-->
     
    <html>
    <!--<div id="MainPanel">
    	-->
    <head>
        <title>Acura.com</title>
        <script language="JavaScript1.1" type="text/javascript" src="js/js_global_variables.js"></script>
        <script language="JavaScript1.1" type="text/javascript" src="js/js_global_functions.js"></script>
        <script language="JavaScript1.1" type="text/javascript" src="js/js_RSX_Experience_include.js"></script>
        
        <!-- BEGIN: NetTracker Page Tag -->
    	<!-- Copyright 2004 Sane Solutions, LLC.  All rights reserved. -->
    	<script language="JavaScript" src="js/ntpagetag.js"></script>
    	<noscript>
    	<img src="/images/nt/ntpagetag.gif?js=0" height="1" width="1" border="0" hspace="0" vspace="0" alt="">
    	</noscript>
    	<!-- END: NetTracker Page Tag -->
    	
    	<script language="VBScript" type="text/vbscript">
    <!-- // Visual basic helper required to detect Flash Player ActiveX control version information 
    Function VBGetSwfVer(i)
      on error resume next
      Dim swControl, swVersion
      swVersion = 0
      
      set swControl = CreateObject("ShockwaveFlash.ShockwaveFlash." + CStr(i))
      if (IsObject(swControl)) then
        swVersion = swControl.GetVariable("$version")
      end if
      VBGetSwfVer = swVersion
    End Function
    // -->
    </script>
    </head>
    <div id="mainContainer"><script language='javascript' type='text/javascript'>flashdetectkit();</script><frameset rows='*, 0' frameborder='NO' border='0' framespacing='0'><frame src='main_body.aspx?inPage=frames&inPageID=acura_42&&server=.222&prop21=Acura&prop23=www.acura.com&prop24=auto&prop25=Acura Cars' name='body' frameborder='NO'><frame src='control.aspx?inPage=frames&inPageID=acura_42&&server=.222&prop21=Acura&prop23=www.acura.com&prop24=auto&prop25=Acura Cars' name='control' frameborder='NO'></frameset></div>
    <SCRIPT language="JavaScript">
    var axel = Math.random()+"";
    var a = axel * 10000000000000;
    document.write('<IMG SRC="http://ad.doubleclick.net/activity;src=1167695;type=regio401;cat=acura411;ord=1;num='+ a + '?" WIDTH=1 HEIGHT=1 BORDER=0>'); </SCRIPT> <NOSCRIPT> <IMG SRC="http://ad.doubleclick.net/activity;src=1031224;type=count344;cat=rrlta249;ord=1;num=1?" WIDTH=1 HEIGHT=1 BORDER=0> </NOSCRIPT>
    <div style="position: absolute; top: -100px; left: -200px; ">
    
    </div>
    <!--
    </div>-->
    
    
    </html>
    I never used before that method.

    Anyway, also these websites are using the same method:

    Mirabilandia - Vivi il divertimento!

    http://www.casino-riviera.si/mac.asp...thid=&lang=slo

  3. #3
    Junior Member Settled In takashi86 is on a distinguished road
    Join Date
    May 2008
    Posts
    3
    Rep Power
    0

    Re: Fitting the size.

    Thank you so much, I really appreciate your help.

    However, I have no experience in Javascript. Do you know how to make that kind of page without using Javascript?


    Thank you

  4. #4
    Administrator Living At The FlepStudio! Flep is on a distinguished road
    Join Date
    Jul 2007
    Posts
    5,609
    Rep Power
    9

    Re: Fitting the size.

    Hi,
    I don't know javascript too ..

+ Reply to Thread

Similar Threads

  1. Hover Over + Size Increase Banners
    By Zombie in forum Flash English
    Replies: 3
    Last Post: 16-09-09, 04:56
  2. any way to cut down the size of the frame 1
    By davids701124 in forum Actionscript 3.0 newbies
    Replies: 1
    Last Post: 31-03-09, 13:51
  3. Image Size in Resizing Window with Animations
    By DC3 in forum Flash CS3 | PHP | mySQL
    Replies: 0
    Last Post: 22-06-08, 22:53
  4. best size stage proportions?
    By donteatyourfriends in forum Actionscript 3.0 newbies
    Replies: 0
    Last Post: 02-04-08, 06:52

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts