A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: A smaller size Flash Movie opening another bigger size flash movie

  1. #1
    Junior Member
    Join Date
    Aug 2000
    Posts
    9

    Post

    I recently posted a question on whether it was possible to use one flash movie to open another.

    The problem is that I want to use a smaller size movie to open up a bigger size movie without cropping it to the smaller size. Can this be done and how?

  2. #2
    Senior Member
    Join Date
    Aug 2000
    Posts
    169
    ok what you might want to try is to put
    movie1 in movie1.html
    and movie2 in movie2.html

    now at the end of movie one make a get url action with the following javascript...

    javascript:window.open('movie2.html','resizable=no ','width=100,height=100')
    and in the window option box choose _self


    change the height and the width to your xact movie size

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