A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: It's gotta be SIMPLE but....

  1. #1
    Junior Member
    Join Date
    Apr 2005
    Posts
    3

    It's gotta be SIMPLE but....

    I'm working in an html based content management system and I've been handed the happy task of figuring out how to launch an embedded flash file into a new window. Alwqys better to show than just tell, so here's the code I have:

    <EMBED pluginspage=http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash align=left src=http://images.bimedia.net/designvideo/wagt_tv_schedule.swf width=150 height=125 type=application/x-shockwave-flash quality="high" bgcolor="444444"></EMBED></a>

    The idea here being that when someone clicks on the banner the stations schedule will open up in a new window. And I have no idea whether this can be done or not. Any help would be GREATLY appreciated. Thanks.

    bphuripan@bimedia.net.

  2. #2
    Space Monkey daarboven's Avatar
    Join Date
    Sep 2001
    Location
    in the basement boiling soap...
    Posts
    217
    target=_blank
    :::i am jacks complete lack of surprise:::

  3. #3
    Junior Member
    Join Date
    Apr 2005
    Posts
    3
    Thanks. I thought it would be something simple. The only problem is I don't know where to place it in the code. I tried a couple of different places but it doesn't create the desried result. Thanks again.

  4. #4
    Senior Member
    Join Date
    Mar 2005
    Posts
    147
    In the <a> tag:

    Code:
    <a href="http://www.yourpage.com/thingy.swf" target=_blank><embed....></embed></a>
    joechilds@imap.cc
    www.blackliquor.co.uk

  5. #5
    Junior Member
    Join Date
    Apr 2005
    Posts
    3
    My office mates and I thank you both very much. This site is very useful.

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