Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Page Publisher:
Uploading swf files

 

 


Jesus
User

Jun 26, 2006, 10:40 PM

Post #1 of 3 (2064 views)
Shortcut
Uploading swf files Can't Post

Hi all,

I'm trying to upload some swf files and I want PP to display those files directly (embbed) on my html page (like it does with images), is there a way to display directly the swf file and not just include a File link to the swf?

Thanks in advance,

Jesus


ChetW
Staff


Jun 28, 2006, 11:05 AM

Post #2 of 3 (2036 views)
Shortcut
Re: [Jesus] Uploading swf files [In reply to] Can't Post

Hi Jesus,

Thanks for your post. :)

Page Publisher by default has no method to deal with Flash. one thing that you could do is have a text field (with HTML enabled) then have users modify the embed parameters by hand.

The code for the flash embed would look something like:

<object width="YOUR_WIDTH_HERE" height="YOUR_HEIGHT_HERE">
<param name="movie" value="PATH_TO_AND_MOVIE_FILE_NAME_HERE.swf">
<embed src="PATH_TO_AND_MOVIE_FILE_NAME_HERE.swf" width="YOUR_WIDTH_HERE" height="YOUR_HEIGHT_HERENot ">
</embed>
</object>

Would this solution work for you? If you have any other questions please feel free to ask.

I hope this helps. :)

Cheers,
Chet
Cheers,
Chet Woodside - Product Specialist
support@interactivetools.com

[hr][i][url "http://www.interactivetools.com/consulting/"][b]Hire me![/b][/url]
Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with [url "http://www.interactivetools.com/consulting/"][b]Priority Consulting[/b][/url].[/i]


Jesus
User

Jun 28, 2006, 3:28 PM

Post #3 of 3 (2032 views)
Shortcut
Re: [ChetW] Uploading swf files [In reply to] Can't Post

Hi Chet... Welcome to the forums :)

Let me try this to see if this can cover my client needs, however it might be a good idea to include something like this for future releases.

Thanks for your help and again, welcome to teh forums :)

Jesus