Professional :: Screen-based Documents In CS5

Jul 21, 2010

Just fired up Flash CS5 to a surprise. My screen-based SWF from years ago will no longer load. how does one achieve the equivelant of nested screens in CS5 now? I have outer chrome that's common to all screens and switch between nested screens to show different shared form screens that get populated with content from a database. Short of duplicating the shared content over and over, how do you get the layered effect I'm after? Does everyone simply jump around on the master timeline? Or does CSS play a role here?

View 1 Replies


Similar Posts:


Post PDF Documents To The Web Using A Flash Based Document Viewer

Jul 7, 2009

I actually dotn do a ton of flash work but I have a client who would like to have the ability to post PDF documents to the web using a flash based document viewer like the one found here: [URL] they want the ability to make certain areas of the document clickable like links so they can take you to a url - and they want the ability to roll over or click on an area of the document to zoom in on it. is there some kind of canned component i coudl either get as freeware or purchase that woudl allow me to do this?

View 6 Replies

ActionScript 3.0 :: Library Of PDF Documents (files In A Folder), And Create A Splash Screen?

Nov 21, 2011

Is it possible to have a library of PDF documents (files in a folder), and create a splash screen in Flash, even if its a AirApplication, that can search the documents for specific words? I am trying to create a PDF search tool that I can be delivered via CD.

View 4 Replies

Java :: Open Source Web Based Screen Sharing

Jun 18, 2011

Is there any open source screen sharing (or desktop sharing) software that I can use to integrate into my web site? Any flash/java based solutions?

View 2 Replies

Professional :: Motion Tweened Object Wiped Off Screen In Fullscreen But Remains On Screen In Closeup?

Jan 23, 2010

I'm new to Adobe Flash CS4. I'm making an animation of some fish underwater. I have 2 small fish motion tweened to follow a large fish from left to right. When I view the animation in full screen the small fish seem to be wiped off the screen at a certain point. The tween box continues to follow it's path but the symbol disappears. This only seems to happen with larger objects.

[Code]...

View 2 Replies

Professional :: Save CS4 Documents In CS5 Without Save As Dialog?

May 7, 2011

At my college, they have CS4 (master suite) and at home I've got CS5 (design premium). I can save files in CS5 as CS4 so they can be read at college (by Flash) but I have to do it via the "save as" every time I save. After a couple of times, it get rather irritating. Is it possible for me to save in the usual way (as if it was a CS5 document) without the save as dialog every time I save my work?

View 5 Replies

[CS4] AS3 :: Get A Based Flash File To Run Full Screen In A Windows Projector?

Jan 23, 2009

I'm currently trying to get an AS3 based flash file to run full screen in a windows projector, but no matter what I try codewise I cannot get the function correctly working,I've tried

fscommand("fullscreen","true");

which works, but I'm also told to avoid it, as it's buggy : - I also tried

fscommand("trapallkeys","true");
fscommand("fullscreen","true");
fscommand("showmenu","false");[code]....

but this doesn't work either, in swf or standalone .exe.

View 2 Replies

CSS :: Design Flash Based Site With Different Screen Size / Resolution?

Jun 25, 2010

I am developing a flash based website using mxml. My monitor's resolution is 1280x768 and is widescreen. The problem is while it appears properly in my screen it doesn't appear properly in others.

-Let scrollbars take care of it : If the screen is 14 inch screen with 800x600 resolution it appears zoomed in. So that's a problem
-Get screen resolution and resize using scaleX and scaleY : The graphic components will get resized but fonts give problem.

View 3 Replies

ActionScript 3.0 :: Auto-resize Image Based On The Users Screen Size?

Dec 10, 2010

How can i make a image resize based on the users screen size in flash?

View 4 Replies

Java :: Develop A Browser Based Application That Record The User Screen?

Feb 3, 2010

I need to develop a browser based application that record the user screen, much preferably on flv. Also doing that with java would be perfect.That's exactly what they accomplished at [url].... , with just a javaWS app.

View 2 Replies

ActionScript 3.0 :: Flash - Circle To Blink On The Screen Based On User's Input

Aug 9, 2010

I have an image on my frame. (a circle). I need this circle to blink on the screen based on user's input. The circle display time and the hide time should be input in a input text box in the beginning. Also this has to blink for "x" number of user defined cycles. I know how to control the delay between blinks but I cannot control the amount of time the circle stays on screen.

View 4 Replies

ActionScript 3.0 :: Make Image Resize Based On The Users Screen Size In Flash?

Dec 12, 2009

How can i make a image resize based on the users screen size in flash?

View 4 Replies

ActionScript 2.0 :: Array Re-initializing - Screen To Display Feedback Based On The Answer Of The Question

Jan 9, 2004

I have some code that initializes an array (arrQAnswer) that stores what button the user clicked on (0,1,2, or 3). That option it put into arrQAnswer, then compared against arrCorrectAnswer to see if the user got the question right. The problem is that for each time the user clicks on a button, they are taken to a new screen to display feedback based on the answer of the question. If the user gets the question wrong they are returned to the original screen and try again. This is where arrQAnswer is screwing up (or more likely, where I am screwing up). On the first question where the user chooses an answer, then returns to that screen, arrQAnswer re-intializes. Is there a way to stop this from happening? Note that it only happens on the first question, I think that is because the first question is on the same frame as the code (below):

[Code]...

View 4 Replies

Add Metadata For Searching To FLA Documents?

May 29, 2009

In Flash CS3 when you did Modify/Document it allowed you to type in a document Title and Description which were metadata searchable by internet search engines. According to the book "Brilliant Flash CS4" this is still possible in CS4, but I think they have removed the option, and the book is wrong. add metadata for searching to FLA documents or is this now gone?

View 1 Replies

Xml :: Flash - External Swf Documents?

Mar 13, 2010

My XML scripts work fine in the local swf. If I load an external swf, can I still retrieve XML data from the same way. What problems will I encounter with XML and externally loaded swf files?

VARIABLE TYPES
var timer:Timer = new Timer(10);
var myString:String = "";

[code].....

View 1 Replies

ActionScript 3.0 :: Using 2 External Documents?

Jun 13, 2011

I have a dillema with Flash, and that is using more than 1 external document... Over the years I've tried using the include statement WHICH worked in as2 but now as we have progressed into as3 it seems to cause more and more errors! Why is Adobe screwing up actionscript? Back when Macromedia owned it everything was sooo much simpler than it is now

Right now I am making a Flash Game which is almost finished and I'm already using the external document for the GameController, I've added a brightness setting for portable users to make it brighter, I borrowed code off a kind coder and I'm now responsible for converting the external document into the actions keyframe...I used the include 'Main.as' statement and I get this error, packes cannot be nested.....is it possible to put the full code in my keyframes actions layer instead?

View 9 Replies

ActionScript 3.0 :: Loading XML From My Documents

Jul 16, 2011

I want to load my xml file from my documents. What url should I use? in this request
xmlLoader.load(new URLRequest("medialist.xml"))

View 1 Replies

ActionScript 2.0 :: Multiple XML Documents In One FLA?

Apr 24, 2008

i'm trying to create a mix and match clothing application using flash for a school project but am having trouble with xml documents. Using an old gallery tutorial on the site, i found it was quite easy to load up one xml document, excerpt of code below.

I thought it would be as simple as copying all the code and changing the variable names to load a second xml document but i find when i run the code, that only the last xml document in the code loads

