HTML link to a Flash file frame

> This message is in MIME format. Since your mail reader
does not understand
this format, some or all of this message may not be legible.
--B_3299492325_1333456
Content-type: text/plain;
charset="US-ASCII"
Content-transfer-encoding: 7bit
Hi
I've got a client who has a HTML site on a laptop for a
presentation and
within this site he's wants a link that attaches to a AS2
.swf that I've
developed.
The thing is it he wants it to link to specific area of the
file and not to
play it all. How would I do this as he's just asked for the
specific address
of the area it needs to jump to.
Any help would be much appreciated bearing in mind my
ActionScript is pure
novice so a step by step would be handy.
thanks
--B_3299492325_1333456
Content-type: text/html;
charset="US-ASCII"
Content-transfer-encoding: quoted-printable
<HTML>
<HEAD>
<TITLE>HTML link to a Flash file frame</TITLE>
</HEAD>
<BODY>
<FONT FACE=3D"Calibri, Verdana, Helvetica,
Arial"><SPAN STYLE=3D'font-size:11pt=
'>Hi<BR>
I've got a client who has a HTML site on a laptop for a
presentation and wi=
thin this site he's wants a link that attaches to a AS2 .swf
that I've devel=
oped.<BR>
<BR>
The thing is it he wants it to link to specific area of the
file and not to=
play it all. How would I do this as he's just asked for the
specific addres=
s of the area it needs to jump to.<BR>
<BR>
Any help would be much appreciated bearing in mind my
ActionScript is pure =
novice so a step by step would be handy.<BR>
<BR>
thanks</SPAN></FONT>
</BODY>
</HTML>
--B_3299492325_1333456--

What do you mean about opening a flash file? Do you want the
.fla file
to open in flash? Or is it a swf that you imported into
Director? Or
is it an exe that was published from flash? Or a website that
was
created with Flash?
If you are opening a .exe and you know the path to it, then
you can use
Director's built-in open command
open the moviePath&"flashFile.exe"
for most other things, I would use BuddyAPI. To open an exe,
baRunProgram(). To open a fla or swf, baOpenFile.
To make Director open a swf on the stage, import it and
simply tell the
button to go to that frame.

Similar Messages

  • Link within a flash file

    Hi,
    I have a flash file and I want to be able to hover over it and see the  cursor change and when I click I want to be sent to a page I specify on a  website.
    I've tried "on(release) etc" in ActionScript (although I know nothing!)  and it says I need to use NavigateToURL so I tried searching on the  Internet and couldn't find anything?
    Can anyone please help? I'll happily elaborate if necessary.

    If it's telling you you need to use navigateToURL, you are using Actionscript 3.  In AS3, to make a button/movieclip work with code, you need to add an event listener and event handler function for it.  You might need to add a few (for different events, like rollover, rollout, clicking it, but for now we'll just say you want to be able to click it to get a web page to open.  In the timeline that holds that button, in a separate actions layer that you create, in a frame numbered the same as where that button exists, you would add the event listener:
    btn1.addEventListener(MouseEvent.CLICK, btn1Click);
    The name of the unique function for processing the clicking of that button is specified at the end of the event listener assignment, so now you just have to write that function out:
    function btn1Click(evt:MouseEvent):void {
       var url:String = "http://www.awebsite.com/awebpage.html";
       var req:URLRequest = new URLRequest(url);
       navigateToURL(req);

  • HTML link talking to flash

    Hi,
    I have a small task to create a map and a list of cities,
    when I click on the map I need a small red dot or spot come up on
    the map.
    I have searched for Javascript and Ajax scripts that do this,
    I cant find anything.
    So I thought a full flash file can do this. But there is no
    space left for text.
    I would like to know if there is a way I can do this with an
    image file or with two flash files, one holding the city names and
    the other holding the map.
    Can someone point me in the right direction?
    Not good with Flash at all :'(

    Hi guys,
    I have figured out a way of creating the map effect but not
    as nice as the site above.
    Using Javascript I am loading the image on rollover state:
    Heres my code:
    <script type="text/javascript">
    function mouseOver()
    document.map.src ="images/map7.jpg";
    function mouseOut()
    document.map.src ="images/map.jpg";
    </script>
    <td><a href="search_by_location.php"
    onMouseOver="mouseOver()"
    onMouseOut="mouseOut()">mouse</a> </td>
    <td><div align="right"><img
    src="images/map.jpg" border="0" usemap="#Map" id="map"
    name="map"/></div></td>
    But the problem I have is how do I add the correct map when
    the user clicks on the town/city name?
    The town/city name will be taken from the database and setup
    as a link to go to search_by_location.php which will have SQL to
    show all for specific location(town/city)
    Im sure someone once told me you cant add php to javascript
    :-s is this correct?

  • Html link to multiple swf files on 1 html page

    i have a html page that has multiple (20) links to video files, i would like to play these files in the same position, within the same html page. therefore saving myself having 20 html files with the separate swf files embedded. firstly i was planning on converting my .mov files to swf to make then smaller.
    my query is, what is the best way to 'house' a swf file(s) that plays when clicked on the relative link on that page.
    i have build the page using CSS and have limited javascript knowledge although im keen to learn.
    cheers

    VIDEO GALLERY --
    You need a Flash player that supports a playlist.  If you're good with Flash and Action Script you could build a custom player.  If not, pick-one from the links below:
    Wimpy Rave simple to deploy, dirt simple to update playlists by uploading media to wimpy folder.
    WWD Player --
    http://www.woosterwebdesign.com/flvplayer/
    JW Player --
    http://www.longtailvideo.com/
    FlowPlayer --
    http://flowplayer.org/
    YouTube --
    http://code.google.com/apis/youtube/getting_started.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Passing a variable into HTML to play a Flash file

    I'm trying to create a simple SWF file that can receive the name of a FLV file in the HTML file and play it since I have many FLV files.  Basically using the technique of FlashVars.  I've set the contentPath/source in the components to be blank, and set my actions in the first frame to be player.source = filename, as was instructed to do so in a Flash book I am reading.  I then set the "filename" variable to a file in the same path as the web page in the HTML file, however, all I get is a blank Flash player skin.  The FLV file will not load.  I also tried setting the "filename" variable to load the FLV from a public website in the same domain and on another domain, but it still doesn't work.  Any ideas on what could be wrong?   I am using Adobe Flash CS 4.

    1) You mention that there are 3 locations that need to reference FlashVars in my HTML file, but I made only 2.  Where should the 3rd change be made?  Below is my code:
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="640" height="480" id="flashvar" align="middle">
        <param name="allowScriptAccess" value="sameDomain" />
        <param name="allowFullScreen" value="false" />
        <param name="movie" value="flashvar.swf" />
        <param name="loop" value="false" />
        <param name="quality" value="high" />
        <param name="bgcolor" value="#ffffff" />
        <param name="FlashVars" value="filename=file.flv" />
        <embed src="flashvar.swf" loop="false" quality="high" bgcolor="#ffffff" FlashVars="filename=file.flv" width="640" height="480" name="flashvar" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" />
        </object>
    The filename=file.flv is located in the same web directory as the flashvar.swf file.  Am I supposed to set the filename=www.mydomain.com/file.flv?  Or am I supposed to set the filename=c:\directory.\file.flv?
    2) I don't care if I'm using AS2 or AS3.  I just need this to work.  I thought I would post in AS2 since it would be more compatible with previous FlashPlayers.  And for the record, I am using contentPath.  My understanding is that the difference in this case would just be contentPath versus source.  My actionscript on the first frame is: player.contentPath = filename;

  • Need help with multiple links in one Flash file

    Hi, I have to do a banner which is basically 4 different
    slides that fade up and down, but the client wants each slide to
    link to a different place when the user clicks on it. I know how to
    create an invisible button to link the whole ad, but how would I
    link each slide? Thanks in advance!

    Am I getting no replies because this can't be done in Flash?
    Is there a better way to do it? Actionscripts perhaps?
    BTW, I'll have no access to the html page that the client
    will be putting the swf file on so I wouldn't be able to put any
    code around the file for linking, like if I did a bunch of jpg's
    and found a script on the web somewhere that would fade them up and
    down and link them. They want the linking built right into the swf,
    is this even possible? Thanks in advance!

  • Can HTML Help render a flash file with all bells and whistles?

    I use Captivate to generate a .swf file, and inserted that .swf  into my RH8 project and generated HTML Help.
    When I look at the .CHM file, the flash plays, but not ideally.
    a) It plays immediately when the topic is opened, and there's no way to re-start it except to close and re-open the topic.
    b) There are no stop/start/pause buttons on the flash video. Could I have added those in Captivate?
    Is the .CHM-player capable of flash videos with controls?
    What did I miss?
    Thx.

    Hi Bruce
    Ugh, from what you are describing, you are going at things all perfectly from the "Adobe approved and recommended" way of operating, but it's a method I don't personally use or recommend. Please tell me if I'm right with my assumption here.
    I'm assuming (based on what you have stated) that you didn't launch Captivate separately, create the demo and publish it, then close Captivate and open RoboHelp HTML and insert what Captivate created. I'm guessing you used the wonderful (cough) integration that exists where you are in the middle of a topic and BAM! It suddenly hits you that a Captivate demo would be PERFECT here. So you cease your chain of thought while editing the topic and from inside RoboHelp you click File > New > Captivate demo and RoboHelp magickally opens Captivate to record the demo. You finish and close and the demo magickally appears inside RoboHelp.
    Did I guess right?
    Assuming I did, your case is precisely why I avoid working that way and why I don't recommend it. When you work this way you give up control of many Captivate capabilities and you enter into a realm of frustration.
    I recommend using Captivate as the separate application it is. Open it separately. Record and create the Captivate parts separately. Then bring it into RoboHelp once it's reached prime time.
    Please advise and we will proceed accordingly with getting you squared.
    Cheers... Rick
    Begin learning RoboHelp HTML 7 within the day - $24.95!
    Click here for Adobe Certified Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • How do i link a flash file to a web site in dreamweaver 8

    This is a multi-part message in MIME format.
    ------=_NextPart_000_0059_01C7A541.7942B2A0
    Content-Type: text/plain;
    charset="iso-8859-1"
    Content-Transfer-Encoding: quoted-printable
    Hi
    How do i link a flash file to a web site in dreamweaver 8
    Thanks
    ------=_NextPart_000_0059_01C7A541.7942B2A0
    Content-Type: text/html;
    charset="iso-8859-1"
    Content-Transfer-Encoding: quoted-printable
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
    Transitional//EN">
    <HTML><HEAD>
    <META http-equiv=3DContent-Type content=3D"text/html; =
    charset=3Diso-8859-1">
    <META content=3D"MSHTML 6.00.6000.16448"
    name=3DGENERATOR>
    <STYLE></STYLE>
    </HEAD>
    <BODY bgColor=3D#ffffff>
    <DIV><FONT face=3DArial
    size=3D2>Hi</FONT><FONT face=3DArial =
    size=3D2></FONT></DIV>
    <DIV><FONT size=3D1>
    <P><FONT size=3D3>How do i link a flash file to a
    web site in =
    dreamweaver=20
    8</FONT></P>
    <P> </P>
    <P><FONT face=3DArial =
    size=3D2>Thanks</FONT></P></FONT></DIV></BODY></HTML>
    ------=_NextPart_000_0059_01C7A541.7942B2A0--

    In Flash. There is no way to apply an HTML link to a swf
    file.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Dave" <[email protected]> wrote in message
    news:f3s8f0$cla$[email protected]..
    Hi
    How do i link a flash file to a web site in dreamweaver 8
    Thanks

  • How do I find the AS that this links to in my flash file via "find"?

    I have a flash file that I have on a web page. When I hover over the Join Us image, the mouse changes to a hand. I can click on the "button" but it doesn't take me anywhere. I'm trying to find out if there is a way to find the link in my Flash file via the "Find" function. What is causing the "hand" to appear, is there a goto or click actionscript that I can search? It's a pretty complex file which I didn't create, and I've had no luck finding this button layer, or AS.
    I'm hoping to find where this AS is and link it to a page on my site. Thanks!

    Ned, you're back to save the day for me again. You helped me with the mask issue I had a few days ago and I'll have you know, the flash ad came out brilliantly. Everyone loved it.
    So you were right, I did find the code AS3.
    onClipEvent (load) {
        this.hitArea = this.area;
    on (rollOver) {
        this.gotoAndPlay("s1");
    on (releaseOutside, rollOut) {
        this.gotoAndPlay("s2");
    on (release) {
    s1 and s2 are animations where the Join Us text rolls out and Rolls in as different colors.
    I added the following to the code and it seems to work great.
    onClipEvent (load) {
        this.hitArea = this.area;
    on (rollOver) {
        this.gotoAndPlay("s1");
    on (releaseOutside, rollOut) {
        this.gotoAndPlay("s2");
    on (release) {
              getURL("http://mysite.html", "_self", "GET");
    Thanks again for pointing me in the right direction. I think I may owe you a lunch or something after this is all said and done!

  • Embedding HTML inside Flash File

    HI.
    I would like to inquire on how to embed a HTML file insides a
    Flash File.
    This is the scenario, I have several HTML files, e.g. a.html,
    b.html, c.html.
    Where there would be a links inside that flash file, to open
    a.html, b.html, and c.html (not a new browser).
    How can I do this? Guides / Tutorials would help.
    I am a bit a newbie in the world of Flash. Thank you in
    advance.
    /928 :)

    mauve928,
    > I would like to inquire on how to embed a HTML file
    insides
    > a Flash File.
    Dynamic text fields do support some HTML formatting, but
    it's important
    to understand that at this time, the supported tags comprise
    only a very
    small subset of the full HTML specification. (Search the Help
    panel for
    "supported HTML tags," and you'll see which ones they are.)
    As such, Flash
    Player simply doesn't load HTML files.
    What Flash Player does load is XML, so if your documents are
    formatted
    as XHTML (that is, technically XML), you'll have the
    beginnings of something
    you can use. Flash won't necessarily be able to display
    elements it doesn't
    understand (e.g. tables), but because the document is XML,
    you'll be able to
    parse those tags and extract information from them, using
    what Flash *is*
    capable of displaying.
    I wrote a series at Community MX not long ago that makes
    some
    exploration into what you're after.
    http://www.communitymx.com/abstract.cfm?cid=02395
    The first article (of three) is free, and you sign up for a
    non-obligatory free trial to read the rest.
    David Stiller
    Co-author, Foundation Flash CS3 for Designers
    http://tinyurl.com/2k29mj
    "Luck is the residue of good design."

  • Links on Flash Files

    Is there anyway to add links to flash files in Dreamweaver.
    For example - I created a flash file that tranistions through a few
    different images. I placed it on my home page in Dreamweaver and I
    want people to be able to click the flash animation and go to
    another page within my site. Is there anyway to do this within
    Dreamweaver or do I have to place a url link in my Flash
    file?

    Yeah. I see now.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "*mista*" <[email protected]> wrote in
    message
    news:emcht7$6gk$[email protected]..
    >>>It's a big button file the size of the page? With
    a link on it?
    > >>Why not send them back to the parent FLA file
    and have them add the link
    > >>there?
    > Thats what I said too ... or meant to say ...
    > open the parent .fla file, put in a button spanning the
    entire width and
    > height, button having only a "Hit Area" so its
    transparent .... and so
    > on..
    > I guess when I said make a button in flash, it was
    construed as making a
    > flash
    > button ...
    >

  • Flash file in IFrame

    Hi,
    I have an HTML file with a bunch of flash tutorials (with voiceover) in it.
    Links of the flash files are on left side of the page and when we click the link, loading the flash file in an iframe on right side of the page...
    The page is working fine in IE and FireFox.. where as in Safari... before clicking on any link... voiceover of all the files are playing on loading the page...
    Any help...

    here's how it should work:
    http://www.kglad.com/Files/test/frame.html
    here are the files:
    http://www.kglad.com/Files/test/frame.zip

  • Using CSS and Javascript to display a div with flash in it, mozilla reloads the flash file!

    I am using CSS and Javascript to display a div with an
    embedded flash object in it. Mozilla Firefox reloads the flash file
    when the div is displayed! (I dont want this to happen, as it's
    unexpected functionality, my expectation would be that the flash
    file would not change it's state at all, and would remain in
    whatever state it was left in.)
    I was wondering if anyone has come across this issue and is
    there something I can do to prevent this from occurring?
    To be more specific, I have a single HTML page with 8 flash
    files embedded in it (yeah I know, it's a bit much). I am then
    using CSS and Javascript to display (via a numbered link (with an
    id)) an equivalent numbered div tag containing the flash file.
    Mozilla Firefox reloads the flash object that is in the div.
    Internet Explorer will not do this and will instead, load the flash
    object only upon initial view of the flash object. All subsequent
    links (in IE) will NOT reload the flash object on the page. I'm
    guessing this is some kind of difference in the flash player as an
    Active X object and the plugin, or is it just IE being clever? Or
    am I way off?
    Anyway, here is the code...

    I am using CSS and Javascript to display a div with an
    embedded flash object in it. Mozilla Firefox reloads the flash file
    when the div is displayed! (I dont want this to happen, as it's
    unexpected functionality, my expectation would be that the flash
    file would not change it's state at all, and would remain in
    whatever state it was left in.)
    I was wondering if anyone has come across this issue and is
    there something I can do to prevent this from occurring?
    To be more specific, I have a single HTML page with 8 flash
    files embedded in it (yeah I know, it's a bit much). I am then
    using CSS and Javascript to display (via a numbered link (with an
    id)) an equivalent numbered div tag containing the flash file.
    Mozilla Firefox reloads the flash object that is in the div.
    Internet Explorer will not do this and will instead, load the flash
    object only upon initial view of the flash object. All subsequent
    links (in IE) will NOT reload the flash object on the page. I'm
    guessing this is some kind of difference in the flash player as an
    Active X object and the plugin, or is it just IE being clever? Or
    am I way off?
    Anyway, here is the code...

  • Link two differentexe projector files in CS3

    Hi,
    I am working on a Multimedia Presentation in Flash CS3.
    Here I have two versions of the project and thus two separate
    exe (projector fles). Now I want to link these two projectors
    through a button that is placed on the main screen on the projector
    files.
    Can somebody help me on this?
    Thnx.
    Latika

    On Mon, 9 Jul 2007 11:49:45 +0000 (UTC), "staypressed"
    <[email protected]> wrote:
    > here is a page i have set up for testing:
    >
    http://www.fieldworking.com/main/blah.html
    That page has a link to a Flash file that should be at:
    http://www.fieldworking.com/home/fieldworking/mainwebsite_html/main/blah.swf
    The Flash file isn't there.
    Gary

  • Can you Put a hotspot on a flash file???

    if i have a website that i am creating and i wish to put an
    entry page on it but i wish to use flash as well as dreamweaver can
    i create a hotspot or put a link on a flash file?? i need urgent
    help

    Yes you can, what you need to do is create an invisible
    button, for all purposes this is just a clickable region that works
    just like a hot spot ( image map ) in HTML. If you need help on
    creating an invisible button look at these Flash Tutorials
    http://www.computer-training-software.com/adobe-flash-cs3.htm
    or just google it

Maybe you are looking for

  • Using Bluetooth on a C8180 All-in-One to print from Mac OS-X

    Dear folks, I have a new iMac and would like to be able to print from it to my 8180 AiO using bluetooth.  My Mac sees the printer (it's paired), and the Mac has the latest print driver installed, and I've verified the bluetooth setup on the 8180,  bu

  • Spark DataGrid Issue

    I'm working with the new Spark DataGrid, and I understand it's still a work in progress. I've also created a bug in the Adobe bug system. However, I want to be sure that I'm not overlooking something. Here is an example that illustrates the issue. If

  • Reg - J2sdk 1.4.2._09  64bit software

    Dear Friends, I have plan to Install ECC 6.0 64 Bit OS - windows 2008 server (64 Bit) SAP version - ECC 6.0 Latest one (64 Bit) DB - MS SQL Server 2005. Now i want 64 bit J2sdk 1.4.2_09 to j2sdk 1.4.2._17. where can i get 64 bit  j2sdk software. Rega

  • Exception : java.lang.UnsatisfiedLinkError: JMFSecurityManager..

    Dear all, I have written an application for transmitting realtime video from one machine to another using JMF. When it comes to receiving video in Linux, the following error is shown. Infact the two libraries libjmxlib.so and libjmutil.so are found i

  • I received an alert with all Firefox trademarks asking me to confirm ny email address, was this real?

    Iwas working late at night about a week ago. A Firefox screen popped up. I am accustomed to this, even though I expected I had downloaded Firefox 5 apparently (obviously) that update failed. The pop up screen which appeared authentic, all appropriate