Professional :: Link To Bookmark In .docx?

Jan 29, 2010

was just wondered if it is possible to link to a bookmark in a microsoft word document? I figured it would work similar to how you'd link to a bookmark in a HTML file but to no avail. heres my code so far:
 
btn1.addEventListener(MouseEvent.CLICK, lndFunction);function lndFunction(event: MouseEvent) {    var request:URLRequest = new URLRequest("test.docx#number8");    navigateToURL(request, "_self");}

View 1 Replies


Similar Posts:


ActionScript 3.0 :: Adding A Bookmark Link?

Nov 11, 2009

I've been looking all over for how to create a bookmarking link for IE7 using Flash CS4 Action Script 3.
 
I'm creating the button using the following code:
 
BookMark_mc.addEventListener(MouseEvent.CLICK,gotoBookMark_mc);
function gotoBookMark_mc(event:MouseEvent):void
{
URLLoader ("javascript:window.external.AddFavorite ('http://www.actionscript.org

[Code].....

I published the SWF and the Index.html file, then accessed that .html file from my web server, but no luck.

View 3 Replies

Actionscript 2.0 :: Add A Link To Button In Flash So It Would Bookmark Page?

Mar 5, 2008

I was just going to ask if it's possible to add a link to a button in Flash so it would bookmark the page?I found this code, but it doesn't work.[url]...

View 14 Replies

Professional :: Creating A Bookmark For A Streaming Video?

Jun 23, 2011

I was talking with a friend and we were trying to figure out if it's possible to have people create a bookmark on a streaming video so, if they leave midway they can come back and pick up from where they left off?
 
If this makes sense and is possible how could you do this?  Would it be in the Flash encoding or is it through HTML?
 
Also, would this be called VideoMarking?  I see 2 other posts on here regarding videomarking, sound similar.

View 2 Replies

AS3 :: Convert DocX, OpenXml, Or RTF To TextFlow?

Jun 18, 2010

Basically we want to be able to open up a docx file in as3 or Flex 4 and convert it to a text flow while preserving formatting, embedded images, tables, columns, etc. I know theorectically it's possible as the new Text Layout Framework is powerful enough to pull it off, but I haven't been able to find any case where someone has achieved anything along these lines except for Adobe's BuzzWord web app which does just this. Ideally the solution would be for RTF documents as conversions to RTF from anything are pretty familiar.

View 1 Replies

ActionScript 3.0 :: How To Read/load .doc/.docx

May 5, 2010

To my knowledge as3 cannot read the contents of a .doc/.docx file (it can, but it gets stuck in the beginning random/garbage data. Does this have to do with xml formatting?). Am I correct?

If I am correct in assuming as3 cannot read .doc/.docx files, does anyone know a workaround for this? I don't need the formatting, just the text. Can I skip the beginning garbage data? (How do I determine where the good data starts? Is it fixed location I can begin at?) Can I convert it to a .txt file in javascript or php or some other language? (I know very little about them, but am willing to learn) Is there another workaround that I haven't thought of that is worth looking into?

View 2 Replies

Actionscript 3 :: Create A Docx Using FZIP - Adobe AIR

May 8, 2011

Using the office open XML format by microsoft I was able to create the files needed for a clean Word document. These files are all XML files. What I do is write the XML content to a different bytearray for each file.

I then add the bytearray's to the FZIP library [url] and create a docx file using the following code:

CODE:

Ok this creates a new docx file in my documents. If I rename the .docx to .zip and unzip it it will follow the exact structure needed for Word documents (example: [url]

In this example "Untitled Document" was originally "Untitled document.docx" (then renamed to .zip and extracted)

So you can see everything works fine untill... you try to open the "Untitled document.docx" in Word. It will say the file is corrupt.

WHAT DOES WORK HOWEVER... After extracting the docx file (like in screenshot) when you select all the files/folders inside the Untitled Document folder and ZIP those, then rename ZIP file to docx (see result: [url]) it works fine in Word and word reads the file correctly.

NOTE: If you try to zip and rename the Untitled Document folder again it will become corrupt again as well.

So my question: What could be the problem that the word file is corrupt when zipped using FZIP in actionscript 3 but works fine when you ZIP the files after extracting your corrupt file.

View 2 Replies

Professional :: Flash/XML Link - Format The Link Tag In The Xml If There Is A Standard?

Feb 17, 2012

I have created a small application which takes it's information from an xml file and displayes it in a news ticker which is a flash Flash AS2 application. tell me the correct way to format the link tag in the xml if there is a standard when wanting to state a target for the link?  The xml file currently looks like:

<newsTicker>
<item>
<header>Test Message 1</header>[code]....

So what I want to do is to be able to open the link in a taget=_blank window however adding that to the end of the url does not currently work.I have added a comma and also tried using a space, space and encompassing in quotes but none are working.

View 1 Replies

ActionScript 2.0 :: Set As Homepage And Bookmark Button?

Feb 20, 2009

I have 2 buttons in flash.. and i need one that allow me to set as homepage for that webpage when i click. and another one allow me to bookmake that webpage when i click.

View 0 Replies

ActionScript 3.0 :: Bookmark Functionality In Flash?

Jul 29, 2009

Actually i will tell u the reqmnt wat am looking for... i've done some animation in flash 8 and it was simple animation moving a movieclip vertically from keyframe 1 to 100. And i published the animation, i got an html file as well. still now everything is good. i can click the html file and can see the o/p now when am trying to open the same html second time, i need to display a popup mentioning do u want to continue the animation from wher u stoped on clicking yes, it has to start from wher u stopd earlier. if no, start from the beginning of the keyframe..

View 0 Replies

ActionScript 2.0 :: Add Bookmark Button In Flash?

Aug 30, 2011

I have to add a bookmark button in flash file so what is script?

View 2 Replies

ActionScript 2.0 :: Bookmark Functionality In Flash?

Jul 29, 2009

i've done some animation in flash 8 and it was simple animation moving a movieclip vertically from keyframe 1 to 100. And i published the animation, i got an html file as well. still now everything is good. i can click the html file and can see the o/p... now when am trying to open the same html second time, i need to display a popup mentioning do u want to continue the animation from wher u stoped... on clicking yes, it has to start from wher u stopd earlier. if no, start from the beginning of the keyframe...its more or less like bookmark functionality !

View 1 Replies

ActionScript 2.0 :: PageFlip - When Use A Bookmark Movieclip That Contains Some Buttons In It

Oct 22, 2009

i am working on ebook using pageFlip component, (see attachment). My problem came when i use a bookmark movieclip that contains some buttons in it. I put the bookmark movieclip above the pageFlip component, but when the cursor rollover the button, the pageFlip on the back react too (please look at the right corner of the button 1 n button 10). It's so weird, since in the most cases, button in a top position will make the button in the back position not work.

How can i stop the pageFlip component react (especially on the drag area in the right corner of pageFlip) when the bookmark show above it, n only button in the bookmark mc react when the mouse is clicked or rolled over the buttons? Maybe some scripts for the bookmark mc, i guess? *Please don't ask me to move the bookmark mc from that position, because i have some plans on it hat's all 4 now

View 11 Replies

Actionscript 3 :: Open Url Bookmark From Flash File?

May 18, 2011

I have a flash file which is basically an animated TV that flicks through designs in my portfolio.I have a button on the TV that when clicked should open a url in the current window.The url is a link to my portfolio page, but as its a vertical scrolling site the url is a boomark #portfolio, can anyone recommend the best way to trigger this link within the smae window?

View 1 Replies

Actionscript 3 :: Read Plain Text From .doc And .docx Document And Display In Flex3 Text Area?

Mar 21, 2012

We are in the process of developing a CRM application and for that we need to upload *.doc and *.docx files and display that contents.

We successfully uploaded the *.doc and *.docx files in application by using FileReference and FileReferenceList. Would you please tell me some idea to read the contents from *.doc and *.docx files and to display the uploaded file content into flex text area.

View 1 Replies

Bookmark / Return To Where User Left Off Tracker - Flash 8?

Nov 19, 2009

Is there a template or plug in that anyone is aware of that is written in Flash 8 that keeps track ("bookmark of sort") of where a user left off on a .swf or .htm tutorial that includes: The user must be able to leave a .swf or .htm tutorial and return to it later if necessary, "bookmark" their place - it does not have to be completed at one sitting.For reference and viewing purposes, the user must be able to go back into the .swf or .htm tutorial once successfully completing it.The .swf or .htm tutorials must have a mechanism for keeping track of user progress and completion. It must provide reports on user status and who has successfully completed the tutorial.

View 1 Replies

ActionScript 2.0 :: Add To Movieclip That Will Bookmark Site In Viewer's Favorites?

May 19, 2005

what's the actionscript that i could add to my movieclip that will bookmark my site in viewer's favorites?

View 2 Replies

ActionScript 2.0 :: Add To Movieclip That Will Bookmark My Site In Viewer's Favorites?

May 19, 2005

Does any of you know what's the actionscript that i could add to my movieclip that will bookmark my site in viewer's favorites?

View 2 Replies

ActionScript 2.0 :: Use A Bookmark Script In 2010 That Has Had Success With Majority Of Browsers?

Feb 24, 2010

find a script that allows for bookmarking but everything is outdated, plus the many incompatibilities across all the browsers.use a bookmark script in 2010 that has had success with majority of browsers?

View 2 Replies

Professional :: "cannot Be Applied To Stroke" And "cannot Link Bitmap" And "cannot Link Group Objects"

Dec 8, 2011

So I'll be honest, I am very new to Flash. I have CS5.5 and I am trying to animate some images that I made in Photoshop in Flash. I would like to use tools such as the Bone tool on them but I have gotten almost every error feedback such as "cannot be applied to stroke" and "cannot link bitmap" and "cannot link group objects". I have been messing around with it quite a bit. My file is .swf and I do ungroup it but now when I use the bone tool on it, the entire image turns white.
 
Previously I have had problems where the picture would not disappear but my drawing would move back a bit and I could only see it through the movable window given by the bone tool in the shape of my picture. Another problem was when I used the Bone tool, the image would split into four flipped sections and not stay together. I assume this had to do with when I tried to "break apart" my image, but something similar happened on an unbroken non-bitmap image.

View 2 Replies

Professional :: Link URL From XML To Flash?

Jan 19, 2010

I am trying to link a different URL to each of my files in XML and use this XML in Flash were I created a carousel. In the carousel, when you click on a picture I would like to insert a specific URL. Each picture will have a different URL (http://------------).Here are my codes:

XML:
<icons>
<icon image="icon1.png" tooltip="Planning" />

[code]....

View 3 Replies

Professional :: Trying To Get URL Link To Work

May 26, 2010

I have a simple button and in the "down" frame of the button I'm pasting a url Link under the options in the properties tab. For Target I selected _blank. This doesn't work for me. This was my second option after my first didn't work either. Its a really simple file and I can't figure out why it won't work. I am using Flash CS4.

View 6 Replies

Professional :: Add A Link To Animation?

Aug 12, 2010

i really want to know how to add link to your animation . well when i passe the mouse over my animation it stops and when i leave it the animation continue... but what i want when the mouse over the animation i want to click on the animation and to bring me to a link.

[Code]....

View 6 Replies

Professional :: Won't Button Link To A URL?

Oct 1, 2010

I gave my button an instance name of "O2Online" on frame 1076.  I found AS3 code online and customized as follows:

[Code]...

View 6 Replies

Professional :: Link A Pdf In Flash?

Nov 5, 2010

Does anyone know how to link a pdf in flash? I created a flash portfolio and when you click on an image in that portfolio a new window is supposed to open up containing the pdf. I am not sure how to fix this problem in flash or if its a problem with the way my file folders are set up

View 2 Replies

Professional :: URL Link At The End Of Flv/swf Video?

Jun 9, 2011

I need to have a link at the end of a video so the viewer can click on it and go to a survey page.
 
We need the viewer to watch the entire video so it has to be at the end. I'm not an AS expert but I have the Master collection so whever software it takes I should have.Video was done in Premiere exported through media encoder and I have used either Flash to make a custom player or Dreamweaver to embed in a web page. The video plays fine but no link.

View 19 Replies

Professional :: Link In XML To Load Via AS?

Jul 14, 2011

Just finishing something out and have an XML file that loads info into a Flash file that I'm looking to have a link in. I'm honestly generally pretty much straight up HTML and CSS when it comes to web stuff, but XML seemed to be the way to go in this situation. Just curious how to add a link into the content area here[code]...

View 13 Replies

Professional :: How To Add A Link To A .swf File

Oct 7, 2011

Is there a way to add a link/URL to a .swf file, without embedding into the original .fla file?Is there any way to do that with just the .swf file alone, and without actually editing the .fla or re-creating it?

View 5 Replies

Making A Link In Flash Professional 8?

May 28, 2009

I'm wondering how to make a link in Flash Professional 8?

View 3 Replies

Professional :: Open Link In Same Window?

Jan 19, 2010

Does anyone know how to make the URL open in the same window. I am using flash CS3, Is there anyone who can edit the script below to allow this. The instance name is Button6 var getnextpage5:URLRequest = new URLRequesthttp://www.yokubou.co.uk/digitalart.html");Button6.addEventListener(MouseEvent.CLICK,b5Click) ;function b5Click(event:MouseEvent):void{navigateToURL(getnextpage5);}

View 1 Replies







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