User Profile

Collapse

Profile Sidebar

Collapse
musicmaster890
musicmaster890
Last Activity: Sep 28 '08, 04:58 PM
Joined: Apr 12 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • musicmaster890
    started a topic Aspiring Web App/AIR developer here

    Aspiring Web App/AIR developer here

    I'm using the 60 day trial version of Flex Builder 3 and would like to get to know how to use MXML+ActionScri pt effectively. I tried to follow Adobe's "FlickRIA" tutorial but got lost trying to understand and learn the syntax of the ActionScript.

    Are there any links recommended links for a little slower learning curve? Thanks
    See more | Go to post

  • Sweet it works! Thanks a bunch

    Say, is there an online place where I can learn more about the way frames and iframes work more in-depth that any of you would recommend?...
    See more | Go to post

    Leave a comment:


  • Oh, okay I got ya- I read the first post incorrectly :p The function is being called from a separate iframe outside of the target of the function. Here's the code that calls the function:
    [HTML]...<td><a id='vid1' href="javascrip t:ytvidChange(' CLqOwiZ8n5I')" title="Wallflow ers - One Headlight"><img class=ytprev src="http://i.ytimg.com/vi/CLqOwiZ8n5I/default.jpg" /></a><br /><script...
    See more | Go to post

    Leave a comment:


  • I'm using parent because the link is inside of an iframe and, from the way I understand, needs to access its parent so that it can find the other iframe it's trying to change- the link is in a separate iframe from the target.

    I'm afraid I don't really understand what you mean by the function called from.
    See more | Go to post

    Leave a comment:


  • Problems trying to access an iframe within an iframe

    I've got an iframe (id='vidiframe' ) that holds an iframe (id='ytvid') and I'd like to have a link (the link is in a separate iframe too) that would change the contents of that inner-most iframe, but I can figure out how to do it. Here's my code so far:

    Code:
    function ytvidChange(vid){parent.document.getElementById('vidiframe').document.getElementById('ytvid').src="http://www.youtube.com/v/"+vid}
    I'm getting the error...
    See more | Go to post

  • musicmaster890
    started a topic Quetion about iframe attributes

    Quetion about iframe attributes

    Hey everyone!

    I'm working on a project that involves iframes, and I've included an "Unpin" button that will open up the current iframe's 'src' attribute in a new window, however I've discovered that it will open up the window just fine, but the location of the window is the iframe's original location when the link was clicked, not it's current location.

    I'm guessing that I should be using a different attribute...
    See more | Go to post

  • musicmaster890
    replied to Working with iframe history
    UPDATE:

    I've changed it to just

    Code:
    ...onclick="javascript:history.go(-1)"...
    and it works, but it opens up the possibility for my entire page to go back to a completely different page all together. Is there a way to make it so that the button becomes disabled when the first page (which is "about:blan k", but it doesn't index : / )?...
    See more | Go to post

    Leave a comment:


  • musicmaster890
    started a topic Working with iframe history

    Working with iframe history

    Hi everybody!

    I'm using iframes in my most recent WebDev project called "Felix" and would like to know how I can use Javascript to make a back button for the iframe. Here's the code I have:

    Code:
    <input type="button" style="width:64px" onclick="javascript:document.getElementById('pHubiframe_resource').history.go(-1)" value="&larr;Back" />
    When I use that...
    See more | Go to post

  • musicmaster890
    started a topic Silverlight ImageBrush Issue
    in XML

    Silverlight ImageBrush Issue

    I'm trying to use the ImageBrush brush in a rectangle to make a picture slideshow in Silverlight, but I'm getting this error everytime I try:

    Silverlight Error Message
    ErrorCode: 3002
    ErrorType: ImageError
    Message: AG_E_NOT_FOUND

    Here's the code that is giving me the trouble:
    Code:
    	<Rectangle Height="180" Width="90" Canvas.Left="10" Canvas.Top="10"
    ...
    See more | Go to post

  • Nevermind- I figured it out. When I called my JScript file I used "href" instead of "src"....
    See more | Go to post

    Leave a comment:


  • Javascript-triggered CSS "display" change

    Okay, I cannot figure this out. I have an external javascript file to declare variables and functions in my <head> element of my HTML. I've done this before and have made it work. And, likewise, studied my past suceeding brew and litterally copy and pasted the function but it still refuses to cooperate with me. What am I trying to do? I'll let the code do the talking:

    Code:
    function dispChange(eid){if(document.getElementById(eid).
    ...
    See more | Go to post
No activity results to display
Show More
Working...