A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: quicktime launch...?

  1. #1
    Senior Member SouthShore's Avatar
    Join Date
    Oct 2002
    Location
    Hawai'i
    Posts
    197

    quicktime launch...?

    I've searched and found bits of useful information, but can someone point me to an a-z tutorial on launching a 15 mb quicktime movie from flash in a new window? i want the window to fit the movie, no scrollbars etc. from what i understand, i use getURL(""); and have that page contain the movie? i want an effect kinda like this... http://www.markromanek.com/videos.html

    thanks for any help
    www.Southshoregraphics.com
    Web Design > Flash > Logos > Vector
    Amazing Web Hosting

  2. #2
    Senior Member
    Join Date
    Sep 2001
    Location
    bleh
    Posts
    276
    see here

    geturl to javascript communication

    good luck ,
    steve...
    Last edited by ferdymania; 07-25-2003 at 10:36 PM.

  3. #3
    senior newbie kelly2shirts's Avatar
    Join Date
    Apr 2003
    Location
    seattle, usa
    Posts
    203
    add the below actionscript to your button, under getURL action. change the name of the movie4.html to whatever the name of your html page is with the movie on it and your done. you'll need to chance the size of the window to your spec. and you'll need to create a seperate html page for each of your quicktimes. it took me a while to figure this out too. i feel your pain. you can see my site for more examples. http://pupo.com/kelly go to editor section. good luck.

    javascript:window.open('movie4.html','win1','width =390,height=380,toolbar=no,scrollbars=yes');void(0 );

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