ActionScript 2.0 :: GetURL Doesn't With Blogger O.o?
Feb 26, 2008Referring to this link.[URL]..
[Code]...
Referring to this link.[URL]..
[Code]...
I am trying to make a getURL() that doesn't utilize a button, at a certain frame in the timeline (after a movieclip). I understand that getURL() no longer exists in Actionscript 3 but if anyone can explain to me how to write an action that will allow me to open a URL in its _parent frame after a certain amount of time
without clicking.
I'm having a strange problem with getURL. in my flash file, i have two buttons one for an email link and another one for a site link here is the code
[Code]...
when i test it in flash (Ctr+enter) only the button linking to the site works, but the email button doesn't work. And when i preview it in html, only the the email button works, but the site button doesn't work.
Still creating the menu I ran into this problem with getURL. I've tried a lot of things, but it still won't go to the URL. Here's my AS code. I marked out where the getURL is.
[AS]
// Create xml-object
menuXml = new XML();
// Ignore tabs, spaces etc.
[Code].....
Still creating the menu I ran into this problem with getURL.I've tried a lot of things, but it still won't go to the URL.Here's my AS code.I marked out where the getURL is.
[AS]
// Create xml-object
menuXml = new XML();
[code]......
I want to create a template that loads content from Blogger RSS, example of Blogger RSS: [url]...I want that the SWF load the Title of the post, description and image and after 10 seconds update to another post of the blogger.is possible to create it using Action script?
View 0 RepliesI try to parse an blogger feed
[URL]
I work on part of the feed :
var myXm : XML = <feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:georss="http://www.georss.org/georss" xmlns:thr="http://purl.org/syndication/thread/1.0">
[code].....
I have created a blog header and want to upload on my blog. I saved as an animated gif, but it looks awful. The swf file is what I would like to use or add as code to blogger html.
View 1 RepliesIs there such a thing as creating a blogger in flash?
View 4 RepliesI am trying to add a button to a flash movie, that will allow people to embed the widget in In HTML, it's easy to create a button that does this, since it uses form elements and values to pass the data.
View 0 RepliesI decided to try to use setInterval for myanimation, which is just a mouse trail.However, I'm trying to get teh mouse trail to be a dynamic mask.In my previous swf this was achieved by using a holder mc with the animation inside and then using this as the mask. But this time I just canpt seem to hit on the right way to get it to work. The code I am using for the mouse trail is:
Code:
var i:Number = 0;
var myInt:Number;
var t:MovieClip;[code].....
in the function, but now the trail doesn't resize and the mask still doesn't work.
I've created a 'flashvars' tag in my embed code (aid=test), which I simply wish to add to the end a GetUrl statement, contained in within a button (which is on the first level of the flash movie). This is the code I've added to the button...
on (release) { getURL("http://www.platinumselect.com?id="+aid);}
But this doesnt seem to work!? Is there anything else I need to do?
How i can use the function getURL with quotes? The reason that i need to quotes, is tu put a parameter to another function in Adobe Director.[code]...
View 1 RepliesHow do I use the getURL function in AS3 ?
View 1 RepliesXML test file
<Slides>
<slideNode linkURL="www.cnet.com" jpegURL="images/test1.jpg">test 1</slideNode>
<slideNode linkURL="www.zdnet.com" jpegURL="images/test2.jpg">test 2</slideNode>
<slideNode linkURL="www.pcmag.com" jpegURL="images/test3.jpg">test 3</slideNode>
<slideNode linkURL="www.newegg.com" jpegURL="images/test4.jpg">test 4</slideNode>
</Slides>
In the browser, www.cnet.com, does not work. The value it outputs is: file:///C:/Documents%20and%20Setting...w/www.cnet.com
ActionScript
----------------
slides_xml = new XML();
slides_xml.onLoad = startSlideShow;
slides_xml.load("slides.xml");
slides_xml.ignoreWhite = true;
[code]....
I want 2 open an image in a blank window, when user clicks on the button.I used the following coding to the button:
on (Press) {
getURL("www.domainname.com, "_blank");
}
But the above code is not working , when i click on it.
how to get variable from php and use its value to properly link button in flash?
example:
index.php contains variable VAR1 with value TEST
i need to crate flash with following button
on (release) {
getURL("http://www.test.com/index.php?VAR1=<<here goes the value of the VAR1 from php, which is 'test'>> , "_self");
I am customising a Template Monster template that has a flash menu.When I changed the getURL code (using AS2) of my flash menu buttons they work for an external URL but do nothing in my site. EG.THIS WORKSgetURL("index.html");THIS DOESNTI have everything in the same root folder and the animated menu bar works perfectly in-situ, just wont go from page to page.
View 2 RepliesI have a pre built flash navigation menu. I am trying to add a getURL code to the buttons. The code looks like this:
function butnClick(event:MouseEvent):void {
if (event.target.num == 0) { // For the 1st button:
// Add your button click actions here[code]............
Im getting syntax errors and I know its wrong but thats the only way I know how to write it so far.
I am using Flash CS3, AS 2.0 and I have a button with -
on (release) {
getURL ("http://www.axiomaudio.com/store.html", _blank)
}
This is a small banner in an HTML page and I want it to open in the same window instead of opening a new window. I have tried using _self) instead of _blank) but it still opens a new window.
Are there known issues regarding the getURL command in Firefox 3.5?I made a very simple flash movie with some getURL commands and they work in IE7 and IE8 but not in Firefox 3.5.[code]I just tested in Opera (9.24) and it doesn't work either...
View 1 RepliesSo we have some web-based training that we are making. Using CS4 to publish to Flash 7 and then the page is running in IE 6. (Got to love them corporate policies!) We have some resource documents for the users to download. Usually we make them pdfs and use getURL() and the files work just fine. However, this time we have a file that we want to keep as a .doc type. The code is:
[Code]...
getURL('http://www.google.com',_blank);
The above can open google.com,but how to fetch data from server side(PHP) on localhost?
I read it's possible to call any javascript [URL] so why would I need doFscommand ?
View 1 RepliesI want to add getURL() to flash xml gallery images.
at present my script is loading external images fine. but i need to give images hyperlink. [code]...
I've created a login form in Flash that should post to a php login script on a different server.
I've given one input text field a variable name of user (for the username)
I've given the other input text field a variable name of pass (for the password)
I'm using the following AS applied to a button:
Code:
on (release) {
getURL("http://www.website.com/login.php?username="+ user +"&password="+ pass);
}
[Code].....
I log in just fine to the site... If I attach the full code to the script I log in just fine... why is it that passing the variables is not working with getURL action script?
I've tried to accomplish this using several different scripts but I get the same result with everything I do.
I have modified simple photo gallery tutorial through XML at [URL] click on a thumb and an image scrolls in. Now I'm trying to add a link to the image - but can't get the url from the xml to the image.
Here's the XML-file (pics.xml)
[XML]
<?xml version="1.0" encoding="utf-8"?>
<images><image>
<pics>pics/utrechtmedia.jpg</pics>
<sites>sites/utrechtmedia.jpg</sites>
[Code] .....
I am loading in some text which is stored in a text object with the var name of jslink
I also have one button which upon press I would like to get the url of "jslink"
I'm having trouble getting urls to work with an XML document I'm pulling into flash.
The XML looks like this:
[CODE]<items>
<item>
[code].....
I would like to put getURL on all mc on the stage, I put the script like this
Code:
var _root.url_array:Array = new Array("url1","url2","url3")
for (var mc in this) {
var i:Number = 0;
[Code]....
the problem when I click on mc, it go to same url, how can I it different.