Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help
#11
Lol haha Tongue..
Well the banner i want to show on the website is; http://files.bannersnack.com/iframe/embe...1310339344

But! I cant figure out to put it on, guess the banner is an file on SWF, or something in that way, an the website i am getting the code form, is also the website i have madded it on, there is writing iframe on the top of the title box... (probably doesn't making any kind of sense -.-''')

but... the banner link... http://files.bannersnack.com/iframe/embe...1310339344
can I not put on... guess it wouldn't be showed when I set it into the banner filed url (showing on the picture); [Image: 1z67i2w.jpg]

Theres just coming nothing when I have posted the new photo/banner-menu. And when I tried to put it into the CSS-codeark it just completely destroyed all the color setting I had madded..
Reply
#12
no an iframe is not an swf, and it doesn't appear that way either since it doesn't use flash, what happens sometimes is the css embedded in the iframe carries over to it's surroundings, so you have to contain the iframe and override it into a block where it can't interfere with your original style.

You can do some of this with element.style I believe? I'll have to look

Edit: Ah! now I understand what you meant. With "Extra links" and that is an swf. To get it in an iframe you'll have to embed the object, and properly css out the element.
You have to save the swf locally, and put it into an html file. Then create another html file, and call the html file you created with the swf in the iframe.

Code:
<iframe src="myswf.html" width="900" height="700" frameborder="0"></iframe>
Reply
#13
Sounds very... o.o.. dont have words for it xD... was a little confused over it... but i try to but an html code in and see whats happening Smile
Probably doing this wrong, because theres not coming anything up -.-... could it be that I should use a PunBB template?
Reply
#14
You have to create the object of the swf in the first html file, then you can use the elements.style css to do whatever you want with it when you reference it on your main html file in the iframe.
Reply
#15
but... how does I make it to html ?
Reply
#16
You create an object reference using html. It's easy enough to do, you can probably find a code on google, or I can provide you with one. It's called an element.
Reply
#17
well the link/url/html code, have i tried to use... but should I just copi your
code you have posted, set the html in, and then set it in; */ Logo /* <- (something in that way)
into the css, under header?
Reply
#18
You need to set up the swf object as a reference with something similar to this.

Code:
<div id="swf_flash">
                <object classid="clsid:something" width="800" height="500" vspace="0" align="middle" id="FlashID" title="title">
                  <param name="quality" value="highest" />
                  <param name="wmode" value="opaque" />
                  <param name="swfversion" value="6.0.65.0" />
                  <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
                  <param name="expressinstall" value="Scripts/expressInstall.swf" />
                  <param name="BGCOLOR" value="#000000" />
                  <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
                  <!--[if !IE]>-->
                  <object data="slideshow.swf" type="application/x-shockwave-flash" width="800" height="500" hspace="0" vspace="0">
                    <!--<![endif]-->
                    <param name="quality" value="high" />
                    <param name="wmode" value="opaque" />
                    <param name="swfversion" value="6.0.65.0" />
                    <param name="expressinstall" value="Scripts/expressInstall.swf" />
                    <param name="BGCOLOR" value="#000000" />
                    <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
                    <div>
                      <p><center><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" width="112" height="33" align="middle" /></a></center></p>
                    </div>
                    
                    <!--[if !IE]>-->
                  </object>
                  <!--<![endif]-->
                </object>                
                </div>

This won't work for you though, this is one of my own sources from a website I own.

Once that's done, you can reference to it. Using an iframe. I don't think it's as simple as you're thinking. A link isn't calling the swf object.
Reply
#19
I can hardly imagine that anything is simple in this process xD
Reply
#20
Is the problem fixed yet? If not, I can give it a shot.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)