Llamar un html con un swf en cierto frame

Hola a todos!!
Tengo un html con su swf y quiero irme a otro html con otro
swf pero a
cierto frame, es esto posible??
Muchas gracias por su ayuda!!!
alfge

sip...pasandole una variable a trav�s de php...y luego
con un if en
actionscript lo llevas a el fotograma qie quieras...
ejemplo le pasas la variable "fotograma"...y en el primer
fotograma del swf
le pones if...variable=fotograma gotoandplay el fotograma que
que quieras
ir...else qu�date donde est�s...
"Alfredo Gonzalez" <[email protected]> escribi�
en el mensaje
news:ecl906$doj$[email protected]..
> Hola a todos!!
>
> Tengo un html con su swf y quiero irme a otro html con
otro swf pero a
> cierto frame, es esto posible??
>
> Muchas gracias por su ayuda!!!
>
> alfge
>
>
>

Similar Messages

  • How may load an external (html) file in swf? Anyone!!!!!

    hi all,
        How may load an external html file in swf? such as google.com in a movieclip.
    anyone may help me.........????????

    With Flash, you can't do this.
    Just with FlashBuilder and Air (something like HTMLLoader  , not sure now)
    I mean loading in a movieclip..
    Of course you can open a page to display in a browser.

  • 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.

  • What does "Running swf tags for frame" mean?

    it is under the "other" and "swf processing" section of total frame time.
    Thanks,
    Grat

    Hi,
    We have a iPad 3 application that loads a LOT of remote swfs that is used for graphics only, but we are getting slower fps for every swf loaded.
    The remote swfs are between 8-10kb and have only 1 frame and no tweens or code, and when they are loaded we stop them(mc.stop()) and set both enabled and visible to false and never add them to the displaylist.
    And as the attached image shows, "Running SWF tags for frame" seems to take all the frame time, the image shows when the app is idle.
    Is it possible to disable a swf completly?
    Thanks,
    Simon
    (iPad3 iOS6.0, Release version, Apparat-TDSI enabled, Air 3.6, 20-30 remote swfs)

  • Management of links html in a swf animation

    Hello,
    I have a menu in swf which is composed of four part.
    Each part called an html file.
    The problem is that in one html file I have internal links and I can't use them when this html file is inserted in the animation.
    Does anybody ever try to do something like that?
    Does anybody know an actionscript 2 code?
    Thank you very much.
    Jessica.

    OK. It is the code of the animation of the menu which calls my html file.
    stop();
    myData = new LoadVars();
    myData.onLoad = addItems;
    //URL du fichier html à loader
    if (_parent.page==4){myData.load("aux_menu.html");}
    function addItems() {
    // propriétés du champ texte dynamique.
    contenu_text.multiline    = true;
    contenu_text.wordWrap    = true;
    contenu_text.type     = "dynamic";
    //contenu_text.background    = true;
    //contenu_text.backgroundColor   = "0xFFFFFF";
    contenu_text.border     = false;
    contenu_text.html     = true;
    // content_text.charset = UTF-8;
    //<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
    contenu_text.htmlText = myData.contenu_text;
    ScrollBar.setScrollTarget(contenu_text);
    //Mise en forme du texte
    textFormat          = new TextFormat();
    textFormat.color        = "0x000000";
    textFormat.bullet        = false;
    textFormat.underline       = false;
    textFormat.bullet       = false;
    textFormat.size         = 11;
    textFormat.font           = "arial";
    //contenu_text.setTextFormat(textFormat);

  • HTML for EMBEDDING SWF

    Can I publish the HTML to embed a SWF file created from
    freehand so that I can post it to the web? Or another way of asking
    the same question is how do you put the SWF files created from
    FreeHand on to your websites?

    > Can I publish the HTML to embed a SWF file created from
    freehand so th=
    at I can
    > post it to the web? Or another way of asking the same
    question is how=
    do you
    > put the SWF files created from FreeHand on to your
    websites?
    Like adding a html code like this for example
    <object width=3D"550" height=3D"400">
    <param name=3D"movie" value=3D"somefilename.swf">
    <embed src=3D"somefilename.swf" width=3D"550"
    height=3D"400">
    </embed>
    </object>
    There is a myriad of websites with instructions. The code
    above is from =
    http://www.w3schools.com/flash/flash_inhtml.asp
    Jukka

  • How to send an html snippet with swf flash under other layers in iWeb?

    I like designing websites on iweb but face problems regarding flash.
    When i embedd a swf in an HTML snippet...the snippet automatically postions itself at the topmost layer. Even if you send it behind lets say a box or any shape, or a link ..on publishing it , it comes right back up when seen on other browsers like firefox or chrome. But strangely on my mac browser - safari- it works just fine.
    Links in a flash swf banner when placed in iWeb (inside an html snippet ) opens other linked pages within the frame of the html snippet itself...and not as a seperate page.
    I'm not a programmer so i wouldnt understand complicated stuff... but i knw how to copy paste codes inside a snippet and edit the sizes.
    I need help fast?
    Thanks in Advance!!
    Anshuman

    When i embedd a swf in an HTML snippet...the snippet automatically postions itself at the topmost layer. Even if you send it behind lets say a box or any shape, or a link ..on publishing it , it comes right back up when seen on other browsers like firefox or chrome. But strangely on my mac browser - safari- it works just fine.
    That's how browsers behave.
    Links in a flash swf banner when placed in iWeb (inside an html snippet ) opens other linked pages within the frame of the html snippet itself...and not as a seperate page.
    Use the target attribute : target="_top" or target="_blank" in the <a href> element.
    I'm not a programmer so i wouldnt understand complicated stuff... but i knw how to copy paste codes inside a snippet and edit the sizes.
    Pasting custom code in a HTML Snippet and make it work is your responsibility. And if you're not a programmer, start learning and become one. Before you know you're the resident technology expert in this forum.

  • Problems viewing html from interactive swf export

    I have created a student manual in InDesign CS5 that I need to email to our students.  I exported it as an swf and also created an html.  I tried to email the html but it won't open from the email.  It will, however open on my computer.  The swf file is too large to email.  Any thoughts on how to make this functionality work?

    My initial reaction is why would you do that with SWF?
    PDF would have been a far better choice but if you want them to look at the
    SWF put it on line, send a link and hope they're not using mobile devices.
    Not at all likely that anywhere near half will be able to see it.

  • HTML to embed SWF

    Well got my portfolio site finished in Flash but neither of
    the size of the layout (600x800p) and therefore sharpness of the
    text publishes properly - I was trying to get around embedding the
    swf in html but I guess I'm gonna have to.. anyone got any inspired
    solutions/code for these problems?? thanks

    try this code
    replace red type with your own info
    <HTML>
    <HEAD>
    <TITLE>your page name</TITLE>
    </HEAD>
    <BODY bgcolor="#000000">
    <CENTER>
    <!-- URL's used in the movie-->
    <!-- text used in the movie-->
    <!--your page name-->
    <OBJECT
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
    WIDTH=715 HEIGHT=445>
    <PARAM NAME=movie VALUE="Your swf.file.swf">
    <PARAM NAME=loop VALUE=true>
    <PARAM NAME=quality VALUE=high>
    <PARAM NAME=bgcolor VALUE=#000000>
    <EMBED src="Your swf.file.swf" loop=true quality=medium
    bgcolor=#000000
    WIDTH=715 HEIGHT=445 TYPE="application/x-shockwave-flash"
    PLUGINSPAGE="
    http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
    </EMBED>
    </OBJECT>
    </CENTER>
    </BODY>
    </HTML>

  • Can we use flash lite 3.0 generated SWF in html as normal SWF?

    Hi all
    I would like to us the flash lite generated swf in a html page as normal flash file do.
    I would like to pass the flash vars to SWF(flash lite) and load the swf with the parameters
    is it necessary to have a flashlite 3 player in the mobile?
    any work around?
    thanks in advance.

    My problem is
    I have a html page which displays the list of videos when the user select the video from the mobile browser
    I need to load the SWF in the mobile with the selected video with options play and back
    as you said we cant pass FlashVars to SWF (not supported) is there any other option which full fill my requirement?
    thanks in advance.

  • Uploading html files with .swf files in them

    I created a website and published it in Flash. I then used
    Dreamweaver to create the HTML file that I would upload to my
    server. But, when I go to my site, the .swf file does not load.
    Both the HTML file and the .swf file were uploaded using an
    FTP client, so I don't know why it's not showing up.

    Don't know if this will fix it for you but when we went
    through this we had to tell the server to allow .fla, .swf and .flv
    files. Until we did this it didn't show the flash part of the
    website.

  • Open swf on certain frame using HTML link

    Hi,
    I have an HTML page which I want to link to a flash movie.
    Within the HTML page there are 5 buttons, I want these 5 buttons to
    point to the same flash movie but to different points throughout
    the timeline of the movie.
    Can anyone tell me how to do this? is there a simple way of
    pointing to frame labels through the URL of the link?
    Thanks,

    I am quite new to this, the HTML for loading the SWF is as
    follows:
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','
    http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0','na me','menu','width','968','height','208','align','middle','id','menu','src','Header?theGoTo Frame=86','quality','high','bgcolor','#FFFFFF','allowscriptaccess','sameDomain','pluginspa ge','http://www.macromedia.com/go/getflashplayer','movie','Header?theGoToFrame=86'
    ); //end AC code
    </script><noscript><object
    classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="
    http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
    name="menu" width="968" height="208" align="middle" id="menu">
    <param name="allowScriptAccess" value="sameDomain">
    <param name="movie" value="Header.swf?theGoToFrame=86">
    <param name="quality" value="high">
    <param name="bgcolor" value="#FFFFFF">
    <embed src="Header.swf?theGoToFrame=86" quality="high"
    bgcolor="#FFFFFF" width="968" height="208" name="menu"
    align="middle" allowScriptAccess="sameDomain"
    type="application/x-shockwave-flash" pluginspage="
    http://www.macromedia.com/go/getflashplayer">
    </object>
    Any help please :s

  • Captive 6 file publish to html 5 with swf animations

    hi..i created one project in captivate 6. i used some swf animations for it. i want to publish my project for HTML 5. But swf animations are not supported in HTML 5 file. so pls give me any solution , how i publish my project  for HTML 5?. thanks

    Well, for starters, as you already know that SWF won't work on most HTML5 devices, the obvious first step is to remove all SWF components from your course.
    If you still want to have animation in your course content, your alternatives are:
    Build the animation in Captivate using Effects, but limit those effects to the ones supported for HTML5 output.
    Build your animations as Animated GIFs in a graphics editor and bring them into Cp afterward.
    Build your animations in Adobe Edge and merge them with Captivate output after publishing.

  • Embed swf or html within a swf?

    Is it possible to embed an swf or html file within another swf ...without using ActionScript?
    AND

    You cannot embed an html page in an swf page in any case.  If you import an swf with the intent to embed it into another swf, you can embed it, but if it has any actionscript it will be lost.  The only way to incorporate an swf into another swf without actionscript and still have its actionscript work is to copy the main tineline of the swf (ala its fla file) into a movieclip and copy that movieclip into the other swf.
    It appears you had more to say but it was cut off if so.

  • HTML link from external html page to link to a frame in swf

    Hi
    I am trying to set up something to should be fairly basic to
    do .. but I cannot get it to work.
    Need a link from another website to link to a frame label or
    number in my flash movie.
    Something like this ..
    <a href="mySwfPage.php?label=labelnamehere&">Click
    here</a>
    My guess it will not work because I have several stop
    functions and a preloader in the 1st frame not allowing the href
    link to jump to the frame name I want.
    Here is the page I am trying to apply this to -
    http://www.mloudesign.net/tampico/index.html
    We need for an external link to link to the espanol label so
    that would start first, otherwise the english version plays 1st.
    In case this helps this is the preloader I am using in frame
    #1 ..
    onClipEvent (load) {
    total = _root.getBytesTotal();
    onClipEvent (enterFrame) {
    loaded = _root.getBytesLoaded();
    percent = int(loaded/total*100);
    text = percent+"%";
    gotoAndStop(percent);
    if (loaded == total) {
    _root.gotoAndPlay(2);
    Any help would be much appreciated.
    Thanks!
    ~mlou

    he! I'm not alone in my desperation. Take a look at my problem:
    I've got a JEditorPane (not editable) inside a JFrame. The JEditorPane is loaded with the HTML text and all the links to anchors are working properly when I click on them.
    BUT
    If I try to go to an anchor from outside this JFrame I can see how the JEditorPane scrolls to the right anchor and suddenly it scrolls back to the place where the caret was located!!!
    The "funny thing" is that my code is working in jdk1.3.1 but this is happening in jdk1.4.2. Is it a bug?!?!?!
    How could I figure out what position I have to set the caret to for every anchor in order to get the scroll working correctly???
    My implementation of hyperlinkUpdate (working properly, here isn't the problem):
       jEditorPane.addHyperlinkListener(new HyperlinkListener() {
          public void hyperlinkUpdate(HyperlinkEvent e) {
            if (e.getEventType() == HyperlinkEvent.EventType.ACTIVATED) {
              MiEditorPane src = (MiEditorPane)e.getSource();
              src.goToAnchor(e.getDescription().substring(1));
        });My object jEditorPane is an instance of this class:
      class MiEditorPane extends JEditorPane {
        MiEditorPane() {
          super();
        public void goToAnchor(String anchor) {
          super.scrollToReference(anchor);
      }And this is the method I call from outside the JFrame containing the JEditorPane:
      public void goToAnchor(String anchor) {
         jEditorPane.goToAnchor(anchor);
      }Any help greatly appreciated ...

Maybe you are looking for

  • Customer Control in screen painter in Module pool - work like container?

    Customer Control option in screen painter in Module pool - work like container? is it true? How? Is like any work area or what? what is the excat use of that option? regards.

  • Disconnected device shows up in Airport utility

    I have several Airport Extreme and Time capsules connected to my network. One of my Airport Extreme devices seemed defective so I removed it from my network. It's unplugged, no power at all and no light showing. Yet when I open Airport Utility on my

  • How to disable private browsing in ios7

    How to disable private browsing in ios7 On an iPad

  • File Fields and ASP

    I have setup an htm page with a file field. We use asp to post data. Do I need any additional coding to make the attached files show up in the email? Here's the link: http://krontechnology.com/positions.htm Thanks.

  • Installing CS5 Upgrade on Brand New Mac

    I installed my recent upgrade of Photoshop for Mac on my new MacBook Pro.  Understandably, the dialogue box appeared asking for the serial number to the Photoshop I happend to be upgrading.  BUT THEN, once I consulted the original box to my Photoshop