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
User Profile
Collapse
-
Aspiring Web App/AIR developer here
-
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?... -
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...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.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}
-
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... -
UPDATE:
I've changed it to just
Code:...onclick="javascript:history.go(-1)"...
Leave a comment:
-
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="←Back" />
-
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"
-
Nevermind- I figured it out. When I called my JScript file I used "href" instead of "src"....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).
No activity results to display
Show More
Leave a comment: