Flash :: Embedded Document Viewer - Show Documents (if Have URL For A Document) Within Flash

Dec 16, 2009

We have a requirement to show documents (if we have URL for a document) within Flash. We have a need use embedded document viewer for MS Office and PDF documents. Are there any Flash controls available to acheive this?

View 2 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 :: Read Excel Documents Like A Xml Document With Flash?

Apr 29, 2010

I wonder if it is possible to read Excel documents like a xml document with Flash.

View 3 Replies

Make Flash Buttons Tell Ppt Document To Go To A Certain Slide After Embedding A Flash Exe Into PowerPoint Document

Mar 14, 2002

Is it possible after embedding a flash exe in to PowerPoint document that we can make flash buttons tell the ppt document to go to a certain slide.

View 2 Replies

ActionScript 2.0 :: Flash - Not Showing Up When Embedded With Document.write()?

Aug 26, 2007

I have two Flash files on a page. One is a side bar with links and the second one is an image gallery that gets an XML file specified via FlashVars. Now, the side bar is embedded like this:

Code:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,

[code]....

View 1 Replies

ActionScript 2.0 :: Flash Document Slide Show Not Showing Images?

Dec 30, 2009

I did a tutorial with macromedia flash professional 8 and all works but the images. On my computer it only shows one image but on my website it doesn't even show one image. There should be four. I am new to flash and am having a hrd time geting it to work. I can't seem to attach the flash document. It says invalid file. I do have a link to a test page I put on my site.[URL]

View 9 Replies

ActionScript 3.0 :: Load External SWFs - Parent Document Which Essentially Loads One Of The Ten Child Documents Onto The Respective Key Frame

Apr 29, 2011

I've got this interactive poem I've been working on for a class. I've basically finished each "episode" seperately. I made a parent document which essentially loads one of the ten child documents onto the respective key frame. Here's a sample of the code for the first key frame of the parent document:

stop();
import flash.net.URLRequest;
import flash.display.MovieClip;
import flash.events.Event;
stage.addEventListener(Event.ENTER_FRAME, LoadSWF2);
[Code]....

Well Two things are messed up about it, well my "ChildTimeline2" variable will off and on assosciate itslef not with the main time line of a child document, but of a nested symbol inside said child document. Even worse, the "gotoAndStop();" command I will give sometimes applies to Parent document... yaay! but often it will apply to the child document. The end result being this horrible looping moment where you are stuck in one child document for all time.

I wish I could attach the documents but they exceed the 300KB. how I can get Actionscript to listen fro the last frame of the maintimeline of the child document, or tell flash to gotoandStop for the parent document

View 4 Replies

ActionScript 3.0 :: Flash - Dispatching An Event From One Document Class And Listening For It Via Another Document Class?

Dec 14, 2010

I am dispatching an event from one document class and listening for it via another document class.My code in class A.

Code:
this.dispatchEvent(new MYEvent(MyEvent.APERTURE_DONE));
trace("Dispatching APERTURE_DONE");

my code in class B.

Code:
addEventListener(MyEvent.APERTURE_DONE, onDoorsOpen,true);
trace("Lisetning for APERTURE_DONE");

[code]....

My listener is registering before the event is dispatched, based on my output window, however I never get the "Open Doors" trace statement to fire.

View 2 Replies

Swf Embedded On Web Document And Hosted On Local Server

Jul 28, 2009

I created a swf embedded on a web document and hosted on our local server. I have no problem previewing and playing it on flash player 10 but whenever I attempted to play the same swf in flash player 9 I'm getting a popup security warning. I went ahead and registered it on the Adobe website but still with no success.

View 4 Replies

ActionScript 3.0 :: Stylemanager - Set The Style Of Another Document From It's Parent Document?

Dec 15, 2009

Can I set the style of another document from it's parent document? At the moment its giving me the error 1119: Access of possibly undefined property StyleManager through a reference with static type DesignCardForm.

View 2 Replies

ActionScript 3.0 :: Change Slide-show Into Working Document Class Without Error 1009?

Feb 11, 2010

I'm trying to make a slide-show that adjusts to the width or height of the stage, and eventually, of the web browser window. I was able to load and resize a picture by writing code on the timeline, but I got the Error #1009 (Cannot access a property or method of a null object reference) when I put this slide show into another movie clip loader (which chooses between different swf pages of the website, with the purpose of keeping the swf file sizes down). By the way, my "slide-show" loads the picture fine. When I use the movie clip loader to load this "slide-show" it works too. Only when I use the Flash Player to open it, it gives me the Error 1009. I looked around on actionscript.org, and everyone seems to be recommending the folowing code (or something like it):[code]

I also ran into some information about document classes and I figure maybe I should be using document classes to make this stuff more modular and reusable. So I put my slide-show code into an .as file, importing all the flash.xxx.* classes, and put it in a package and class and constructor function... in the same directory as my swf file, and set it as the document class to a blank fla file. Then I tested it and all I got was a blank swf. This is without the Event.ADDED_TO_STAGE code. I guess I don't know how to get the document class thingy working either. So my question is, can someone tell me how I can change my slide-show code into a working document class without the Error 1009?r?[code]

View 1 Replies

ActionScript 2.0 :: [FLASH CS3] Checkbox Component - Give The Viewer The 'don't Show This Again' Option

Sep 12, 2011

I'm working on a mini-site and there is this opening page with some text bla bla and I need to give the viewer the 'don't show this again' option. I've discovered the components in Flash (yoo-hoo) and so far I've dragged a checkbox to the stage and only been able to change its label in the parameters in components inspector.

The opening page is in scene 1 and I just need the movie to play scene 2 frame 1 if the checkbox is clicked. How do I go about this? I'm very confused with event listeners etc. Could anyone give me a "for dummies" walk through?

View 2 Replies

ActionScript 3.0 :: Reference Main Document Class From Document Class Of Loaded Swf

May 7, 2011

I have a FLA (say Main.FLA) document class with a child MovieClip on the stage: into the child MovieClip I load other swf files: each of the files contains its own Document Class (every swf is a somewhat independent application, say quizzes and so on).For some reason I must use the Main document class to store data (scores or so) from the child swfs loaded into the Main swf. HOW do I reference the Main class? I can't find a way.[code]and dispatch an Event this way from the loaded swf document class to the Main class:[code]Now, first of all I don't know if this could even work. Secondly, I tried to make it work by adding an event listener to my Main class but id did not work.

View 9 Replies

IDE :: Get A PDF Document Into Flash?

Jan 14, 2009

way to get a PDF document into flash and then so that when i publish the file the pdf links like www.kirupa.com are actual links people can click on?

View 3 Replies

ActionScript 3.0 :: Moving Document Class .fla Cannot Find The Document Class - WTF?

Sep 22, 2008

So I had a working .fla, with a document class package in the same directory. Everything was fine, until moving both to a new directory, now the fla cannot find the document class. WTF?

View 2 Replies

Flash 10 :: Flash Cannot Parse This Document. An Error Occurred Opening File 'D:......fla'

Mar 22, 2011

When I open the file in Flash CS5, this message appears:Flash can not parse this document.An error occurred opening file 'D:......fla'

View 0 Replies

Animated Gif Over Flash Document?

Dec 22, 2009

Is it possible to overlay an animated gif on top of a flash banner?I have an html page, where I want to re-work our main banner with flash elements, but would like to place our existing animated gif over the right hand part of the background banner.

View 2 Replies

Flash :: Importing An XML Document

Aug 25, 2009

What I'm working on is a navigation bar populated by an XML document. I'm working from an existing navigation bar while I learn, and the existing bar has a menu, and when clicked each button has a sub menu. I'm trying to remove the submenu so that when you click the navigation bar button, you go to the address defined in the XML. So far I've got everything working so that there is no sub menu drop down, and when you click a button, you are taken to a URL defined in the actual flash AS file.

I can't seem to get the AS file to call on the XML file to the get a URL from it though. How do I tell the AS file to call a variable from the XML document? I know I have the correct Node path because it works in a second AS file.

View 2 Replies

Flash :: Make A HTML Link That Goes To A Flash Document ?

Dec 13, 2009

Is there a way to make a HTML link that goes to a flash document but also to a certain scene?

View 1 Replies

Actionscript 3 :: Flash - Setting A Flash Document's Instance Name?

Apr 20, 2011

I have a simple Flash document with a single rectangle on a stage. I've made the rectangle a symbol, a MovieClip, and set its instance name to "test_symbol_name". I've published this document to a .swf. (Here's the .fla and .swf)In an AS3 Flash Builder project I load the swf with a Loader, then trace everything on it's display list with this function:

public static function traceDisplayList(container:DisplayObjectContainer, indentString:String = "->"):void {
var child:DisplayObject;

[code]....

View 1 Replies

Install Lightbox Within A Flash Cs3 Document?

May 27, 2009

I am using this tutorial to install lightbox within a flash cs3 as2 document[URL]..I got everything to work, now I am trying to set up the code to load an html page in the lightbox without changing the option to load jpg's as well.

So far I've tried changing the code in flash to say .html instead of .jpg and The lightbox keeps loading without ever finding the file.

View 1 Replies

ActionScript 3.0 :: Create A New Document In Flash CS3?

May 31, 2009

when i create a new document in Flash CS3 with choosing "ActionScript 3.0", i cannot edit the action script for any clips/buttons i made  and when i pressed F9, it showed "current selection cannot have actions applied to it". however, when i created a flash file with selecting ActionScript 2.0, I have no such issue any more.

View 4 Replies

Save My .fla File As A Flash Document (.swf)?

Sep 1, 2009

I have 2 files one that says it is a flash document with the extension .swf the other says Shockwave Flash Document also with the extension .swf.
 
How do I save my .fla file as a flash document (.swf)? I dont think I want it to be a shockwave flash document.
 
What is the difference between the two?

View 1 Replies

Convert Entire Flash Document?

Sep 18, 2009

From Actionscript 1.0 - 3.0
 
If so, how do you do it?

View 5 Replies

How To Add Different Types Buttons In Flash Document

Dec 4, 2009

There is only simple type of button in Component - User Interface - Button. How to insert different types of buttons in flash document.

View 3 Replies

Loading A Webpage Within A Flash Document?

Dec 26, 2009

load a webpage withing a flash document,
 
this is what i want to happen, i want the flash to stop animating/looping (i already have that done) and then instead of opening a seperate page to load a website i want it to load within the swf. CS4 ActionScript 3

View 2 Replies

Professional :: Hyperlink In Flash From XML Document?

Jun 15, 2010

I have a Flash file that is displaying .xml text. I would like to create a hyperlink inside the text area.

View 1 Replies

Professional :: Cropping A Flash Document?

Dec 1, 2010

I recently made a flash document with animations and some AS at 1600 pixels wide. It turns out that my web developer is having trouble using the file and would like it cut down to 1200 pixels wide. I can make the document 1200 wide, but then everything is off-center. Is there any way that I can crop it to 1200 my taking 200 pixels off of each side instead of just 400 off of one side? If not is there an easier way to just select every layer and tween at one and move them over

View 1 Replies

ActionScript 3.0 :: Scanning Document From Flash?

Oct 15, 2009

I was wondering if there's any way to scan a document from a scanner using flash.

View 5 Replies

Flash 10 :: Failed To Open Document

Mar 30, 2011

I did yesterday my last changes and since this morning I could open it anymore. I got this every time : Failed to open document[code]...

View 0 Replies







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