Embed a flash file w/ player |
8/16/2011 2:22:43 PM |
PHPRunner General questions | |
author
I wanted to have the hyperlink open a new page with my flash player on it and display the contents of another field as the "Link" name on the list page. |
|
C
|
cgphp 8/17/2011 |
You can use a custom field to display the hyperlink. Clicking on it will open a new window or tab:
|
|
501389 8/17/2011 |
thanks but I'm wanting to have the field value variable be the link not just a one time link. |
C
|
cgphp 8/17/2011 |
Sorry Patti, could you explain it with an example or an image ? |
|
501390 8/17/2011 |
My link |
C
|
cgphp 8/17/2011 |
The code to embed the swf file in the viewer is the following: <embed width="400" height="400" allowscriptaccess="always" allowfullscreen="true" type="application/x-shockwave-flash" wmode="opaque" src="http://www.box.net/embed/ycmeqfpsuhz4dt2.swf">
http://path/to/your/page.php?video_id=117
<?php |
|
501391 10/11/2011 |
The code to embed the swf file in the viewer is the following: <embed width="400" height="400" allowscriptaccess="always" allowfullscreen="true" type="application/x-shockwave-flash" wmode="opaque" src="http://www.box.net/embed/ycmeqfpsuhz4dt2.swf">
http://path/to/your/page.php?video_id=117
<?php
|
C
|
cgphp 10/11/2011 |
You can save only the file name in the db and you can use a custom view to show it. |
|
501392 10/11/2011 |
dO I put this in the custom view? |
|
501393 10/17/2011 |
I put this in (or tried to) the custom view as |
S
|
salus1DevClub member 10/17/2011 |
Hi, |
|
501394 10/21/2011 |
Hi, I use HighSlide in conjunction with PHPRunner to view .swf files (or anything else I want to have show in an independent window). Take a look at http://www.hccvault.com for an example, let me know if you'd like specifics.
|
S
|
salus1DevClub member 10/24/2011 |
I use http://www.sothinkmedia.com/flash-video-encoder/ to create a .swf file that includes the flash content and the player. |