A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Where to now??

  1. #1
    Member
    Join Date
    Apr 2001
    Posts
    53
    Got the movie done...got it to work on as a simple html..but my boos wants it in a frame...there has to be a navigation bar at the top of the screen..

    http://www.cresselle.com/companyframeset.htm

    This is the code that i used for the simple html page...


    <OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
    WIDTH=550 HEIGHT=400>
    <PARAM NAME=movie VALUE="interactiveDemo.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="interactiveDemo.swf" quality=high bgcolor=#FFFFFF WIDTH=550 HEIGHT=400 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
    </OBJECT>

    When i open one of the existing html pages on the site i get the code for
    the navigation bar...where do i put the above code?
    There are 5 tabs at the bottom of the Front page package..
    Normal) (No Frames) (Html) (Front Page Html) (Preview)



  2. #2
    Senior Member
    Join Date
    Jan 2001
    Posts
    591
    I can't make sense out of your question.
    I checked out the page and the navigation seems to be in place OK. You want to know how to make your movie appear in the main frame when you open the page?
    This is the source code for your page:

    <html>
    <head>
    <title>Kestrel Technologies</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>

    <frameset rows="62,*" frameborder="NO" border="0" framespacing="0">
    <frame name="navigation" scrolling="NO" noresize src="navigation.htm" >
    <frame name="content" src="./company/company.htm">
    </frameset>
    <noframes><body bgcolor="#FFFFFF">

    </body></noframes>
    </html>

    So the main frame is currently company.htm
    Either open company.htm and put your code in there,
    or change ./company/company.htm to yourpagename.htm

    If this doesn't answer you question, I have a tutorial on using different kinds of frames with Flash here:
    http://www.san-fran.com/tutorials/fl...lmenu_wframes/
    You can find the tutorial link near the bottom of the page or download the entire thing from the bottom of the menu.
    Hope that helps
    Cheers

  3. #3
    Member
    Join Date
    Apr 2001
    Posts
    53
    Sorry for not being clear...thanks but does not quiet help me...if you look at the products page...

    You will see the navigation bar at the top...

    http://www.cresselle.com/productsframeset.htm

    I have done my movie...

    I need to creat a page that has this bar at the top...
    and then have my interactive movie running underneath it..

    I open up this productpage.html with front page and i can see the code for then Navigation bar at the top and thenin another section underneath it the code for the content of the page....i dont need that content....i want to get rid of it, then replace it with my movie and then save it as movieframe.html and creat a link to it off the main page.

    How to i get the movie in to the area below the Navigation bar...


  4. #4
    Senior Member
    Join Date
    Jan 2001
    Posts
    591
    To repeat myself,
    change ./company/company.htm to movieframe.html
    You can do that in any text editor
    Screw Frontpage

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center