A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: quicktime question?

Hybrid View

  1. #1
    Senior Member
    Join Date
    Jul 2003
    Location
    fort lauderdale
    Posts
    182

    quicktime question?

    ok i want to hit a button and flash and have a nice centered window popup with a quicktime video in it, how exaclty do i do about doing that, i have made flash popup small cnetered windows for pictures but not for video

    thnx

  2. #2
    Senior Member
    Join Date
    Jul 2003
    Location
    fort lauderdale
    Posts
    182
    anyone?

  3. #3
    Senior Member pellepiano's Avatar
    Join Date
    Feb 2000
    Location
    Stockholm, Sweden
    Posts
    15,151
    A "normal" popup code looks like this in Flash ( on a button ).


    on(release){
    getUrl("javascript:window.open('http://www.mysite.com/image1.html','newwindow','width=420,height=420,top =0,left=0'); void(0);")
    }

    (there should be no space between java and script)

    To add more features to it ( like centering ) check out the popup script generator at www.flash-db.com/PopUp
    ..for more advanced versions

    -Pelle Piano
    // Image Gallery
    www.studiobild.com
    // Photo Blog
    http://talesofthepixel.blogspot.com

  4. #4
    Senior Member
    Join Date
    Jul 2003
    Location
    fort lauderdale
    Posts
    182
    thnx, but how to i put a quicktime video in it, do i embedd it in dreanweaver?

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