Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Twinster

    How to set filename through <Param> tag?

    Hey! Yeah, I kind of figured out what the problem was. I tried to write the AS in AS3 when I only had AS2. Which of course created a problem of incompatibility issues. I am trying on a AS3 software now just to see what I can come up with. Stay tuned...round 2! ;) Thanks! Richard
  2. Twinster

    How to set filename through <Param> tag?

    What's wrong with this?? Why can't I hear any music when I click play? Am I using the FlashVars in a wrong way? Can someone tell me what to do? In Flash; var the_song:Sound = new Sound(); var songName:String = this.root.loaderInfo.parameters.songFile; play_btn.onRelease = function(){...
  3. Twinster

    How to set filename through <Param> tag?

    Thanks, but this piece of code was just an example. What I don't know is how to make Flash read this external variable. How can I achieve this? Thanks again and if you can elaborate a little bit more and maybe add some action script examples or something? I would greatly appreciate it! Best...
  4. Twinster

    How to set filename through <Param> tag?

    Hey Guys! I have a fairly simple question, I think. I am creating a flash project where the flash movie loads an mp3 file externally. What I mean is. When i include the flash movie (Object) into the html document I want to be able to set the filename through a <Param> tag. Meaning, I want to...
  5. Twinster

    Dynamic iFrame Resize won't work in Safari?

    YES!!! Works like a charm! Thanks Dan! Amazingly easy solution! Awesome! /Richard
  6. Twinster

    Dynamic iFrame Resize won't work in Safari?

    Wow, I really in my honest belief thought I had included it in my top thread comment. But I hadn't. LOL Sooo sorry! Here is the code I am using to autosize the iFrames. <script language="JavaScript"> <!-- function autoResize(id){ var newheight; var newwidth...
  7. Twinster

    Dynamic iFrame Resize won't work in Safari?

    Thanks Jeff! Ok, this error occurs in the latest Safari version, and OS is both Windows and OSX. I can't reveal the project yet as it is due to customers request. However, I can maybe try to illustrate it underneath somehow. Normal State: iFrame 01 iFrame 02...
  8. Twinster

    Dynamic iFrame Resize won't work in Safari?

    Hey! Well, I have now resolved my previous matter. However, I have an iFrame that dynamically re-size to the content being loaded in to it. The script works fine when content is added and the iFrame needs to get higher. However, when loading content that is smaller then the previous content the...
  9. Twinster

    Copy iFrame height from another iFrame at resize?

    Thanks for all your help! I resolved the matter through some other solution. However, now I have another thing lurking around I can't seem to solve... I have made a new thread about it so please have look at it... best, Richard
  10. Twinster

    Copy iFrame height from another iFrame at resize?

    That's exactly what I want to do. But I want it to do so as the left iFrame changes height. I don't want to do it manually. The content on the left iFrame is far more then what's in the right, making the right iFrame shorter then the left. I want the right iFrame to dynamically change height as...
  11. Twinster

    Copy iFrame height from another iFrame at resize?

    I have full control over what's loaded into these iFrames (both left and right). One is a news area and the other one is for misc. announcements. There are four individual iFrames on index.html, all with their own ID and Name. I want to size the right ones height to fit the left one's at all...
  12. Twinster

    Copy iFrame height from another iFrame at resize?

    Hey Guys! I have fairly good skills in Javascript but there is one thing I just can't seem to crack. My problem is such... I have two iFrames aligned beside each other. Both with dynamic content. However, there is one iFrame that is the one that gets most updated (height-wise) and that is the...

Part and Inventory Search

Back
Top