Add the link to .swf

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • GSM_electronic
    Member
    • Sep 2005
    • 43
    • 4.0.0

    Add the link to .swf

    What line do I need to insert?

    My code is


    PHP Code:
    <!-- begin embedded Flash file... -->
          <
    table border='0' cellpadding='0' align="center">
            <
    tr><td>
            <
    OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'
            
    codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0'
            
    width="468" height="60">
            <
    param name='movie' value="http://www.gsmserbia.com/forum/images/misc/banner.swf">
            <
    param name='quality' value="high">
            <
    param name='bgcolor' value='#FFFFFF'>
            <
    param name='loop' value="true">
            <
    EMBED src="http://www.gsmserbia.com/forum/images/misc/banner.swf" quality='high' bgcolor='#FFFFFF' width="468"
            
    height="60" loop="true" type='application/x-shockwave-flash'
            
    pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'>
            </
    EMBED>
            </
    OBJECT>
            </
    td></tr>
            <!-- ...
    end embedded Flash file -->
           </
    table
  • Jose Amaral Rego
    Senior Member
    • Feb 2005
    • 11058
    • 1.1.x

    #2
    Within the swf file its self? It does not have to do with any of that code you provided at all. It has to be edited with a swf editor like Adobe Macromedia Flash. Real simple to do to.

    Comment

    • GSM_electronic
      Member
      • Sep 2005
      • 43
      • 4.0.0

      #3
      I was sincirely hoping that I could manage to do it via php code...
      Any idea how to do it that way?

      I'm trying in Flash for an hour, never knew to use it well, though...

      Comment

      • Jose Amaral Rego
        Senior Member
        • Feb 2005
        • 11058
        • 1.1.x

        #4
        Add a getURL statement like this.

        You need to add this within file, but then you should ask who created that flash banner to place this for you. I said it before it is basic stuff.
        Code:
        on (release) { 
         getURL  ("http://www.gsmserbia.com/forum");
        }
        This is the simple tutorial and you can skip how to motion tween and read about button states.


        Last edited by Jose Amaral Rego; Tue 14 Mar '06, 2:35am.

        Comment

        widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
        Working...