function loadXML(loaded) {
if (loaded) {
xmlNode = this.firstChild;

[Code]....

View 1 Replies

ActionScript 2.0 :: F8 Open My Documents From A Button

May 25, 2009

Well what i want to do is a background in an internet source page. You know that ur deskopt background can be a web page right ? well i want to create such a page with dreamweaver which i can do and insert some flash button that i would be able to click on and open my folders such as My Images, My Documents, My computer... not open a file but the folder itself. Ive seen a lot of fscommand and gourl but they dont work cuz one open an internet browser and the other nothing appears. Id'like to know if it is makeable with Flash 8 to click on a button and then my documents appear and even better that you can choose dimmension of the pop-up.If i want to open my documents as an example do i need too have the button and the webpage in my documents?

View 3 Replies

Flash :: Open Office Documents From It?

Apr 19, 2010

We're working with a product called ProForm to create online courses that are Flash-based. It's a pretty cool product, created by Rapid Intake and using ActionScript 2 as the basis.

The problem we're seeing is that when we try to use this method to connect directly to Office documents, the links fail to open the documents in Internet Explorer.  When using Firefox, they work fine, and soon after clicking the link the user receives a dialog asking if they wish to save or open the document.  This is the behavior which we expected in IE, and which one can achieve by holding the CTRL button and clicking the link (and don't ask me how that was figured out, 'cuz I don't know).  But when just clicking the link in IE, a browser window briefly pops up, then the thing disappears and nothing else happens - no file opens, no dialog appears, nothing.

View 2 Replies

ActionScript 3.0 :: Loading Documents Within A Label?

May 25, 2011

Is there any way to load Word Documents, PowerPoints, and .pdf files within a label using AS3?

View 1 Replies

Flash :: Is Using Uncompressed XFL Documents With SVN Advisable

Jul 11, 2011

My team and I are considering switching to using the "Flash CS5 Uncompressed Document (*.xfl)" option in Flash CS5 based on the assumption that it will allow better collaboration and conflict resolution when working in a version-controlled (SVN) environment. We would like to avoid the common situation of irresolvable conflicts when multiple people edit an FLA. at least in the initial release of Flash CS5: [URL] Has anyone had success or failure with this approach? Is this a favourable or detrimental change in workflow?

View 1 Replies

Php - Opening Documents Inside A Website?

Oct 3, 2011

I want to know is there any flash viewer which i can embed on my website, for opening word, pdf files?

or is there anything else that i can put on my php website, that can view the document

View 1 Replies

ActionScript 3.0 :: Loading External Documents?

Jun 17, 2009

I am a beginner when it comes to Flash and Actionscript. I know how to create a few things using Flash, but when it comes to programming in actionscript, I am clueless. I work for a local government agency; my boss and I want to simulate a digital signage system using Flash.

I have a document that changes weekly, I want to load it in a Flash file that will display it as is and autoscroll it and loop back to the beginning. The file itself is created by a secretary in different office. We want her to save the file in a designated folder and it will automatically apear on screen. (does any of this make sense?)

I was able to set up an application that uses xml and css. I had to go through the microsoft word document copy and paste it to an xml editor which was 14 plus pages and add xml tags. I was able to get it to show up online, but I could not find code in actionscript 2 that uses autoscroll.

View 0 Replies

ActionScript 3.0 :: Mxmlc.exe Compile Pro Documents?

Jan 27, 2011

We're looking into an automated nightly build process using ANT or Maven. The build machine is separate and runs headless... in fact it's just a Virtual Machine on our corporate servers. I know it can easily enough handle normal command-line compilation using mxmlc.exe, but my developers are all using FlashBuilder Pro. My question: Can vanilla mxmlc.exe compile Pro documents without FB Pro being installed? Could I just copy the latest ProSDK over to the build machine or (god forbid) do I have to buy yet another copy of FB Pro only to have it sit mostly unused on the build machine? Enquiring budget-conscious minds want to know.

View 0 Replies

ActionScript 2.0 :: Flash8: Switching Xml Documents

Jan 17, 2007

I'm currently making myself a new portfolio, mainly because I want to start learning some more advanced actionscript skills. I'm trying to setup my site so it runs completely off xml data. Firstly I have an xml menu loading into "menu.swf" and also a xml document with loading into a "project.swf"... Now instead of making a different swf for each project I thought it would be better to have one swf. This would mean loading in a different xml document into the projects window. Where I'm stuck is i'm unable to load a new xml into projects.swf. This is a button I'm generating from xml in menu.swf

[Code]...

View 1 Replies

Flash :: IDE - Extremely Slow On Certain Documents

Oct 28, 2009

For some reason whenever I try to access a any of the files within a project that I'm working on it goes extremely slow. I'll click something, or type something and it'll take like 30 seconds before I actually see it do anything. I never had this problem with this project before, seems like it came out of no where. If I just make a new document, or goto another project it's fine.

View 7 Replies

IDE :: Flash - CS4 Crashes When Closing Documents?

Dec 30, 2009

got a new problem with Flash CS4 which came up yesterday after trying to profile a swf with Flex Builder (3).As soon as I close a open document (like fla, as) or close a running swf (started with Cmd+Enter) it crashes. Reinstalled CS4 today, but the problem is still there. Really annoying stuff.

View 1 Replies

Printing Long Multi-page Documents

Dec 1, 2009

I've got a document reader application that I'm trying to add a print option to, but I'm having real difficulties with PrintJobs.On my first attempt, I prepared all my pages in advance, then called PrintJob.start, followed by PrintJob.addPage for each page, then PrintJob. send to finish.On longer documents, however, this was falling foul of the script execution time limits.I could get 90-100 pages spooled before the runtime threw an exception and cut the print run short.On my second attempt, I prepared all my pages in advance again, then called PrintJob.start.I then tried using an event handler to call addPage for each page (first using the frame_enter event, then using a timer).  However, calling PrintJob.addPage from an event handler like this caused an exception to be thrown.I've been tearing my hair out all afternoon trying to find a solution to this -- does anybody have any idea how I can get long PrintJobs to work?

View 1 Replies

ActionScript 3.0 :: Interacting With Html Documents From Flash

Apr 9, 2011

I'm a newbie in actionscript. I created a world map in flash. The map has regions (Europe, North America, Latin America, etc.). The regions on the map are defined as buttons.

The final flash map will be embedded in an html document (map.html). The idea is that when you click for example the "Europe" button on the flash movie, this will open an html document called Europe.html and will show it underneath the map flash (inside map.html). The "Europe.html" for example contains a list of countries. In this mission I have 2 problems:

1. What script I have to attach to every region button on the flash map so it will call the right html file into the div on the map.html?

2. What script do I have to put inside the html document?

View 5 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved