ActionScript 3.0 :: Some Information On Change Pages?
Jan 13, 2010
I'm going to make a website and i wanna ask you this: When i change a page for example i go from home to portfolio what happens? A new swf is loaded into the website or is all manage in the same swf ?
View 5 Replies
Similar Posts:
May 16, 2009
in a picture gallery how do i make 2 pages of thumbnails contolled with a button to scroll between the pages ? i cant find a decent tutorial...
View 32 Replies
Sep 30, 2010
I'm trying to create a photo gallery that allows you to use buttons to change the pages. I saw a tutorial for it at [URL]. I followed the turorial but it still isn't working.
This is my code:
this.pathToPics = "Users/godfreyhibbert/Documents/animation/";
this.pArray = ["bike001 .jpg", "bike002.jpg", "bike003.jpg", "bike004.jpg",
"bike005.jpg", "bike006.jpg", "bike007.jpg", "bike008.jpg",
"bike009.jpg", "bike010.jpg", "bike011.jpg", "bike012.jpg",
"bike013.jpg", "bike014.jpg", "bike015.jpg"];
[Code] .....
View 1 Replies
Nov 16, 2010
I am re-branding my web site and am seeking AS 3.0 Code to Randomly Change the FONT (from a predefined list of say 20 FONTS) for ALL THE TEXT on ALL THE PAGES.The FONT Change would ONLY need to happen ONCE on A NEW LOAD / VISIT of the site.
View 3 Replies
Sep 2, 2010
I need to create a static frame and a changing content... currently envisaged as frame containing the side panel and header and footer content.
The content panel will call mxml based on the content sought.
a) how is the frame paradigm- with static frame "containing" other content done. I dont want to repeat the header and footer logic in every 'content section' code?
b) how is the hyperlinking between content sections done- using 'states' seems convoluted
View 2 Replies
Apr 13, 2005
I'm a bit of a newbie, wondering how this scaling effect is possible. See www.sagmeister.com - when you scale your browser window, the entire site interactively shrinks or enlarges to fit. How is this done with Flash MX? Is it a publishing option or an actionscript or what?
View 8 Replies
Jul 5, 2009
I'm kinda noobish when it comes to getting information from XML information sent to my flash file from the socket server. OK so for example the server sends me this:
[Code]...
I want to get the name of the user and the X and Y position! Is there a way I can get this information without a load of fuss from functions and other junk remember im kinda noobish.
View 1 Replies
Feb 11, 2011
I want to build a program built around my pc specs. Is there a way to access such information as how much ram I have or how much cpu usage is being consumed, etc.?
View 2 Replies
Apr 28, 2009
Looking for a tutorial to make individual pages (jpg or gif) into swf pages so we can add links in an on-line flip book. I have flash, but have not learned as of yet.
View 2 Replies
Jan 25, 2011
I would like to know how to track my pages with google analytics to see which pages are getting the most clicks. My site is XML / Flash the menu is xml. Could I put the tracking code on each of the menu items in the xml file?
View 7 Replies
Oct 3, 2011
I'm using FileReference to upload PDFs and PHP to email it.Is there any way to find out the number of pages within the PDF using either Flash or PHP?
View 5 Replies
Feb 5, 2010
I'm trying out a page-flip program that tells me to create the pages as jpegs within a folder named "pages" in the Library. When I try to run it, it tells me it can't find the jpegs. I can get it to work locally by including the full URL (i.e., "...My Documentsedinnerpartiesimagesp3-large.jpg), but I know this isn't embedded in the swf file.
View 1 Replies
Oct 6, 2009
I have created a website with one flash animation banner.The banner .swf has 5 menus. Each menu goes to different movieclips inside the .swf file. and at the same time i want to load the corresponding html file when i click the menu button and place the html content into the bottom area of the main html page without refreshing the html page.
View 2 Replies
Jun 4, 2009
I purchased a flash template and replaced all of the information with ours. The problem that I'm having is that when customers fill out the contact form on the 'contact' page, it doesn't send their email to us (which is one of the fields).
The site is live at [URL]
I've attached a jpg that shows the movie clip I'm working in.
View 3 Replies
Aug 26, 2009
I have a simple html page witha flash button. Upon clicking on the button, I would like to retrieve certain information from the js in the html (a URL for example) and execute it from the flash button.
View 3 Replies
Nov 8, 2011
I know trace() function can print information,but I must use flex builder environment.If I don't use flex builder,the trace function can't make function.I want to know if there is a statement can replace of trace(),because sometimes I need print information for debug and I don't want to use flex builder too.
View 3 Replies
Mar 25, 2005
Does anyone know of a way to obtain information about the environment that a SWF is served into? Things like the URL of the page that is hosting the SWF?
So say there's the URL [URL] which has the movie flashmovie.swf embeded in it ... is there a way to get the URL from inside flashmovie.swf and cast it into a string datatype?
I've been picking apart the _global object by recursively un-hiding it and the objects it holds properties, but so far have not come up with anything that could prove useful.
View 4 Replies
Feb 28, 2006
Is there any way to pass vairable or array information from flash either .swf or .exe to VB.net ?
If so can data be passed back to Flash from VB.net ?
I want to create a simple graphical application in Flash that when the user has chosen it passes the info to a VB.net application.
View 1 Replies
Mar 9, 2009
Is there a way to dump out all the target info in as3? Basically I would like to know everything that is contained in my target like a var_dump or cfdump for as3. Something that would work like....
trace(event.target.dump);
View 2 Replies
Dec 30, 2010
I've got an array, events, where I store objectdata, such asevents.id (String), events.action (String) and events.time (Number).In a for-loop, I want to go through the array and for each object I want to connect a Timer which runs the function "takeIt" which runs the public function "newEvent". The object in the array, events.id contains information about the object which is running newEvent, and in the array, events.action there are alse information which action to use. The events[i].time contains information about the timer delay which seems to work.How should I wite this to make it work?
Code:
for (var i:int = 0; i < events.length; i++) {
function takeIt(e:TimerEvent) {
[code].....
View 1 Replies
Jan 17, 2011
myShape=new MySquare(5)
inside MySquare constructor:
theArray.push(this)
[code].....
View 4 Replies
Mar 25, 2005
Does anyone know of a way to obtain information about the environment that a SWF is served into? Things like the URL of the page that is hosting the SWF? So say there's the URL which has the movie flashmovie.swf embeded in it ... is there a way to get the URL from inside flashmovie.swf and cast it into a string datatype?
I've been picking apart the _global object by recursively un-hiding it and the objects it holds properties, but so far have not come up with anything that could prove useful. I want to be able to do this for error logging.
View 4 Replies
Mar 15, 2009
In my flash application, I want to have information about the system the flash object is running on.Is there an object which handles this?My application runs in a browser mostly, so I also want to know the browser in which the application is running.Can I also access this directly from within the flash player or do I need to communicate with javascript then?
View 1 Replies
Sep 28, 2010
What I need to obtain is the playhead location of a playing video when the Stop button is pressed. I need this to be either in milliseconds or hours:minutes:seconds. Either format is fine as I can work with either.I need this so that I can add a cue point to the video so that when the user returns to the presentation, it will start playing again at that point.
View 1 Replies
Oct 18, 2009
I'm making a very simple MP3 player in Flash CS4 Professional 10.0.2 that loads a song from an array containing the locations of the songs and plays it. The player also displays the artist and song info name in dynamic text fields as specified in the ID3 section of the MP3 file. It works as desired when I load the MP3 before playing it. This is the relevant portion of the code, highlighted in green to indicate that it functions as I want:
[Code]....
What's odd is that if I comment out the last two lines of the onID3 function, so that the function only performs the trace command that's highlighted in orange, it works! This tells me that it's loading the ID3 information. So why can't it display the information from the currentSong variable?
EDIT: I'm pulling the MP3 files from the same server as the SWF. I would not be pulling them from a remote location!
View 4 Replies
Jan 3, 2011
How can we get the browser name and version through which the current streaming is takes place?
View 4 Replies
Jan 10, 2011
I want to get client IP and mac address,can as3 do it? Which class can I use?
View 2 Replies
Jan 26, 2011
I am using location.loadMovie("image 1.jpg") to load images into my site, seeing how these images are not within my swf. but externally stored they load when I goto the location in the timeline, not in the beginning of my swf file with the other content (after my preloader runs) is there a way to have a preloader show up ( I want to use load % and movie clip for preloader) and tell you how much is loaded so someone knows there is an image there that is being loaded and not just a blank screen?
View 1 Replies
Jun 9, 2011
I want to add the required information to the 'Summary' tab when looking at the properties of an SWF file.Could somebody tell me how to do add the required informations .
View 5 Replies
Oct 21, 2011
I want to read Meta tag information of a video file like Artist,Album,Year,etc.... I tryed "onMetaData" for a video file.But i didnt get information like rtist,Album,Year,etc... The video file can be mp4,avi,mpg,mov. I dont want them to play in swf... I just want to load the file and show the meta tag information as text. For audio files i can get id3 information after loading the song.But is there any other way to get them with out loading the sound? Each loading will take time to give the result.
View 9 Replies