Inserting a url link into a file made in swish - swf

Hi everyone - i made asmall swf in Swish -
I want it to go to a link when the user clicks on it
Can't seem to work it out
Any advice most appreciated
Mark

quiero mas wrote:
> Hi everyone - i made asmall swf in Swish -
> I want it to go to a link when the user clicks on it
>
> Can't seem to work it out
>
> Any advice most appreciated
>
> Mark
You need to embed the url link within the swf itself. The way
I used to
do it was draw a transparent button over the whole aera of
the swf and
attached the url to that. Get_url I think.
I can't exactly remember the steps to produce the results but
that the
direction you should be lookin in. Maybe ask on the Flash
forum for
specific steps.

Similar Messages

  • Is it possible to insert a url link into the itunes description tag. I want the user to be able to access my webpage from within itunes

    Hi,
    Is it possible to insert a url link into the itunes description tag in a feed. I want the user to be able to access my webpage from within itunes
    Thanks

    In the next release, we will be making adding our Measurement Studio components to existing projects much easier, but for now what you would need to do is add the support for Measurement Studio to your MFC project manually as detailed in our Knowledgbase at:
    http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/0cb6707522e92c958625689e0052bb77?OpenDocument
    Best Regards,
    Chris Matthews
    Measurement Studio Support Manager

  • How do I insert a URL link into a text document

    How do I insert a URL link into a Word document

    Don't have Word available to test, but it seems to depend on the program.
    In Pages and TextEdit, if you drag the favicon from the addrss box in your browser into the document, it will be pasted in already formatted as a clickable link expressed in plain text. The favicon (I think that's the name for that element) is this item -
    However, in AppleWorks 6.2.9, all that did was drop the raw URL into the document; and it is non-clickable, just text. In AW 6 you need to type the plain-text name for the link (how you want the underlined bit to appear), select that, then go to the Format menu and select Create Link, from it choosing Internet. In the new screen, the linkname will already be entered in the upper box; paste the URL into the lower box, and it's done.

  • Insert a Youtube link into a CC Indesign document?

    I am trying to insert a Youtube link into a CC Indesign document, using the embedded Youtube code (e.g. <iframe width="560" height="315" src="//www.youtube.com/embed/a8tngtNgXl4" frameborder="0" allowfullscreen></iframe>). I understood that adding "https:" into the code (<iframe width="560" height="315" src="https://www.youtube.com/embed/a8tngtNgXl4" frameborder="0" allowfullscreen></iframe>) @was supposed to make it work, but this no longer seems to be the case. Can you help please?

    A few months ago, I followed Bob Bringhurst's steps in his iPad DPS tips app. And was able to embed the link to a YouTube video in an ID DPS.
    But now I can't even paste the code from YouTube onto the ID page. I get an error message that the video requires the Flash Player.

  • IS THERE ANY WAY TO EMBED LINKS INTO THE FILE YOU ARE WORKING ON?

    IS THERE ANY WAY TO EMBED LINKS INTO THE FILE YOU ARE WORKING ON?

    Ha! Perfectly classic case of XY problem! Pointed out by Jongware in some other thread recently - couldn't find an exact link right now...
    In short:
        User wants to do X.
        User doesn't know how to do X, but thinks he can fumble his way to a solution if he can just manage to do Y.
        User doesn't know how to do Y either.
        User asks for help with Y.
        Others try to help user with Y, but are confused because Y seems like a strange problem to want to solve.
        After much interaction and wasted time, it finally becomes clear that the user really wants help with X, and that Y wasn't even a suitable solution for X.
    Maybe it worth to add to a list of tips and best practices of the forum:
    Avoid XY problem!

  • Insert URL link into SMARTFORMS and retrive the picture linked to the URL

    Hi Guys,
    I have the following problem:
    I have a URL link and I want to set this link into the smartforms and
    I want to retrieve the picture linked to the URL and display the picture in the print.
    Is it possible?
    Thanks for your support.
    Best regards,
    Giulio

    Hi
    Check the Tcodes
    OAOR and
    SMW0
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • How to insert an HTML link into a page

    Hello,
    We have a list of documents in a external document management system. We would like to present the list of documents to the user for retrieval from within any SRM HTML page.
    I was thinking of two different approaches:
    1) I would like to be able to insert an HTML link to a URL of documents for display to the end user.
    2) Alternatively, we might want to inject some javascript into the screen to handle the presentation of the links.
    We would like this functionality to work on any of the screens within SRM as global functionality.
    Any suggestions on how to customize SRM to handle this functionality request?
    (Will reward points very quickly)
    Thanks
    Edited by: Aaron Jack on Feb 15, 2008 7:02 PM
    Edited by: Aaron Jack on Feb 15, 2008 7:03 PM

    Hi,
    My project has a requirement to show URL in Bid Invitation screen. In turn, when user clicks that hyperlink, it will pop-up a web dynpro screen.
    Maybe this is the same with your need.
    In case this is the same, the trick is to define an additional field in bid invitation custom header with customized data element and customized domain.
    Then, defined conversion exit for the domain with javascript line such as "<html> bla bla </html>" to pop-up the web dynpro screen in modal dialog.
    The result will be as what I have above.
    Hopefully this can help you.

  • Wscompile insertion of schema types into wsdl file

    The <types/> element is empty in my WSDL file after I compile the web service with wscompile. The operation parameter type is String. I am using Apache XMLBeans. How do I configure wscompile in JWSDP 2.0 to insert the schema types into the WSDL file when it generates the WSDL?
    Thank you,
    Glenn

    The targetnamespace is used define the namespace for the definitions made in your schema.
    For example,
    <xsd:schema
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    targetNamespace="foo">
    <xsd:complexType name="fred">
    </xsd:complexType>
    Then "Fred" will be in the "foo" namespace
    And if you had another schema in your wsdl like
    <xsd:schema
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    targetNamespace="bar">
    <xsd:complexType name="fred">
    </xsd:complexType>
    Then you would have two "fred" types one in the "foo" namespace and one in the "bar" namespace.
    Then later on in your WSDL you could refer to either one.

  • How to add URL links in XML file?

    Hi,
    I'm having problem with adding the URL links to the flash output. I'm using the XML file to call images and then the corrsponding links. Images are called correctly but when I try to add a link I'm not getting the links, but instead getting the HTML anchor tags as texts. I'm using the XML escape characters to escape the HTML tags but the results are not what I need.
    I'm using the following code:
    <thumbnail preview="large.jpg" thumb="thumb.jpg">
                <title><![CDATA[Finance Services]]></title>
                <discription><![CDATA[&lt;a href=&quot;http://www.google.ca">Google</a>]]></discription>
    </thumbnail>
    Output:
    Images are displayed correctly, but instead of getting the links, I'm getting following text message:
    <a href="http://www.google.ca">Google</a>
    I need to find out what I'm doing wrong. Am I using the correct way to add the links or not?
    Thanks for your time.

    I'm using following code for the Description part, where I need to place the HTML tags:
    var _discription:TextField = previewHolder.discriptionText.discriptionText;
    _discription.htmlText = _xml.thumbnails.thumbnail[photoNum].discription.toString()
    I'm using the htmlText, I tried replacing htmlText with tf.htmlText, but it didn't work. I'm importing the text field using import flash.text.TextField; do I need to import something for HTML tags to work?

  • [IDS3 JAVA] Saving an embed link into a file

    Hello,
    I have a rectangle that contains a link - this link is embeded, and the source file is not available from the server. Is there a way to save this linked document into a file or to have the array of "byte[]" 5for example) of the data of the linked file ?
    I take any other solutions ...

    My mistake.... the unembed function take a folder as parameter... so I can unembed a file even if the link doesn't exist.

  • External URL Link Into HTMLDB Application

    Hi,
    I have a non htmldb application that I want to link into my htmldb application via a url so I can run a report, in order to run this report I need to feed in some variables
    This link i am using is
    http://dev.oraclecorp.com/pls/aitmarvel/f?p=100:8:::::P8_REFRESH_HEADER_ID,P8_SR_NUMBER,P8_TARGET:82,3526357,ADMAT
    The variables being
    P8_REFRESH_HEADER_ID,P8_SR_NUMBER,P8_TARGET
    in this case I want populated with
    82,3526357,ADMAT
    It goes through single sign on OK and then displays the correct page but the variables have been stripped off.
    Any ideas??
    Thanks ANDY

    Hi,
    are there any ideas out there to this question?
    I am having exactly the same problem.
    What I additionally noticed is that when you hit the link
    for a second time, the parameters are passed fine.
    It seems to work only when a htmldb session already exists for the application.
    I am using "HTML DB as Partner Application".
    I have a feeling this problem is more related to the
    Single Sign On server...
    Thx, Michael

  • 'video from url' linking and intranet files - indesign cc

    i am using the media panel and attempting to link to .mp4 files stored on an intranet site. getting the error message 'download failed because the url could not be verified'
    the computer which is creating the indesign files does not have access to the intranet site. i assume this is a requirement? has anyone any experience of how to get around this?

    @Tomasz – Bob is right, something must be wrong with your InDesign CS6.
    Just tested in my version of CS5 and CS5.5. All is working as expected…
    For this configuration I'm on OSX 10.6.8 with InDesign CS5 v.7.0.4 or InDesign CS5.5 v7.5.3.
    The icon in the media panel is not grayed out and I can invoke the dialog:
    And you are absolutely sure, that you did not select a text frame instead of a graphic frame?
    (Sorry for that question, but it will not work if you select a text fame.)
    Uwe

  • URL link inside XML file

    Hi, does anyone know how if its possible to create a link
    inside XML description. The script like this:
    <a href="
    http://yoursite.com"target="_blank"> did not
    work.
    Thanks,

    Thanks, I tried the code which made the whole existing script
    fall apart. I got the file from FlashDen and to do the change will
    require an advanced programming in which I am absolute 0. Here is
    the template
    http://www.flashden.net/files/16781/index.html
    I am trying to create URL inside the image description.
    I feel absolutely helpless.
    Thanks again for your effort.

  • Best way to insert 300dpi photo's into Ilustrator file for print

    I am creating a 5.5 X 8 postcard style card for print.  I need to place 15 photographs that are aprox. 1.5 X 2.5 each.  What is the best way to insert these files so that my file doesn't become too large?  I will be making a PDF of the final artwork to send to the printer.  Your guidance is much appreciated!!

    Link don't embed the images. Use a layered format such as .psd, .tif, or .pdf. Psd is not lossy, .tif can be lossy if you modify the default settings, .pdf you choose how much compression you want, and a small amount of compression can make a much smaller file size.
    I would recomend using .psd, in cmyk color space. When you make your pdf for printing is when you will decide how much compression and which pdf preset you will use(press ready or PDF X should be a good choice). That will be your important choice.

  • Simlpe way to load an image with URL link into iOS with AIR

    I want to be able to display an image (basically a small banner) inside my iPhone game which is loaded from my server where I can advertise new games.
    What's the best way to do this?
    Are there any technical issues I should be aware of?
    Does it fall foul of any of Apples policies?
    Thanks for any advice.

    It's not at all against policy but you do need a backup plan for devices without connectivity. Package a default banner to load if there is no internet access.
    Apple does not require you to ask the person permission to use the internet (like Android does). You're free to load whatever you like.
    You can't load or change code regardless so don't worry about that. In fact you can only even package a SWF that contains absolutely no code, otherwise it won't load, so there's no way to change the code in an iOS app. All it can do is read something on the outside and modify its behavior via pre-written and packaged code, but you can't "load or change code" in any way.
    For now, mobile apps are not getting the "premium feature" tax Adobe is putting into motion August 1st. They excluded mobile. But be warned (because you made a game and might use Stage3D, who knows) that things might become more complicated if your game is serving custom banners, you're turning a profit on it and  you exceed $50,000 in sales while using premium features. Like I said though, this doesn't pertain to mobile apps, yet..

Maybe you are looking for

  • Why can't I create a new folder on an external hard rive

    I have two external hardrives that are self powered and require no outlet.  I've begun to use all of the memory on one and want to use another.  I plug in the second and creating a folder isn't an option.  I set up the first hard drive through my mac

  • How to empty a Value Node?

    I want to clear all elements inside a value node.. What's the best way to do it?

  • Cannot get GarageBand off waiting process for ios 8.

    I've tried restarting my phone, deleting and re-downloading, and also connecting to iTunes using my laptop and downloading there. it downloaded to iTunes on the PC, but not on my phone. I need to get this on my phone ASAP. I have music that I've been

  • Best External HD for iMac

    Hello Smart People~ I still consider myself a novice MAC user, so please pardon my ignorance. My iMac is starting to move quite slowly. I have a LOT (over 5700) of photos on iPhoto and thought that transferring them to an external HD might help. What

  • Pixels size of photos

    I recently bought an iMac and the Genius guys transferred everything over from my PC. I emailed a couple of photos of my house to my real estate agent and she said they arrived as 640 x 480. I am certain that they were taken with a 7 megapixel camera